- Uses Python 2.7
- Uses
selenium chromedriver
- included in the repository - More information here
- Google Chrome must be installed on your computer
- Remember to install selenium
pip install selenium
- chromedriver should be in your PATH
- If the album is private enter your details in the prompt
- CD into Facebook-Album-Downloader-master
- Run
python download_album.py
- Tested with pyinstaller, runnable with an exe.
- pyinstaller --onefile download_album.py
- Just make sure chromedriver is in the same directory when you run the exe