This project is NOT intended as a way to abuse the service, NOR it is intended to rob other people of their right to the same service.
go install github.com/omerkaya1/solid-guacamole@latest
or
- download the file (for mac)
- download build artifacts from actions page
The following steps are performed through terminal/shell of your computer.
- Run the programme on the background:
solid-guacamole &NOTE: If the file was downloaded, you need to make it "runnable":chmod u=x path/to/solid-guacamole && ./solid-guacamole & - When the free slot is found, the programme will notify you with
screen blinking and a sound once a second; to stop that, send SIGUSR1 to the process:
kill -s SIGUSR1 $(pgrep solid-guacamole) - Once the booking is complete, kill the programme:
kill -s SIGKILL $(pgrep solid-guacamole)