Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realslimshanky/pydelhi-bot
Python bot for Telegram to serves PyDelhi Organisation
https://github.com/realslimshanky/pydelhi-bot
python telegram
Last synced: 3 months ago
JSON representation
Python bot for Telegram to serves PyDelhi Organisation
- Host: GitHub
- URL: https://github.com/realslimshanky/pydelhi-bot
- Owner: realslimshanky
- License: mit
- Created: 2017-01-15T16:03:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:43:55.000Z (about 2 years ago)
- Last Synced: 2024-10-12T07:11:33.929Z (4 months ago)
- Topics: python, telegram
- Language: Python
- Homepage: https://telegram.me/pydelhibot
- Size: 79.1 KB
- Stars: 9
- Watchers: 2
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [PyDelhi](https://pydelhi.org) Bot
### _Simple Python based bot for telegram to fetch links._## Current Version - Version 3
_New version now contains Process ID and Token/Key management with inline documentation explaining the code._## Official Forks
* [PyData Delhi Bot](https://github.com/realslimshanky/PyData-Delhi-Bot)
* [PyLadies Delhi Bot](https://github.com/realslimshanky/PyLadiesDelhiBot)
* [Cryptocurrency India Bot](https://github.com/realslimshanky/Cryptocurrency-India-Bot)## Quick Basics
* [Telegram Bot Using Python](https://www.youtube.com/watch?v=J6aZlUzxL5w) - _PyDelhi Conference 2017_## How To Contribute
* _Please create an issue or work on existing [issues](https://github.com/realslimshanky/PyDelhi-Bot/issues) by mentioning your name on that particular issue._
## How To Deploy
1 _Install [Python 3](https://www.python.org/downloads/)_
2 _Install [pip](https://pip.pypa.io/en/stable/installing/) for Python 3_
3 _Clone this repository to by running `git clone https://github.com/realslimshanky/PyDelhi-Bot.git`_
4 _Open Terminal and get inside the repository folder by running `cd PyDelhi-Bot`_
5 _Install dependencies by running `pip install -r requirements.txt` (virutal envionment recommended)_
6 _Run the program by `python pydelhi.py` and follow the instructions mentioned._