- Install dependencies
pip install -r requirements.txt - Create a secrets.py file in the minerva folder containing your minerva credentials:
username = ""
password = ""- Adapt the file minerva/example_programs/synced_map.py to contain your courses. The key is a search string for the title of a course. The value is the folder where it should end up.
- Run using
python -m example_programs.sync_filesin the minerva folder.