blink icon indicating copy to clipboard operation
blink copied to clipboard

Python API for the Blink Home Security Camera System

Results 7 blink issues
Sort by recently updated
recently updated
newest added

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. ![blink new api](https://user-images.githubusercontent.com/6282321/40917837-34cbea62-67ca-11e8-9abb-d010f3e2367a.png) 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,...