Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Python API for Dropcam cameras.

Please note that this API could break if Dropcam updates their service.

Usage

Basic usage

>>> from dropcam import Dropcam
>>> d = Dropcam(os.getenv("DROPCAM_USERNAME"),
                os.getenv("DROPCAM_PASSWORD"))
>>> for i, cam in enumerate(d.cameras()):
...     cam.save_image("camera.%d.jpg" % i)

Installation

Using easy install

$ pip install dropcam

Or from source

$ git clone https://github.com/rsgalloway/dropcam.git
$ cd dropcam
$ python setup.py install

About

Dropcam Python API

Resources

Stars

48 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages