Gallery-dl – download images from several image hosting sites
11–20 of 68 posts
Re: Gallery-dl – download images from several image hosting sites
#12Glad to see ArtStation is included. Might finally give me enough impetus to write a script to change my wallpaper daily
curl -A 'random' "https://www.reddit.com/r/wallpaper/top.json?t=day&limit=1 | jq -r '.data.children[0].data.preview.images[0].source.url' | sed 's/preview\./i\./g'
And if you're a Mac user, the following will change the background: osascript -e 'tell application "Finder" to set desktop picture to POSIX file ""'
Glueing these two pieces should be trivial :)Re: Gallery-dl – download images from several image hosting sites
#13Earlier quoted context omitted.
Does Instagram not have an export function (similar to Facebook) for personal data to comply with CCPA and GDPR? If not, they should be reported to the appropriate regulatory bodies to encourage such an export function. Disclaimer: I don’t have or use Insta, so apologies if this is a naive question.
They do. You can easily get all your photos, chats, etc using that feature. https://www.facebook.com/help/instagram/181231772500920?help...
Re: Gallery-dl – download images from several image hosting sites
#14Not to take anything from how great it is to have something like this, some of the supported sites have heavy rate limiting and bot detection and using this with your account can easily get you banned. For example, I had immense difficulty parsing my own saved posts from instagram (used a one-off script that runs in the browser).
Re: Gallery-dl – download images from several image hosting sites
#15Copying and pasting into a personal archive is slow when you want to capture everything (posts and comments) since you don't know which history you'll want to refer to in the future.
Re: Gallery-dl – download images from several image hosting sites
#16This strikes me as the FOSS equivalent of trying to piss off the volcano.
Re: Gallery-dl – download images from several image hosting sites
#17Does anyone know of a downloader that works for private Facebook Groups? I'm a member of some local history groups and the material posted is amazing. I'd like to refer to it in the future, likely long after the posters are gone. I can't rely on Facebook being around then. Copying and pasting into a personal archive is slow when you want to capture everything (posts and comments) since you don't know which history yo…
Re: Gallery-dl – download images from several image hosting sites
#18Re: Gallery-dl – download images from several image hosting sites
#19Re: Gallery-dl – download images from several image hosting sites
#20Does anyone know of a downloader that works for private Facebook Groups? I'm a member of some local history groups and the material posted is amazing. I'd like to refer to it in the future, likely long after the posters are gone. I can't rely on Facebook being around then. Copying and pasting into a personal archive is slow when you want to capture everything (posts and comments) since you don't know which history yo…