A telegram chatbot which sends students information regarding their attendance,marks and classes.
For running your own instance there are a few steps you'll have to take
- Clone this project. Use git clone https://github.com/lastbulletbender/srm-rmp-bot.git
- Acquire a token for your bot here
- Install pip which helps to install python modules easily. On ubuntu, you can use this on your terminal :
sudo apt-get install python-pip
- Use this command inside the project directory to install all the necessary modules using pip :
pip install -r requirements.txt
- Replace the token variable in srmbot.py with your token.
- Install chromium browser using
sudo apt-get install chromium-browser