Answer the question
In order to leave comments, you need to log in
Paid server for Telegram Bot?
Good evening!
Tell me where you can cheaply place a Telegram bot in Python.
Newbie at this. And I can't find the information I need.
Several links are welcome.
Answer the question
In order to leave comments, you need to log in
Very cheap, or rather free, you can place it on many PaaS services: Heroku, Bluemix, OpenShift, etc. I made a comparison
on my blog .
heroku. You can also for free, if the requests are not very large
I used simplecloud for the bot. Buy ssl as advised above, I don’t know why. Stupidly create a certificate and all that on a PC, and you're done.
Here, for example, it is indicated in the code about creating a certificate.
https://github.com/eternnoir/pyTelegramBotAPI/blob...
Placed the bot in googlescripts on the ball. Everything flies. Why pay somewhere? It's actually javascript.
You can also host it for free:
heroku.com
pythonanywhere.com An
SSL certificate is only needed if you plan to use Webhooks. But this is not necessary at all, you can get by with long polling, when the bot constantly polls Telegram and receives new updates.
If you want to set up webhooks, instead of polling, then there is a series of 3 videos on how to do it on pythonanywhere:
https://www.youtube.com/watch?v=ZggfQnmQhwY
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question