Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 502 Bytes

README.MD

File metadata and controls

14 lines (7 loc) · 502 Bytes

Python Telegram Bot

Template for quick deployment using python-telegram-bot library.

Deploy on Railway

Examples

The examples from the library are included in the examples folder. You can run them directly from the root of the repository:

  • bot.py is the main file to run the bot.
  • Separating the main logic would be a good idea.