PyData Delhi Bot is a Telegram bot for sharing information about PyData Delhi community. This bot is the fork of PyDelhi Bot and development of this bot happens parallel to PyDelhi Bot apart from some patches/modifications which are community dependent.
- 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/PyData-Delhi-Bot.git
- Open Terminal and get inside the repository folder by running
cd PyData-Delhi-Bot
- Install
pipenv
by runningpip install pipenv
- To install all other requirements simply run
pipenv install -r requirements.txt
- Run the program by
pipenv run python pyddbot.py
and follow the instructions if mentioned.