Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1 KB

README.md

File metadata and controls

25 lines (16 loc) · 1 KB

Kimsufi Servers Availability

Script to notify the availability of kimsufi servers by Telegram.

Usage

  1. Clone or Download this repository.

  2. Copy file config.php.dist to config.php. Modify with the your data.

  3. Build the environment by running the make start command. Once in the bash terminal, type exit to exit the environment.

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

  5. Run the script to verify that everything works correctly: make run

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

License

Licensed under the MIT license

Read LICENSE for more information