Note: Due to Canvas' policy regarding the usage of the authorization token, users must store their own token in a .env file to access their assignments.
- Login to Canvas using your school credentials
- Navigate to Account->Settings->New Access Token
As part of the Canvas guidelines, please do not share your token with anyone
- Clone the repository
- Create a .env file with the following information:
export TOKEN=<Your authorization token here> - Run main.py
Optional: You can build main.py with a python module such as PyInstaller
Canvas API: https://github.com/ucfopen/canvasapi