This program uses Selenium to download your Facebook images to your local computer. The images are saved within named folders to match the structure of how Facebook stores your images. Facebook has 3 primary image folders:
- Photos Of You
- Your Photos
- Albums
- Videos (auto-generated)
- Featured Photos (auto-generated)
- Profile Pictures
- album 1
- album 2
- album 3...
This version does not download Videos
or Featured Photos
.
- Install Python
- Clone this repository
git clone https://github.com/cartercarlson/fb-images
- Add your username/password to the correct boxes in login.csv.
- Command into repository
cd fb-images
- Install requirements
pip install -m requirements.txt
- Start the downloader
python main.py
- After the bot logs you in, exit out of the Facebook popup asking about notifications.
- Once the script is done, your images will be organized within the
Photos
folder.