jwheare / bizparse
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
bizparse /
| name | age | message | |
|---|---|---|---|
| |
BeautifulSoup.py | ||
| |
LICENSE.txt | ||
| |
README.txt | ||
| |
bizparse.py | ||
| |
bizparse2009-10-22.xml | ||
| |
html/ |
README.txt
bizparse.py A scraper for parsing the House of Commons Future Business pages http://www.publications.parliament.uk/pa/cm/cmfbusi/fbusi.htm Usage: ./bizparse.py Writes an XML file to bizparseYYYY-MM-DD.xml for the period ending date. Ouputs human readable debug logging for the data extracted to stdout Uses BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/

