Scrapes and downloads images from a Facebook profile page using Selenium into local directory and outputs a txt file of all image links.
- Python 3.x
- Selenium
- modify config.py accordingly to the given example
- profile_url = "https://www.facebook.com/ChadChadington/"
- chromedriver_path = "C:\chromedriver\chromedriver.exe"
- login_username = "[email protected]"
- login_pass = "IAmChad"