Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 466 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 466 Bytes

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>