Copied from my GitHub techdiary

Ring Video Doorbell

Success Critera

  • Have an archive of all my ring videos.
  • Learn python web download technology
  • Cloud sync videos.

Aritifacts

Use cases - Functional

  • Download all ring videos to a directory.
  • Put directories in a cloud location:
    • Cheated and used One Drive.
  • Do not re-download duplicate videos.

Up next

Erase video content that hasn’t changed, so videos are actually interesting: https://stackoverflow.com/questions/13142541/extract-thumbnails-of-every-camera-change-on-a-video-file

I’m exploring this in my video editting project.

Notes

Ring video doorbell https://github.com/tchellomello/python-ring-doorbell

Requests Library http://docs.python-requests.org/en/master/