https://github.com/caged/council-report
Fetch and parse Portland City Council data
https://github.com/caged/council-report
Last synced: about 1 year ago
JSON representation
Fetch and parse Portland City Council data
- Host: GitHub
- URL: https://github.com/caged/council-report
- Owner: caged
- Created: 2014-05-21T02:47:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T20:06:15.000Z (about 12 years ago)
- Last Synced: 2024-04-15T14:16:58.093Z (about 2 years ago)
- Language: Ruby
- Size: 279 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Process Portland City Council data
### Setup and run
Create a `.env` file in the root of the project and add the following information:
```
AWS_ACCESS_KEY_ID=YOUR AWS ID
AWS_SECRET_ACCESS_KEY=YOUR AWS KEY
AWS_S3_BUCKET=YOUR AWS BUCKET
```
Then install the dependencies and run the script. This will process the upcoming
agenda items from the [City Council website](http://www.portlandonline.com/Auditor/Index.cfm?c=26997)
and upload the resutls as JSON to s3.
```
bundle install
dotenv script/process-upcoming-agenda-items
```