classroom-downloader

Python application to download all drive files from courses in classroom google get classroom

INSTALL REQUIREMENTS

pip install requirments.txt    

CLASSROOM API

get classroom credential in the main file credentials.json. Can get this file in https://developers.google.com/classroom/quickstart/python and click on enable classroom api select/login with account classroom. ans save file in the root of project with name credentials.json

GDRIVE API

api application to download all drive files need to download credentials-gdrive.json. Can get this file in https://developers.google.com/drive/api/v3/quickstart/python click on enable google drive api select/login with account classroom. ans save file in the root of project with name credentials-gdrive.json

START

python3 main.py