Stationkeep is a simple CLI tool made in go used to check the availability of each room in 3IA.
just run the .exe by providing a date like this
./stationkeep.exe dd mm yyyyIf no argument are provided, the program will use the current date
(if you want to re-build the .exe, you can run go build)
The programm will generate a markdown file at /output/yyyymmdd.md.
if there is an error, you can often simply run
mkdir outputto fix the problem.
- the times provided are the period during wich the room are occupied
- the result may not be 100% accurate (some course do not appear on ADE, and thus cannot be detected)
- if there is no course during the whole day, the room will not appear, they are sorted by level of the building, so it's easy to find the holes
- The programm is very slow. (deal with it)
- those problem may or may not be fixed at some point.