Skip to content

TrainWreckOrg/stationkeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages