Web scraping tutorial via BeautifulSoup

In July, I went to the UseR 2019 conference, while it was not physically possible to attend all the awesome talks, I did write a script in Python + BeautifulSoup that fetches all the presentations from the website. Here is a tutorial that describes how. This script is based on the amazing tutorial by Al…