mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
title, description, tags
| title | description | tags | |||
|---|---|---|---|---|---|
| Python Telegram Bot | A Telegram Bot Written in Python |
|
Python-Telegram-Bot
This example starts a Telegram bot using python-telegram-bot library.
✨ Features
- Python
- Python Telegram Bot
💁♀️ How to use
- Install packages using
pip install -r requirements.txt - Start the bot using
python bot.py
📝 Notes
This is a basic bot with the command /start, more information can be founded at the offical documentation.