As simple cli as possible for Czech University of Life Sciences Prague.
Currently supports only extraction and conversion of student's timetable.
yarn global add czu-cli
# or
npm install -g czu-cli
# help
czu-cli --help
# print current timetable as iCalendar
czu-cli timetable --username "xlukm014" --password "hunter2" --format ics
# save it to a file called calendar.ics
czu-cli timetable -u "xlukm014" -p "hunter2" --format ics -o calendar.ics
- easier installation (precompiled binary)
- uemp support
- searching for empty classroom
- monitoring of timetable changes
- provide quick and secure access to your UIS
- fix errors caused by incorrectly exported iCalendar by UIS
- cover all desired features by request of other students
- Create a Github account
- Fork this repo
- Download your forked version to your computer
- Change/Add the stuff you want
- Push/Sync your changes back to your repository
- Submit a pull-request back into this repo