-
Notifications
You must be signed in to change notification settings - Fork 1
Sources:
- http://www.rilin.state.ri.us/Sitemap.html
- http://www.rilin.state.ri.us/Documents/Senators.xls
- http://www.rilin.state.ri.us/Documents/Representatives.xls
- http://www.rilin.state.ri.us/BillText11/HouseText11/HouseText11.html
- http://www.rilin.state.ri.us/BillText11/SenateText11/SenateText11.html
- http://www.rilin.state.ri.us/Journals11/HouseJournals11/Housejournals11.html
- http://www.rilin.state.ri.us/Journals11/SenateJournals11/Senatejournals11.html
Progress: finished
Data scraped:
- term
- chamber
- district_name
- full_name
- party
- office_address
- town_represented (comma delimited list of towns)
Progress: finished
Data scraped:
- chamber
- membernames
- roles
Progress: some
Implementation plan: Currently, bills are requested one at a time and the results are parsed for the relevant data. It would potentially be quicker to request multiple bill details all at once, but there is a difficulty in that the list of bills contains bills with irregular IDs (they end with letters, e.g. 5002Aaa) which would need to be removed (the request page only accepts numerical bill IDs). Additionally, bill actions are present in the results, but they are currently not parsed. For vote information, the plan is to look into the House and Senate Journals for the relevant days to get the roll call. Unfortunately, the journals are only available as PDFs.
Data scraped:
- session
- chamber
- bill_id
- title
- type
- sponsors and cosponsors