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
- Host: GitHub
- URL: https://github.com/omi10859/telegrambot
- Owner: omi10859
- License: mit
- Created: 2017-08-07T06:29:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:00:09.000Z (about 3 years ago)
- Last Synced: 2025-02-14T04:47:37.423Z (10 months ago)
- Topics: python, python-bot
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`