A facebook page photo album tool that supports concurrency download. This tool help you to download those photos for your backup, all the photos still own by original creator.
go get -u -x github.com/kkdai/goFBPages
Note, you need go to faceook developer page to get latest token and update in environment variables.
export FBTOKEN = "YOUR_TOKEN_HERE"
goFBPages [options]
All the photos will download to USERS/Pictures/goFBPages
and it will separate folder by page name and album name.
-n
Facebook page name such as: scottiepippen, or input facebook id if you know such as 112743018776863-c
number of workers. (concurrency), default workers is "2"
Download all photos from Scottie Pippen facebook pages with 10 workers.
goFBPages -n=scottiepippen -c=10
- Support specific album download.
- Support firend/self album download for backup.
- Support CLI to select which album you want to download.
This project inspired from https://github.com/tzangms/iloveck101. And I refer those implements as follow:
- Facebook graph API by Go: https://github.com/huandu/facebook
- Photo download: https://github.com/lazywei/iloveck101
It is one of my project 52.
Please open up an issue on GitHub before you put a lot efforts on pull request.
The code submitting to PR must be filtered with gofmt
An Instagram photo downloader also here. https://github.com/kkdai/goInstagramDownloader
If you want to browse facebook page on your iPhone, why not check my App here :p 粉絲相簿
It is one of my project 52.
This package is licensed under MIT license. See LICENSE for details.