URL = http://ceolakshadweep.gov.in/electoralrolls.html
Year = Final Electoral Roll for 2017
Total Number of Files = 48
The Script does two things:
-
Produces lakshadweep.csv that contains metadata about the pdfs. The CSV has the following fields:
booth_no, polling_station_name, file_name
-
Downloads all the pdfs to a directory called
lakshadweep_pdfs/
pip install virtualenv
virtualenv env -p python3.6
env\Scripts\activate
pip install -r requirements.txt
python lakshadweep.py