PyDelhi Bot
Simple Python based bot for telegram to fetch links.
New version now contains Process ID and Token/Key management with inline documentation explaining the code.
- Telegram Bot Using Python - PyDelhi Conference 2017
- Please create an issue or work on existing issues by mentioning your name on that particular issue.
- Install Python 3
- Install pip for Python 3
- Clone this repository to by running
git clone https://github.com/realslimshanky/PyDelhi-Bot.git - Open Terminal and get inside the repository folder by running
cd PyDelhi-Bot - Install pipenv by running
pip install pipenv - To install all other requirements simply run
pipenv install -r requirements.txt - Run the program by
pipenv run python pydelhi.pyand follow the instructions if mentioned.