Bot Telegram with Python connected to MySQL [closed]

-4

Hello, I have started a project with a bot for telegram which should be developed with Python and should make queries to MySQL but the vdd I am not aware of the subject but I would like to know if there is a way to do it?

I have knowledge in Python and MySQL but not in the creation of bot For telegram as I have described above.

Thank you in advance for your attention and help.

    
asked by Santiago Huh 14.07.2017 в 00:53
source

1 answer

1

As you mention your question is very broad, but I can still answer that there are many ways to make your bot for Telegram, what I would do is use BotFramework with NodeJS and do the business part with python and botframework to make queries to your backend made with Python.

Another thing you should see is the Telegram documentation, and how to use BotFather, regards.

BotFramework: link Doc Telegram Bot: link

    
answered by 14.07.2017 в 01:29