Skip to content

sagarreddypatil/gradescope-ics

 
 

Repository files navigation

Gradescope to iCalendar Converter

Project forked from apozharski/gradescope-api because I didn't feel like writing a webcrawler.

Usage

python -m venv venv # Create a virtual environment
chmod +x venv/bin/activate # Make the activate script executable
source venv/bin/activate # Activate the virtual environment
pip install -r requirements.txt # Install dependencies
python main.py # Run the script

You'll be prompted for your Gradescope username and password. After the script runs, there should be a file called gradescope.ics in the current directory.

Flask App

There's also a Flask app that can be called like this: http://0.0.0.0:whatever/gradescope?email=<write email here>&pwd=<write password here>

About

Convert Gradescope assignments to iCalendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • HTML 6.0%
  • Dockerfile 0.7%