Web Scraping Workshop Original slides can be found here. Python library dependencies: requests beautifulsoup4 pandas lxml Usage: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python demo.py