Scraped listing of Malaysian Electoral Districts from Undi.info
- Python
- lxml
- mechanize
Retrieve Parliment and State Electoral Districts
$ ./undi-info.py > list.txt
Retrieve Parliment Election Results
CSV: parliament-code,election-year,name,party,votes
$ ./undi-info-results-parliment.py > parliment.csv
Retrieve State Election Results
CSV: parliament-code,state-code,election-year,name,party,votes
$ ./undi-info-results-state.py > state.csv