Skip to content

ErosLever/fb-photo-fetch

 
 

Repository files navigation

Facebook Photo Fetch

Download all the photos you uploaded to Facebook plus photos you're tagged in with all the metadata and correct data/time.

How to use

Clone this repo and execute index.js with following flags:

  • token: [Required] A valid Facebook API token. Grab one from here. You need to be a developer and create an app.
  • dest: destination folder to download your photos to. Default: photos
  • tagged: Set to true to download your tagged photos also. Default: false
  • debug: Debug level output. Defaults to no debug output. Can be set one of many of these:
    • api: API Calls
    • json: Assembling JSON
    • download: Photo download
    • exif: Adding EXIF information to photos

Example

node index.js\
  --tagged=true\
  --dest=/Users/mhsen/Pictures/Facebook_Photos\
  --debug=api,json,download\
  --token=MY_FB_ACCESS_TOKEN

License

Copyright 2015 - Mohsen Azimi

About

Download all your Facebook photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%