OVH-server-tracker/README.md

29 lines
1,001 B
Markdown
Raw Normal View History

2020-12-08 10:09:21 +01:00
# OVH-server-tracker
2020-12-09 20:03:13 +01:00
An OVH server tracker for Kimsufi, maybe 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.
## Documentation
### References and zones
2021-05-02 17:56:31 +02:00
In `config/`, you can find [the list of references](https://git.dryusdan.fr/Dryusdan/OVH-server-tracker/src/branch/stable/config/refToName.yml)
2020-12-09 20:03:13 +01:00
Zone are fra, gra, rbx, sbg for Kimsufi
## Installation
2021-03-03 20:48:02 +01:00
+ `git clone https://git.dryusdan.fr/Dryusdan/OVH-server-tracker.git`
2020-12-09 20:03:13 +01:00
+ `cd kimsufi`
+ 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*
2020-12-09 20:03:42 +01:00
+ `python3 servertracker.py`