Skip to content

Instantly share code, notes, and snippets.

@meub
Last active May 9, 2025 19:17
Show Gist options
  • Save meub/767da97925d413f57f55c42ef4325d90 to your computer and use it in GitHub Desktop.
Save meub/767da97925d413f57f55c42ef4325d90 to your computer and use it in GitHub Desktop.
This is a simple script to bulk download all the photos from an Aura digital picture frame (auraframes.com). Aura provides no easy way to bulk download photos off of frames so I created this for use with Python 3.
# I created a repo for this project here: https://github.com/meub/aura-frame-downloader
@HPNutty
Copy link

HPNutty commented Jan 17, 2025

No worries! You saved us a ton of time as the first frame we gave my parents could not maintain a connection. We ordered a second frame and uploaded all the downloaded images from the first frame. Considering those photos came from six different persons it would have been a miserable and sort of embarrassing act to ask them to upload the photos again. Thank you again for developing this script.

@meub
Copy link
Author

meub commented Jan 17, 2025

Great to hear! Glad it was useful 👍

@d4mation
Copy link

d4mation commented Mar 7, 2025

Nice job. Do you know the API verb to upload images? Is the Aura API documented somewhere?

I'm also wondering if this is readily available information. Aura is discontinuing their Google Photos integration, so having a way to handle this via a script would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment