Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial build of IQM2 scraper #22

Open
krammy19 opened this issue Apr 23, 2021 · 0 comments
Open

Initial build of IQM2 scraper #22

krammy19 opened this issue Apr 23, 2021 · 0 comments
Assignees

Comments

@krammy19
Copy link
Collaborator

We need to design a web scraper for the IQM2 agenda hosting platform. Examples of cities that use this software including Arcata, Barstow, and Brentwood

Input: a path endpoint or a batch .csv file of endpoints to scrape. This url should point to the specific page on a city website where agendas are listed out for public review.

Output: a .csv table with the following column data for each agenda listed on this page:

{Column} | {Description}
Index | Autoincrement index
City | City or agency name
Meeting Name | Title of government body
Date / Time | Date / time of meeting
Agenda | URL of agenda pdf
Meeting video | URL of meeting video (if available)
Published minutes | URL of minutes pdf (if available)

For reference and examples, please see this scraping walkthrough for Legistar.

As you build this scraper, keep in mind that we will need to eventually add additional features, including:

  • Accessing past agendas not included on the city’s main page, e.g. past years.

  • Filtering agenda scraping by Date range

  • Filtering agenda scraping by Meeting Name

  • Downloading all agendas from scraped urls into a specified directory

  • Scraping staff report urls from scraped agendas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants