Skip to content
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

Open
avikalpg opened this issue May 15, 2021 · 6 comments
Open

Get contesting candidates information based on election #9

avikalpg opened this issue May 15, 2021 · 6 comments
Assignees
Labels
api Related to backend API good first issue Good for newcomers

Comments

@avikalpg
Copy link
Owner

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.

@avikalpg avikalpg added good first issue Good for newcomers api Related to backend API labels May 15, 2021
@jaenil
Copy link

jaenil commented Jun 14, 2021

Sir please send the link for the website from which the data has to be extracted unable to find it .

@avikalpg
Copy link
Owner Author

@jaenil Here is the link to the website of the Election Commission of India: https://eci.gov.in
Ideally, it should contain all the information that the public has the right to. I believe that since 2015, that has been the case, but we still need to verify the same.

@avikalpg
Copy link
Owner Author

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.

@jaenil
Copy link

jaenil commented Jun 27, 2021

For info on the candidates this link might help : https://affidavit.eci.gov.in/
In this link there is data on :
Nominations Applied, Accepted, Rejected, Withdrawn and Contesting Candidates
and other filters to get info on candidates

@avikalpg
Copy link
Owner Author

@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 month and year substrings to filter all the relevant options. Which should not be many. But this looks promising. So I am assigning the issue to you.

@jaenil
Copy link

jaenil commented Jun 27, 2021

Thanks sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to backend API good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants