Last active
May 9, 2025 19:17
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I created a repo for this project here: https://github.com/meub/aura-frame-downloader |
Great to hear! Glad it was useful 👍
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
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.