-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (14 loc) · 793 Bytes
/
README
File metadata and controls
17 lines (14 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Purpose]
This python script will login to your MyCourses account and navigate its way through each course. When in a course, this script will dump all the news, course content and dropbox submissions to your output location. After running the script you should have a directory that represents each course which contains that course's content.
[Usage]
python mycourses.py -h
python mycourses.py --output ~/mycourses_dump --crossdomain --news --content --dropbox --verbose 2 --delay 0
python mycourses.py --output ~/mycourses_dump --crossdomain --content --dropbox --verbose 1 --delay 0
[Requirements]
This script was developed on Ubuntu Server 10.10 with the following packages installed:
libxml2-dev
libxslt1-dev
python-lxml
python-pyquery
python-httplib2
python-demjson