PyDelhi Bot
Simple Python based bot for telegram to fetch links.
- Telegram Bot Using Python - PyDelhi Conference 2017
- Please create an issue or work on existing issues by mentioning your name on that particular issue.
- 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
- Installing dependencies
- run
pip install -r requirements.txtor install following packages individually - python-telegram-bot
- requests
- pytz
- run