blink
blink copied to clipboard
Python API for the Blink Home Security Camera System
Just cloned and installed what I think are the right dependencies (Fedora 30), python2-pyyaml, python3-pyyaml, python2-dateutil, python3-dateutil. Hitting above error. Full output: ``` blink [1]$ python -m blink --archive ./Downloads/...
Hi, will this API work with the upcoming Bink XT2?
I have tested and fixed the calls for aming and disarming the network. The calls has to be POST-Requests not GET-Requests as implemented.
REST servers depend on the region now. Implemented that and modified archive to check all videos instead of only events (that were coming as an empty list after I fixed...
Hi, do you have some plans to writing a setuptools definition which also includes required dependencies for installation? The installation of this library via pip is a little bit complicated...
The API has changed, I was inspecting it last night and found this new structure.  For example, to get a list of videos you can call something...
Getting the following error. Is this code still working or has the API changed? ```sh > python -m blink --archive . Traceback (most recent call last): File "/Users/cbetta/.pyenv/versions/3.4.2/lib/python3.4/runpy.py", line 170,...