Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mooey5775/gradescope

A Python library to fetch Gradescope grade reports
https://github.com/mooey5775/gradescope

gradescope

Last synced: 2 months ago
JSON representation

A Python library to fetch Gradescope grade reports

Awesome Lists containing this project

README

        

# gradescope

This is a Python utility library for Gradescope.

This library is a subset of a library created by Jérémie Lumbroso, licensed under the LGPL3 license. You can find this library here: https://github.com/jlumbroso/pylifttk.

## Configuration file

The `config.yaml` file contains Gradescope credentials.

```yaml
gradescope:
username: "" # credentials for https://gradescope.com
password: ""
```

## Example

Coming soon!