Script for downloading all photos and videos from your photobucket account
- Install Selenium: pip install -U selenium
- Download ChromeDriver: http://chromedriver.chromium.org/downloads (tested with version 74)
- Add ChromeDriver executable to the root of the C drive or modify the path to the executable in the script
- Add login.py to your folder with the following variables: EMAIL = 'your_email' PASSWORD = 'your_password'
- Run (and wait a long time for it to finish)