Completed
- 2:23 intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Web Scraping Facebook with Selenium - Automated Bot
Automatically move to the next video in the Classroom when playback concludes
- 1 - 2:23 intro
- 2 - Install Selenium
- 3 - Install Wget
- 4 - Download Chrome Driver
- 5 - Launch Jupyter Notebook
- 6 - Imports and Intro
- 7 - Webdriver get command
- 8 - Developer Tools Guide
- 9 - Login: Username, Password, Submit
- 10 - Dismiss Alerts: Stackoverflow
- 11 - Shortcut to get Photo Gallery
- 12 - Loop over tagged and personal photos
- 13 - Scroll to the end of the page: Loop
- 14 - Target all anchor elements on the page
- 15 - Target specific anchor elements
- 16 - Target all image elements on the page
- 17 - Target a specific image element
- 18 - Create a new directory at the root
- 19 - Download all the photos
- 20 - Last Automation Step
- 21 - Run the bot
- 22 - Test the bot