-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get contesting candidates information based on election #9
Comments
Sir please send the link for the website from which the data has to be extracted unable to find it . |
@jaenil Here is the link to the website of the Election Commission of India: https://eci.gov.in |
It is possible that the way to get the list of all candidates based on the election might not be the same for all states and the union elections. It can be especially different for local elections. So it is advised to create a new issue for every sub-set that you solve this issue for. And link that in the PR that you raise for this repository. |
For info on the candidates this link might help : https://affidavit.eci.gov.in/ |
@jaenil This website looks great. The main challenge here seems to be selecting the right options in the filters available on the website. Especially the first filter looks tough because it does not seem to be following any standard naming convention. Maybe, based on the election information from the previous step, you can use the |
Thanks sir |
For any given election (with enough specifications, to make it unique), the API should be able to return the names and details of all the candidates who are contesting in that election.
This must contain an identifier for each candidate so that further information can be extracted regarding him/her.
The text was updated successfully, but these errors were encountered: