Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 460 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 460 Bytes

pyMinerva

  1. Install dependencies pip install -r requirements.txt
  2. Create a secrets.py file in the minerva folder containing your minerva credentials:
username = ""
password = ""
  1. 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.
  2. Run using python -m example_programs.sync_files in the minerva folder.