diff --git a/README.md b/README.md index d0d3a6c..19332b7 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,28 @@ --- -A Reolink Camera client written in Python. This repository's purpose **(with Reolink's full support)** is to deliver a complete API for the Reolink Camera's, +A Reolink Camera client written in Python. This repository's purpose **(with Reolink's full support)** is to deliver a complete API for the Reolink Cameras, although they have a basic API document - it does not satisfy the need for extensive camera communication. +Check out our documentation for more information on how to use the software at [https://reolink.oleaintueri.com](https://reolink.oleaintueri.com) + + Other Supported Languages: - - Go: [reolink-go-api](https://github.com/ReolinkCameraAPI/reolink-go-api) + - Go: [reolinkapigo](https://github.com/ReolinkCameraAPI/reolinkapigo) ### Join us on Discord https://discord.gg/8z3fdAmZJP + + +### Sponsorship + + + +[Oleaintueri](https://oleaintueri.com) is sponsoring the development and maintenance of these projects within their organisation. +--- ### Get started @@ -34,6 +45,10 @@ Install the package via Pip pip install reolink-api==0.0.5 +Install from GitHub + + pip install git+https://github.com/ReolinkCameraAPI/reolink-python-api.git + ## Contributors ---