Years 2019 and 2023 use Selenium, via Python or R, to download some of the raw data: https://github.com/briatte/epsa2019/blob/main/01-download-pages.py (Python) https://github.com/briatte/epsa2023/blob/main/01-download.r (R) As an exercise: - [ ] rewrite year 2019 in R - [ ] rewrite year 2023 in Python using `selenium` - [ ] rewrite both years using [Playwright](https://playwright.dev/python/docs/intro)
Years 2019 and 2023 use Selenium, via Python or R, to download some of the raw data:
https://github.com/briatte/epsa2019/blob/main/01-download-pages.py (Python)
https://github.com/briatte/epsa2023/blob/main/01-download.r (R)
As an exercise:
selenium