You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
config | 3 years ago | |
src | 2 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
requirements.txt | 3 years ago | |
servertracker.py | 3 years ago |
README.md
OVH-server-tracker
An OVH server tracker for Kimsufi and So You Start.
Purpose
The objective is to send notifications when the Kimsufi server you want is available in the zone(s) desired.
There is many type of notification listed here : https://github.com/caronc/apprise
Actualy only email, xmpp are supported here. Easy to integrate other (see src/notifications.py
)
Discord and Matrix are planned.
This project is inspired by Pofilo.
Documentation
References and zones
In config/
, you can find the list of references
Zone are fra, gra, rbx, sbg for Kimsufi
Installation
git clone https://git.dryusdan.fr/Dryusdan/OVH-server-tracker.git
cd /OVH-server-tracker
- Create virtual environment:
python3 -m venv .
- Source it:
source bin/activate
- Install dependencies:
pip install -r requirements.txt
cp config/kimsufi.sample.yml config/kimsufi.yml
- Edit config/kimsufi.yml
python3 servertracker.py