Skip to content

julianbopp/ADAM-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ADAM-Parser

This script is used to create a logged in adam session and fetch all your courses and course files for the current semester.

In order to use it, you must create a userdata.txt in the following style

userdata.txt

[email protected]
adampassword
/path/to/course/directory
Semester Year

My userdata.txt would look like this:

[email protected]
notmyrealpasswordofcourse
/home/julian/UNIBAS/9 HS 2022/
Herbstsemester 2022

What I still need/want to add:

  • Some courses use external pages, different from ADAM, to upload their lecture slides or exercise sheets. I'd like to use this script to download these files aswell
  • Some exercise sheets come with additional resources. Currently all resources and exercise sheets will be downloaded to one folder. I'd like the script to create a folder for each exercise that separates the exercise resources from eachother like so:
    • sheet01 -> sheet01.pdf, sheet01resources.zip
    • sheet02 -> sheet01.pdf, sheet02resources.zip
    • ...

About

adam parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages