https://github.com/datamade/chicago-openelex
Chicago Open Election Scraper
https://github.com/datamade/chicago-openelex
Last synced: 29 days ago
JSON representation
Chicago Open Election Scraper
- Host: GitHub
- URL: https://github.com/datamade/chicago-openelex
- Owner: datamade
- License: mit
- Created: 2015-05-18T21:41:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T23:00:48.000Z (over 10 years ago)
- Last Synced: 2025-09-11T10:33:18.055Z (10 months ago)
- Language: Python
- Size: 40 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chicago-openelex
Chicago Open Election Scraper
To run:
1. set up [datamade/openelections-core](https://github.com/datamade/openelections-core/)
2. set up this repo
```
git clone git@github.com:datamade/chicago-openelex.git
cd chicago-openelex
python setup.py develop
```
3. run the scraper
```
openelex scrape --state=il --place=chicago
```