Flickr making NFSW Go Pro
Posted: 21 Mar 2022, 02:44
Flickr is making NSFW content require a pro account:
https://blog.flickr.net/en/2022/03/17/f ... ever-2022/
I looked through the templates and projects but couldn't find one that fit bill or I could modify to do what I wanted.
Basically I follow a number of people and would like to automagically grab their entire photostreams before they all get neutered/closed. I knwo I can do this one at a time but I figure there's probably a small tweak needed to the the user photostream scraper to start at the Flicker 'People You follow" then iterate through elements in the people you follow list (it's paginated).
The URl is https://www.flickr.com/people/USERID/contacts
Then save each group of files in ./followuserid/file.... type subfolder...
I could roll through the friend list and use each as the starting address but I've got about a 100 there and there's probably others thinking the same about grabbing everything whilst it's still there.
Koog
https://blog.flickr.net/en/2022/03/17/f ... ever-2022/
I looked through the templates and projects but couldn't find one that fit bill or I could modify to do what I wanted.
Basically I follow a number of people and would like to automagically grab their entire photostreams before they all get neutered/closed. I knwo I can do this one at a time but I figure there's probably a small tweak needed to the the user photostream scraper to start at the Flicker 'People You follow" then iterate through elements in the people you follow list (it's paginated).
The URl is https://www.flickr.com/people/USERID/contacts
Then save each group of files in ./followuserid/file.... type subfolder...
I could roll through the friend list and use each as the starting address but I've got about a 100 there and there's probably others thinking the same about grabbing everything whilst it's still there.
Koog