Mooc Data Parser
Installation
Or install it yourself as:
$ gem install mooc-data-parser
Scripts made to process some data for our Massive Open Online Courses.
Usage
Usage: show-mooc-details [options]
-f, --force Reload data from server
-u, --user username Show details for user
-m, --missing-points Show missing compulsary points
-c, --completion-precentige Show completition percentige
-e, --email emailaddress Show details for user
-t, --tmc-account tmc-account Show details for user
-l, --list Show the basic list
-h, --help Show this messageSince refreshing data for each search is unnecessary this will cache everything that requires a http request, thus making the functionality much faster.
To get fresh data, use -f command line parameter.
Show basic info for applicants
mooc-data-parser -lShow basic info for applicants and percents for each week
mooc-data-parser -l -cShow basic info for applicants and missing points
mooc-data-parser -l -mShow basic info for applicants and percents for each week and missing points
mooc-data-parser -l -c -mFind info about a user
- by email:
mooc-data-parser -e <email>- by username:
mooc-data-parser -u <username>Flags -c and -l can be used with these too.