Skip to content

Code for downloading timed image captures via arlo cameras

Notifications You must be signed in to change notification settings

davidfmartin/arlo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arlo: code for downloading videos from arlo cloud.

Setup:

Note: you must create a arlo.ini file under resources with the following:

[ARLO]
arlo.username=
arlo.password=
arlo.videospath=videos/

Build and run the code.

python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python arlo.py

About

Code for downloading timed image captures via arlo cameras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published