Skip to content

iverhun/facebook-photo-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Download all photos from an Facebook album

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages