Easy way to download "all" course resources at iSpace (Moodle driven)
- Python 3+
- Beautiful Soup 4.4.0+
- Directly run
- Input
usernameandpassword
Then the courses will loaded and display with a index number
- Type-in the index number to select the course
All course resources will load and a summary will display Ask whether the user want to download or not
- Type your download intention ([Y/n])
If you don't program, it will terminate itself
- Download started, files will be download to
./download/[course_name]
- Use your text editor to modify
usernameandpasswordfields in the 9 and 10 line of themain.pyfile - Directly run
Then the courses will loaded and display with a index number
- Type-in the index number to select the course
All course resources will load and a summary will display Ask whether the user want to download or not
- Type your download intention ([Y/n])
If you don't program, it will terminate itself
- Download started, files will be download to
./download/[course_name]
MIT