Week 09
Apis + Selenium
Lectures Notes:
APIs html – Jupyter Notebook
Selenium html – Jupyter Notebook
Slides
Readings
APIs
- Nice overview about APIs from Chris Bail here. (it is in R, so pay more attention to the concepts)
Selenium
Set up your selenium environment: https://selenium-python.readthedocs.io/installation.html
Web Driver Manager library in Python: https://pypi.org/project/webdriver-manager/
Locating elements in Selenium: https://selenium-python.readthedocs.io/locating-elements.html
Applied Research