Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 951 Bytes

File metadata and controls

28 lines (22 loc) · 951 Bytes

🚉 Stationkeep

Stationkeep is a simple CLI tool made in go used to check the availability of each room in 3IA.

Usage :

just run the .exe by providing a date like this

./stationkeep.exe dd mm yyyy

If no argument are provided, the program will use the current date

(if you want to re-build the .exe, you can run go build)

Output

The programm will generate a markdown file at /output/yyyymmdd.md.

if there is an error, you can often simply run

mkdir output

to fix the problem.

/!\ NOTES

  • 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.