Skip to content

[Unofficial] Tool for downloading from Facebook all photos that a user is tagged in

License

Notifications You must be signed in to change notification settings

peterbrescia/FacebookPhotoFetcher.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FacebookPhotoFetcher

Tool for downloading from Facebook all photos that user is tagged in (see Notes).

Setup

  • Install Julia (v0.5)
  • Run the following into your julia prompt:
Pkg.clone("https://github.com/peterbrescia/FacebookPhotoFetcher.jl")

Running

  • Create a FB access token for the Graph API with user_photos permission.
  • In a julia prompt, type the following:
using FacebookPhotoFetcher
fetch_photos(access_token, save_directory)
  • Your photos will be saved to save_directory.

Notes

  • Facebook permissions set by the owner of a photo can block the app from accessing certain photos.

About

[Unofficial] Tool for downloading from Facebook all photos that a user is tagged in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages