title | description | tags | |||
---|---|---|---|---|---|
Python Telegram Bot |
A Telegram Bot Written in Python |
|
This example starts a Telegram bot using python-telegram-bot library.
- Python
- Python Telegram Bot
- Install packages using
pip install -r requirements.txt
- Start the bot using
python bot.py
This is a basic bot with the command /start
, more information can be founded at the offical documentation.