Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crccheck/atx-bandc
Scrape Austin, TX Boards and Commissions into RSS feeds
https://github.com/crccheck/atx-bandc
austin civic-hacking django opengovernment pdf python rss
Last synced: about 1 month ago
JSON representation
Scrape Austin, TX Boards and Commissions into RSS feeds
- Host: GitHub
- URL: https://github.com/crccheck/atx-bandc
- Owner: crccheck
- License: bsd-3-clause
- Created: 2014-06-01T03:07:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T04:32:06.000Z (10 months ago)
- Last Synced: 2024-10-05T07:32:08.435Z (about 1 month ago)
- Topics: austin, civic-hacking, django, opengovernment, pdf, python, rss
- Language: HTML
- Homepage: https://bandc.crccheck.com/
- Size: 3.19 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATX BandC
Austin, TX Boards and Commissions
## Getting started
Prerequisites:
1. Be in a Virtualenv
2. Have ImageMagick installed. See `make install` in [`Makefile`](./Makefile)Installing:
make install
## How it works
This is a Django site, with models for Boards and Commissions, their meetings,
and the documents for each meeting. There's a scraper that hits each of their
websites and:- grabs all the documents. Then the PDF documents:
- have their text extracted
- a thumbnail generated
- the documents are put into an RSS feed## Deploying
I store images in the local filesystem for simplicity. To serve Django media in
production, you'll need a rule like this in Nginx:```
location /media {
root /data/bandc;
}
```## Links
- https://atxhackforchange.org/
- https://www.austintexas.gov/department/boards-and-commissions-information-center