A script to make downloading files of Google Classroom more easy
-
Clone or download the zip of the project
-
This project use Python 3+, install it if you dont have it on your machine.
-
Install project dependencies
pip install -r requirements.txt
- Credentials.json
-
Enable Google Drive and Google Classroom Api at the new project created
-
In the tab "Api and Services" make a new OAuth 2.0 Credential and download the json file
-
In the tab OAuth Login Screen, click in the button "Publish App"
-
Rename the json downloaded to "credentials.json" and place into the root folder of the project
To get all stuffs just open a command line in the root folder of the project and execute the command above, it will download all classes and activities of the courses you're at
python main.py
Feel free to dive in! Open an issue or submit PRs.
This project was made with MIT license.