Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmyxu/circle

Logi Circle video downloader
https://github.com/jimmyxu/circle

Last synced: about 2 months ago
JSON representation

Logi Circle video downloader

Awesome Lists containing this project

README

        

Logi Circle only allows 24 hours of footage on their free tier. I don't
want to pay subscription and thus made this to periodically pull videos
from their cloud onto my cloud.

It uses ffmpeg to bake timestamps into video file, and aws glacier for
long-term storage.

I have these in my crontab:

30 */6 * * * src/circle/download.py >/dev/null 2>&1
30 3 * * * src/circle/truncate.sh >/dev/null 2>&1

// vim: set tw=72: