A small command line tool for downloading resources, like pdfs or images, from Moodle.
Build:
$ go get github.com/s-gheldd/moodle-fetcher
(or clone and go install)
$ git clone github.com/s-gheldd/moodle-fetcher.git
$ go install
(or clone and make)
$ git clone github.com/s-gheldd/moodle-fetcher.git
$ make
Install: Download release for your OS.
Usage:
$ moodle-fetcher -u <url> [-p <password>] -n <username>