This workshop is two short workshops combined into one. We will start with some background of how web scraping is done and how to scrape basic static HTML sites using python and the BeautifulSoup library. In the second part, we will use the Selenium library to do more interactive web scraping on modern websites which require user interaction to get to the desired information.
Prior experience with python is recommended.