Skip to content

Automatically download all your videos from your Logi Circle camera

Notifications You must be signed in to change notification settings

kaktuspalme/LogiCircleDownloader

 
 

Repository files navigation

LogiCircleDownloader

Usage: Tired of using circle.logi.com to see your clips? Want to keep a local archive, automatically? Call this script to download the individual clips from the command line.

Installation:

  1. Create a "videos" subdirectory to hold the downloaded videos
  2. npm install
  3. Grab code_verifier and refresh_token from the browser session from the POST request to https://accounts.logi.com/identity/oauth2/token You find the code_verifier in the request and the refresh_token in the response.
  4. Put the values into config.json
  5. node downloader.mjs

About

Automatically download all your videos from your Logi Circle camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • Shell 2.6%