Skip to content

Scraper for erp.mitwpu.edu.in built by The SCRIPT Group to have an easily accessible REST API

License

Notifications You must be signed in to change notification settings

The-SCRIPT-Group/Poseidon

Repository files navigation

Poseidon - ERP Attendance Scraper

To download the source
git clone https://github.com/The-SCRIPT-Group/Poseidon.git
To get your environment setup with the required libraries
pip install -r requirements.txt
To update dependencies
pip install -U -r requirements.txt
You can install the dependencies in a virtualenv if you so desire
To run the application with the flask development server
python3 api.py

or with gunicorn

gunicorn api:app