Script to notify the availability of kimsufi servers by Telegram.
-
Clone or Download this repository.
-
Copy file
config.php.dist
toconfig.php
. Modify with the your data. -
Build the environment by running the
make start
command. Once in the bash terminal, typeexit
to exit the environment. -
Locate the reference of a server that is currently available. You can do this by viewing the HTML of the server line and copying the value of
data-ref
. For example:1801sk17
. -
Run the script to verify that everything works correctly:
make run
-
If the notifications have arrived correctly, you can only indicate the correct server references and schedule a crontab that executes the script every so often.
Licensed under the MIT license
Read LICENSE for more information