This repository contains exercises from the Workshop 'Developing Bots & Scrapers with Python' held at the Hertie School in April 2024.
The notebook is a webscraping exercise designed to practice the use of the Beautiful Soup library. The task is to locate and extract 40 hidden “flags” (text snippets) from this practice website.
The notebook contains an exercise designed to practice the use of Selenium for browser automation and dynamic web scraping. The script collects data from the US 2022 midterm elections from the CNN website.