Skip to content

sriramun/cloodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloodle

A Moodle command-line tool for students that streamlines assignment retrieval and submissions.

It makes use of Moodle's mobile web services API, and consequently requires appropriate settings to be enabled by the site admin.

Currently only has support on Linux.

Installation

Prerequisite installations

Clone repository from github

git clone https://github.com/sriramun/cloodle.git
cd cloodle

Create alias

If you wish to use the tool from anywhere on your system

echo alias lms="\"$(pwd)/lms\"" >> ~/.bash_aliases
. ~/.bashrc

Usage

Execute ./lms help to get started.

Contribute

Useful Moodle sites for testing and debugging:

Releases

No releases published

Packages

No packages published

Languages