16 lines
425 B
Markdown
16 lines
425 B
Markdown
# (Forked) Reolink Python Api Client
|
|
A Reolink Camera client written in Python.
|
|
|
|
_NB! for the original API client of this fork, go [here](https://github.com/ReolinkCameraAPI/reolink-python-api)_
|
|
|
|
### Purpose
|
|
|
|
This repository's purpose is to deliver a complete API for the Reolink Camera's, (tested on RLC-522)
|
|
|
|
### Installation
|
|
|
|
```bash
|
|
python3 -m pip install git+https://github.com/barretobrock/reolink-python-api.git
|
|
```
|
|
|