Skip to content

Instantly share code, notes, and snippets.

View benschac's full-sized avatar
🤓
doing beep boops

benjamin benschac

🤓
doing beep boops
View GitHub Profile
@benschac
benschac / README.md
Created October 28, 2020 14:41 — forked from david-crespo/README.md
Download tagged photos and videos from Facebook (Python 3)

Why

When you download an archive of your Facebook account, Facebook includes photos and videos you've uploaded, but not photos and videos you're tagged in that were uploaded by other people. This is a script to automatically download those.

Setup

  1. pip3 install selenium
  2. Download the ChromeDriver executable and put it somewhere in your PATH
  3. Set FB_USER_ID and CHROME_PROFILE_PATH in helpers.py
  4. Set CONTAINER_SELECTOR (see below)