how can i make a bot for telegram with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can i make a bot for telegram with python?

I have the code. i just want to know where should i put this code to make a bot.

4th Feb 2017, 9:04 AM
Elite
Elite - avatar
1 Answer
0
You can just use the telegram API and make requests and go from there. All of that can be achieved off a laptop/desktop or whatever. So you don't really need to have a third party hosting your code right away. Now if your creation grows then you could look into having a third party host your code. The Google app engine is decent, there's a ton of others too. Although, you have to pay for some but that's not too big of a deal. All in all, run the code locally and go from there when it grows then worry about that.
6th Feb 2017, 3:34 AM
Don
Don - avatar