Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 736 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 736 Bytes

This script downloads all photos from given Facebook album to the specified folder on local file system.

OS

This script was tested on MAC OS El Capitan, but should be working on any Linux distribution.

Dependencies

Installation

  1. Download the fb.sh script and make it executable:
chmod +x fb.sh
  1. Go to Facebook to generate the Access Token (TODO: more details should be added here)
  2. Write the Access Token to the .fb_access_token:
echo $accessToken > .fb_access_token

Usage

fb.sh $album_id ~/path/to/my/photos

Roadmap

  • Get Facebook Access Token
  • Better error handling
  • Better CLI interface/arguments handling