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.
pip3 install selenium
- Download the ChromeDriver executable and put it somewhere in your PATH
- Set
FB_USER_ID
andCHROME_PROFILE_PATH
inhelpers.py
- Set
CONTAINER_SELECTOR
(see below)