This repository contains the code presented in the Web Scraping in Python presentation. You can find the information about the presentation and the slides here.
This topic was presented two times, one time in the Winter 2023 and one time in the Spring 2023 as a part of the Quera Data Analysis Bootcamp. You can find the materials of each presentation in the corresponding folders in this repository.
The libraries used in this presentation are below. You can install them using pip
or conda
.
requests==2.27.1
beautifulsoup4==4.11.1
Scrapy==2.7.1
selenium==4.7.2