Answer the question
In order to leave comments, you need to log in
How to host a Python bot on a server?
There is a simple Python bot that logs into the site and clicks on the button on the site several times a day through a get request. How can I place it on the server to perform this operation? Are there any similar technologies for solving this problem?
Answer the question
In order to leave comments, you need to log in
If you don't want to pay then heroku , pythonanywhere.
If you are ready to pay 100 rubles, then fvds and similar services.
In order for the bot to work on a server, you need to install python by itself. Install with pip all the libs that you use, upload files with git or ftp and start the bot. You can shove this case into the supervisor so that you don’t start your bot again if it crashes.
you can use single-board computers (raspberry pi, orange pi and the like). eat little, work steadily.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question