First commit with some GeorideApiLib items

This commit is contained in:
2019-10-25 00:40:15 +02:00
commit cd5adffbd0
11 changed files with 855 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# Georideapilib
![Logo Georide](georide-logo.png)
⚠️ this is not an official implementation
Official geroide website: https://georide.fr/
This library can control your georide tracker tracker
Some code have been taken from @alexmohr https://github.com/alexmohr/sonyapilib
This library is used as communication interface in a home assistant component to control media players, which can be found here:(Not ready yes ;))
At the moment not all functions offered by the api are implemented. If you miss a function feel free to create a pull request or open a feature request.
# Installation
To install simply run
```
pip install georideapilib
```
This library has been tested with python 3.7 and above, functionality for older python version cannot be guaranteed.