Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 538 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 538 Bytes

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