Files
Agampreet Singh 4d38f0b362 Add python-telegram-bot (#226)
* Add python-telegram-bot

Update

Update bot.py

* Update bot.py

* Update requirements.txt
2022-02-16 20:23:01 -08:00

938 B

title, description, tags
title description tags
Python Telegram Bot A Telegram Bot Written in Python
python
python-discord-bot
telegram

Python-Telegram-Bot

This example starts a Telegram bot using python-telegram-bot library.

Deploy on Railway

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.