From 0221215e33e5f2a34b3b90121b66e85bda461dd7 Mon Sep 17 00:00:00 2001 From: Alano Terblanche Date: Fri, 18 Dec 2020 04:07:45 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 ---