- Scrape the Legistar of any city by calling the endpoint
- Stores nicely with info in database
- Windows support with older chrome versions. (Mac and Linux work, but you need to have your own webdriver (you can download this from chrome's website))
Legistar is a management system for events made by Granicus. Currently, if you want an API to get data, you have to have a city account. In order to get info into other sources (for example a planner), you could use this api instead.
The main dependencies are Jsoup and Selenium. Note, you can connect to a Selenium server in order to get this to work.