wikivet-crawler
v0.0.4
Published
Crawls WikiVet for quizzes.
Downloads
1
Readme
WikiVet Crawler
Intro
This is a simple CLI that crawls wikivet for quizzes and lumps them in a JSON file.
Also bundled is a script that converts the generated JSON file into moodle xml files.
Install
npm install -g wikivet-crawler
Usage
Usage: wvc [options] [command]
Commands:
crawl Crawl WikiVet for quizzes
convert Convert JSON to moodle XML
help [cmd] display help for [cmd]
Options:
-h, --help output usage information
-V, --version output the version number
Usage: wvc-crawl [options]
Options:
-h, --help output usage information
-o, --output <out> Destination for quizzes. Default: quizzes.out
-nl, --nolog Don't log
Usage: wvc-convert [options]
Options:
-h, --help output usage information
-i, --input <in> Source JSON file
-o, --output <out> Destination directory for XML files
Author
Matthew Dobson ([email protected])