基于python的telegram bot开发

官方文档

有关其他语言的TGbot解决方案,可以参考官方页面

参考:

  1. https://www.w3schools.com/python/module_requests.asp python request
  2. https://lijianxun.top/55.html 使用PTB的博文
  3. https://github.com/python-telegram-bot/python-telegram-bot PTB
  4. https://github.com/eternnoir/pyTelegramBotAPI#message-handlers TBA
  5. https://github.com/aiogram/aiogram Aiogram
  6. https://github.com/LonamiWebs/Telethon Telethon(见到了一个基于此库开发的项目)