This simple scripts scraps the FOSS4G Community Review pages to convert the abstracts into a JSON file that will contain for each abstract:
- Page number
- Title
- Abstract in HTML
- Your score if it exists
Requirements: Python 3, [BeautifulSoup][bs], and [Requests][req]
It expects a FOSS4G_ID
environment variable that is the variable part of the URL that you get when you sign in for the community review: https://talks.osgeo.org/foss4g-2022/p/voting/talks/{FOSS4G_ID}?
.