--- title: Python Telegram Bot description: A Telegram Bot Written in Python tags: - python - python-discord-bot - telegram --- # Python-Telegram-Bot This example starts a Telegram bot using [python-telegram-bot](https://www.python-telegram-bot.org/) library. [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fpython-telegram-bot&envs=TOKEN&TOKENDesc=The+Telegram+Bot%27s+Token+%28Generate+a+token+from+%40BotFather+if+you+don%27t+have+one%21%29) ## ✨ 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](https://python-telegram-bot.readthedocs.io/en/stable/).