+ 3
How to run a python Telegram bot script on my website?
I'm trying to make a Telegram bot in Python. I have a SSL certificated website.I have put MyBot.py file in the root path of my website and set webhook but the bot isn't working anymore. I'm pretty sure nothing is wrong with the code. Can anyone tell me what the wrong and what is the solution?
2 Respostas
+ 13
You must check compatibility between python and your web host.
+ 1
sorry this isn't an answer but im trying to develop a telegram bot and I'm having trouble going through the API ... I want some help if you have good understanding of the framework