Replies: 3 comments
-
|
^^
…On Sat, Nov 1, 2025, 7:34 PM chrisc762 ***@***.***> wrote:
Can anyone help provide a simple python script using blinkpy to download
all videos on your blink account? I am getting stuck trying to use 2FA on
my account with Blinkpy
—
Reply to this email directly, view it on GitHub
<#1139>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM45EYZAZMDNQYUGR3356ZD32VGQVAVCNFSM6AAAAACK4C42V2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZZGA4TMNZWG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I put together a VERY basic script to do just this, as I had some videos I wanted to scrape from my account en masse, and I had little time to make it super flexible, but it can give a starting point. As I get some time, I may try to save credentials and even the date of run so that it won't duplicate downloads. Will depend how much development free time I have. For now, hope this is quasi-helpful. |
Beta Was this translation helpful? Give feedback.
-
|
I have a script that does this https://github.com/schettj/BlinkSync As written, it deletes the files from the sync module after downloading them I have it run hourly via a cron job to dump the files in a folder apache serves up (simple password protection to access the file) So much better than the dumb app which takes forever to view local videos |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone help provide a simple python script using blinkpy to download all videos on your blink account? I am getting stuck trying to use 2FA on my account with Blinkpy
Beta Was this translation helpful? Give feedback.
All reactions