An api built using fastapi to get student info from RIT website
Clone the project
git clone https://github.com/anishgowda21/RIT-sis-scraperGo to the project directory
cd RIT-sis-scraperInstall dependencies
pip3 install -r requirements.txtStart the server
uvicorn main:app --reload- Go to
http://127.0.0.1:8000/doc(The port number may be diffrent check it in your terminal)
GET /sis/?usn={usn}&dob={dob} GET /sis/?usn={usn}&dob={dob}&firstyear=true| Parameter | Type | Description |
|---|---|---|
usn |
string |
Required. your usn |
dob |
string |
Required. your dob in yyyy-mm-dd form |
firstyear |
bool |
optional. If you are a first year add this |
Or you can see a demo at https://ritsis.herokuapp.com/
Any suggestions for this project is welcome
- Just fork the repo make your changes and send a PR