An open API service indexing awesome lists of open source software.

https://github.com/omi10859/telegrambot

Telegram Bot Using python
https://github.com/omi10859/telegrambot

python python-bot

Last synced: 9 months ago
JSON representation

Telegram Bot Using python

Awesome Lists containing this project

README

          

# Telegram bot

Telegram Bot Using Python


In this Repository we will be making a Telegram bot using a Python-telegram-bot library you can go https://python-telegram-bot.org to know
more functions.

### How To Contribute

* Please create an issue or work on existing [issues](https://github.com/omi10859/telegrambot/issues) by mentioning your name on that particular issue.

### How To Deploy

* Python version 3.5 is used to create the bot
* Virtual Environment is recommended
* A bot API key is required to be edited in pydelhi.py which can be aquired from [BotFather](https://telegram.me/botfather)
* Installing dependencies
* run `pip install -r requirements.txt`