Skip to content

jamo/mooc-data-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mooc Data Parser

CodeClimate

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 message

Since 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 -l

Show basic info for applicants and percents for each week

mooc-data-parser -l -c

Show basic info for applicants and missing points

mooc-data-parser -l -m

Show basic info for applicants and percents for each week and missing points

mooc-data-parser -l -c -m

Find 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages