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.
1 Respuesta
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.