Simple Flickr Scrapping Tool
This FlickrScrappr is a tool that you can use to download all specific user's original public images by scrapping on each page of user's photostream.
This tool relies heavily on Flickr's markup structure. If they change the structure, this code may not be working (and it is my job to ensure it is working). The contributors are not responsible for anything (including any abusing act) that you do by using the code in this repository.
What you need to do :
- Set the
const UserID
in main.go, assign it with the target's userID[1]. - Ensure that the result folder is exist. So DO NOT delete that folder.
- Do
dep ensure
- Do
go build
- Run it (
./FlickrScrappr
) - Wait......
- Voila, all of your desired images are on
result
folder.
[1] For Example : If the target url page is https://www.flickr.com/photos/666129401173@N02/ then the user ID is 666129401173@N02