We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AP makes its testing calendar available via spreadsheet on its customer service site. More helpfully, it also appears to be available in the API.
Documentation: https://developer.ap.org/ap-elections-api/docs/index.html#t=Customer_Testing_Schedule.htm&rhsearch=test&rhhlterm=test&rhsyns=%20
Endpoint: https://api.ap.org/v3/reports/Calendar-CustomerTesting2024-Live?format=json
Sample:
{ "testDate": "2024-04-08", "testDay": "Monday", "eventAndSystemDate": "2024-04-23", "electionEvents": "PA Presidential/State Primary", "activity": "Customer Testing", "testTimeET": "4:30 pm-5:30 pm" }, ... { "testDate": "2024-04-28", "testDay": "Sunday", "eventAndSystemDate": "2024-04-28", "electionEvents": "PR Dem Presidential Primary", "activity": "Election Day" },
(with thanks to @brentajones for the references)
It would be useful to have a notifier that:
For future-proofing, we should set up the notifier using the team visualsdev account rather than one person's individual account.
Related: #16
All work happening in the https://github.com/nprapps/elections-bots repo.
The text was updated successfully, but these errors were encountered:
abidishajia
No branches or pull requests
AP makes its testing calendar available via spreadsheet on its customer service site. More helpfully, it also appears to be available in the API.
Documentation: https://developer.ap.org/ap-elections-api/docs/index.html#t=Customer_Testing_Schedule.htm&rhsearch=test&rhhlterm=test&rhsyns=%20
Endpoint: https://api.ap.org/v3/reports/Calendar-CustomerTesting2024-Live?format=json
Sample:
(with thanks to @brentajones for the references)
It would be useful to have a notifier that:
For future-proofing, we should set up the notifier using the team visualsdev account rather than one person's individual account.
Related: #16
All work happening in the https://github.com/nprapps/elections-bots repo.
The text was updated successfully, but these errors were encountered: