Application to show upcoming assignments from Moodle
Go to file
2023-03-26 13:10:30 -07:00
calendar Initial commit 2023-03-17 18:23:40 -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 Added support for global config files 2023-03-18 11:34:22 -07:00
PKGBUILD Added PKGBUILD for package 2023-03-18 11:43:46 -07: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