Skip to content

sauroter/moodle-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>