mohsen1 / fb-photo-fetch

Download all your Facebook photos with correct EXIFF and date
48 stars 12 forks source link

Facebook Photo Fetch

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

How to use

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

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