[BangPypers] Help: Data retrieval from .aspx website
Jins Thomas
jinsthomas at gmail.com
Wed Aug 19 20:01:18 CEST 2015
Hello All,
I humbly request some help for the following problem I'm facing.
UseCase: I'm trying to write a script to download the transgender voter
details from (BBMP Election Website - Below)
http://117.247.176.82/Searchbynames.aspx
Below is the link to the code i have written.
https://gist.github.com/anonymous/ed42aa52cbbd48c75d9a
It can be executed as
python script.py O 151 25
O means Other Gender, 151 Constituency and 25 is the Ward.
Problem: There are many more details of the voter, in a Grid view
(Clickable as the first column). While i run the script, i'm getting the
initial table values, but not the detailed view results. I'm confused how
to get that extra details as well while using the script. Atleast EPIC Id
which they have given in the more details.
Any hint would be of great help.
Thank You So much
More information about the BangPypers
mailing list