A webscraper that gets all Council candidates from the VEC and writes their details to a CSV.
Data is available as CSV files in the data
directory.
- candidates.csv: Contains all candidates for all councils in Victoria.
- MCC-candidates.csv: Contains all candidates for Melbourne City Council.
- MCC-leadership.csv: Contains all leadership candidates for Melbourne City Council.
- Set up the virtual environment & install dependencies using poetry.
poetry init
poetry install
- Run the project
poetry run python scraper.py
poetry run python keywords.py