Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 916 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 916 Bytes

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