It is not 24x7. The bot stops after 24 hours (sometimes a bit longer maybe 2 days but it it eventually stops). Then we need to rerun the script in terminal again to restart the bot. This loop goes on. I had a bot deployed there. The bot does not stop the same time everyday, so I do not know when it will stop. I got complains from users that my bot is not running, then I would restart the bot. After few days, I moved on to other platform.
@@Noir-Road I then moved to mogenius. It's the best platform I found after Heroku had ended their free tier. But they are also ending their free tier on March 31 of this year. So, I am searching for a new platform now.
Thank you very much for posting that video, I really needed it at the moment for a test run in real life conditions. Really appreciate your work. However, it can be only a very temporary solution ...
Thank you bro. I followed your guide and my bot is working for free now. before my bot's code was uploaded in hostinger but after few weeks it stop working and needed to setup again. I hope pythonanywhere is good and bot won't stop.
Great video. This really helped me a lot. But for some reason I have to restart the script every day to keep the bot running. Is there any way to restart it autmatically?
Hi, i just uploaded a separate .env file. It says in pythonanywhere policies that only you have an access to the files you uploaded and only admins could access the files with your written permission
Can you tell me how you send the user message to pythonanywhere script? For example: I have a python script which will reverse the string, whatever given as an input, now this script is hosted in pythonanywhere so I know how to call the function from my own android application through api call but I don't know how to pass the string?
@Prod_Skai Ikyk that writing wrong code gives a syntax error;indeed, the online hosting and the batch console is going to work perfectly fine.However, if the issue continues, look that the code you had wrote is correct or not bec it is the only possible solution for it.😅 You just encountered the issue bec of writing the wrong code. But I hope you might had solved the error by this time and created an amazing 'Telegram' or any other platform bot...
it's easy, first you need to create a directory in dashboard(left side), after that enter the directory you made, then upload your files (right side). then run your main file
I've got a discord bot but i have 2 files instead of one. One has the code and one has just: ``` import bot if __name__ = "main": bot.run_discord_bot ``` And the other has the actual code. I don't know how to run those two. And i can't run them like i do on my pc cuz it just gives me errors
You will rarely use more than 100 seconds of CPU per day, and after you use that it continues to work at a reduced speed. Thank you for your comment and have a wonderful day!
Not working anymore. They patched it. Please upvote comment to prevent others from wasting time :(
it works
Seriously does it work
Works for me
@@domisnakedominik3749 it doesn't work
@@domisnakedominik3749 cant a copy a python script from github ?
Youre a legend. i just created my first Bot On Telegram successfullly so.
It is not 24x7. The bot stops after 24 hours (sometimes a bit longer maybe 2 days but it it eventually stops). Then we need to rerun the script in terminal again to restart the bot. This loop goes on. I had a bot deployed there. The bot does not stop the same time everyday, so I do not know when it will stop. I got complains from users that my bot is not running, then I would restart the bot. After few days, I moved on to other platform.
Which platform you ended up using ? I had the same problem and just keep restarting my bot after 2-3 days
@@Noir-Road I then moved to mogenius. It's the best platform I found after Heroku had ended their free tier. But they are also ending their free tier on March 31 of this year. So, I am searching for a new platform now.
For the telegram bot where can l find the location of the url to post on the script???
Github?
can others view your code ? , If yes how do u hide some information like tokens, passwords etc..
Right now, the bot goes offline automatically after few hours of closed tab
This is exactly what I'm looking for! Thanks
Thank you, this is great! I say it's quite uneasy to get such info about telegram bot. Looking forward for any updating )))
You've really done well bro. I love this
One of the Most underrated channel for python tutorials ❤❤
Love your content! Thank you so much!
wow, fast , clean , understandable , and works!, TYSM
thank you so much for this video!!
I've been looking for this for so long. Your video helped me to make my telegram bot work, finally! Thank you!
Hey I also made a bot for telegram but that stops after I closed by tab
@@prakhardoneria which type of bot
@@prakhardoneriayes same issue do you find any other way ?
Easy to implement and works great with the bot that I made according to your tutorial.
Very recommend.
Thank you very much for posting that video, I really needed it at the moment for a test run in real life conditions. Really appreciate your work. However, it can be only a very temporary solution ...
thnks!!! Its what I needed for my project
Works fine for beginner. Thx a lot.
Ohhh thanks for much ✊✊✊
Hey, thanks for the tip ! And remember to change your tg token ;)
Thanks for the video!
Very well dude 😉😉
Tnx for simple explenation
Thank you bro. I followed your guide and my bot is working for free now. before my bot's code was uploaded in hostinger but after few weeks it stop working and needed to setup again. I hope pythonanywhere is good and bot won't stop.
After a month it stopped?
super helpful thank you👍
Great video. This really helped me a lot. But for some reason I have to restart the script every day to keep the bot running. Is there any way to restart it autmatically?
What is the installation for discord bot
❤❤❤, love this ,
Any class for WhatsApp bot?
which program did you use to program the bot?
Python
no, its not works this way bro. I have tried pythonanywhere for several times unless you switch for always task it will not be working
what if we host it from multiple accounts the same telegram file
Then you will have 2 files running instead of 1
mine is not working im trying to do a discord bot but its not working at all it says it cant connect but idk why
same
do you found a fix for that?
if I have secret API keys ? is it safe ? how can I hide those?
Wow thank you!
I was not paying attention until I heard python anywhere I just rushed back to the video
It works only 8-10 hours only 😢😢
Any one solve this issue
How mine is working only once i have to press run button again n again
use webhook method instead of polling method
😂😂😂@@ter243
Thanks man,!
Really great brother ☺️
You're the best 👍🏾
What about databases? For example bot is using SQL and I need to connect it, but how in this new hoster ?
never even seen that but good luck. I’m pretty sure it’s possible.
excellent, thanks
Good video, thanks...
*Please Give the same code* here
Don’t know why but it is giving me errors more errors
How would you hide the Bot Token? I assume using .env files, but you would still have to upload the env file to this website
Hi, i just uploaded a separate .env file. It says in pythonanywhere policies that only you have an access to the files you uploaded and only admins could access the files with your written permission
Just regenerate it after showing it
there is a issue when iclick on run then only my bot runs unless it dont runs if new message send in the group
this doesn't work with discord bots
yo, thanks for it, but what if i got a file message in my bot?
How many people can it handle at the same time?
So uhh anyone else getting the "destination port unreachable" when pinging discord?
Did the sitr cut support for bots?
my code is work locally but when i edit in pyhtonanywhere its give me error while local ones works perfectly
How do i deploy telegram bot which is made using webhook
this is patched
is your code public? didnt watch the full video as im too busy to
How to change visability on pythonanywhere? Are my files private by default? Can I use it as git repo and push by ssh?
wow thank you my bro
after i open the console i cant open the bash console
But what if my bot contains at least five files? How to run this?
Just simply upload them to the same
/home/user/ folder, nothing complicated :)
I just started to run this bot now i hope this will work
Can you tell me how you send the user message to pythonanywhere script? For example: I have a python script which will reverse the string, whatever given as an input, now this script is hosted in pythonanywhere so I know how to call the function from my own android application through api call but I don't know how to pass the string?
how much the storage? can my bot host at least 200 user and can i add video in my bot?
can other users view our file and folder ?
Try accessing /user/your_user_name/files/home/your_user_name and you will know.
How to host django app? Or how to run python script in html page
How can we host this in raspberry pi 4 .. can you please tell us that.
Can you show discord? Telegram isn't popular in Poland
Mon, Oct 14 it works i confirm.
Do you think this is better than replit?
I don't know about his opinion, but for certain projects it is better to use this than replit
Otherwise replit is very good
@@confusedjpg yeah because there are also templates, a better code editor, you can share your code,...
Replit and UptimeRobot works well, when it works. But I've found that it sometimes randomly stops. Just my personal experience
Greetings.
Do you know how to deploy an app in 24/7?
Thanks in advance
@@jeancarlos8200 i need an answer as well if you found out
How come my bot says it can't connect to discord?
Hello, good morning, can you please share the code of that bot?
My bot stopped after closing tab
i facing connection issue how to solve
hello, do you know of any hosting for a bot made with Node.js?
so this one is only working for Python only?
I need that script which you are using
it keeps saying that "install" in the bash console is incorrect syntax!! Please Help
what do you write in the console?
@Prod_Skai Ikyk that writing wrong code gives a syntax error;indeed, the online hosting and the batch console is going to work perfectly fine.However, if the issue continues, look that the code you had wrote is correct or not bec it is the only possible solution for it.😅
You just encountered the issue bec of writing the wrong code.
But I hope you might had solved the error by this time and created an amazing 'Telegram' or any other platform bot...
ME TOO I JUST WANNA INSTALL AIOGRAM
Thanks for the quality content. Is there a whatsapp API that I can use in the same way?
Im sure that typing "Whatsapp python" will get you response 100x faster
@@gental. Yeah i tried it. Just read my question again. I asked if there is an API for Whatsapp so i can run code on a server
@@skyisthelimpet Absolutly first result after typing "python whatsapp": pywhatkit. Why can't You use it?
doesnt work
it can't connect to discord-
it says refused to connect Telegram server using Telethon
same
how can I get this server to play a sound for discord bot?
hey i have 3 py file and in my main py file i import some functions from them . how can i add them too?
it's easy, first you need to create a directory in dashboard(left side), after that enter the directory you made, then upload your files (right side). then run your main file
Hello, how can I make discord bot work in pythoneverywhere? Im a newbie
Yes you can
Thaaaaaaaaaaaaaaaaaaaaaaank you 🌹🌹🌹
i got network uncreachable?
Can we use to file share bot
Use link to get files
I've got a discord bot but i have 2 files instead of one. One has the code and one has just:
```
import bot
if __name__ = "main":
bot.run_discord_bot
```
And the other has the actual code. I don't know how to run those two. And i can't run them like i do on my pc cuz it just gives me errors
You should write like from ‘file_name’ import bot
Just replace file name with the file you have without quotes
pythonanywhere doesnt let you connect to discord appaerntly
I use render for my flask apps and APIs
2nd problem is database locked
thank you
discord bot won´t start
Thank you
but how about telegram bot created with webhook method? where to find webhook url and set it up?
How can I solve telegram dispatcher error?
While loop, with try and exception
@@10fersen What is the dispatcher for in general
Hi, would you mind sharing the script?
Bro its like 90 Lines lmao
24/7???? It is literally showing in your dashboard 100(!!!) seconds CPU per DAY(!!!). Absolutelly trash.
You will rarely use more than 100 seconds of CPU per day, and after you use that it continues to work at a reduced speed.
Thank you for your comment and have a wonderful day!
Hey mate, reply? Mind sending the script?
bot work 1 or 2 days :(
Anyone knows how to add to one program more txt files? Like if i would like to do database or sth
Thanks
Change telegram token
perfect
Cool!
❤❤❤❤❤
How to create file sharing bot through link plz made the video
For free
Wtf
@@BluescreenDev fliesharing bot I'm tolking about