Skip to content

seeya/Facebook-Album-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Facebook Album Downloader (Windows only)

Dependencies

  1. Uses Python 2.7
  2. Uses selenium chromedriver - included in the repository
  3. More information here
  4. Google Chrome must be installed on your computer
  5. Remember to install selenium pip install selenium

Instructions

  1. chromedriver should be in your PATH

Introduction

  1. If the album is private enter your details in the prompt
  2. CD into Facebook-Album-Downloader-master
  3. Run python download_album.py

Making an .exe

  1. Tested with pyinstaller, runnable with an exe.
  2. pyinstaller --onefile download_album.py
  3. Just make sure chromedriver is in the same directory when you run the exe

Releases

No releases published

Packages

No packages published

Languages