Application to show upcoming assignments from Moodle
Go to file
2023-11-28 19:47:02 -08:00
calendar fix: Re-packaged application PKGBUILD and fixed error with empty calendar event names 2023-10-16 00:09:59 -07:00
selection Initial commit 2023-03-17 18:23:40 -07:00
timeline Added an additional option to event timelines 2023-03-26 13:10:30 -07:00
.gitignore Initial commit 2023-03-17 18:23:40 -07:00
go.mod Added support for global config files 2023-03-18 11:34:22 -07:00
go.sum Added support for global config files 2023-03-18 11:34:22 -07:00
main.go fix: Changed the calendar selector for moodle events 2023-11-28 19:47:02 -08:00
PKGBUILD fix: Changed the calendar selector for moodle events 2023-11-28 19:47:02 -08:00
README.md Initial commit 2023-03-17 18:23:40 -07:00

assign-notify

A small script that displays the upcoming assignments on my school's Moodle site

Configuration

Everything in config.toml

An example looks like:

moodle_root = "https://moodle.example.com"
user_id = "12345"
auth_token = "aaaabbbbccccddddeeeeffff"

These values can be obtained by exporting a calendar in Moodle, and looking at the resulting link that was generated