https://github.com/zoilomora/kimsufi-servers-availability
Script to notify the availability of Kimsufi servers by Telegram
https://github.com/zoilomora/kimsufi-servers-availability
kimsufi notify ovh telegram
Last synced: 8 months ago
JSON representation
Script to notify the availability of Kimsufi servers by Telegram
- Host: GitHub
- URL: https://github.com/zoilomora/kimsufi-servers-availability
- Owner: zoilomora
- License: mit
- Created: 2020-12-01T01:47:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-01T03:22:12.000Z (over 5 years ago)
- Last Synced: 2024-12-27T18:46:05.896Z (over 1 year ago)
- Topics: kimsufi, notify, ovh, telegram
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kimsufi Servers Availability
Script to notify the availability of [kimsufi servers](https://www.kimsufi.com/es/servidores.xml) by [Telegram](https://telegram.org/).
## 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](https://www.kimsufi.com/es/servidores.xml) 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](http://opensource.org/licenses/MIT)
Read [LICENSE](LICENSE) for more information