Skip to content

Commit 0221215

Browse files
authored
Update README.md
1 parent 17561a2 commit 0221215

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,29 @@
1010

1111
---
1212

13-
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,
13+
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,
1414
although they have a basic API document - it does not satisfy the need for extensive camera communication.
1515

16+
Check out our documentation for more information on how to use the software at [https://reolink.oleaintueri.com](https://reolink.oleaintueri.com)
17+
18+
1619
Other Supported Languages:
17-
- Go: [reolink-go-api](https://github.com/ReolinkCameraAPI/reolink-go-api)
20+
- Go: [reolinkapigo](https://github.com/ReolinkCameraAPI/reolinkapigo)
1821

1922
### Join us on Discord
2023

2124
https://discord.gg/8z3fdAmZJP
25+
26+
27+
### Sponsorship
28+
29+
<a href="https://oleaintueri.com"><img src="https://oleaintueri.com/images/oliv.svg" width="60px"/><img width="200px" style="padding-bottom: 10px" src="https://oleaintueri.com/images/oleaintueri.svg"/></a>
2230

31+
[Oleaintueri](https://oleaintueri.com) is sponsoring the development and maintenance of these projects within their organisation.
2332

2433

34+
---
35+
2536
### Get started
2637

2738
Implement a "Camera" object by passing it an IP address, Username and Password. By instantiating the object, it will try retrieve a login token from the Reolink Camera. This token is necessary to interact with the Camera using other commands.
@@ -34,6 +45,10 @@ Install the package via Pip
3445

3546
pip install reolink-api==0.0.5
3647

48+
Install from GitHub
49+
50+
pip install git+https://github.com/ReolinkCameraAPI/reolink-python-api.git
51+
3752
## Contributors
3853

3954
---

0 commit comments

Comments
 (0)