Add disabled Missouri SOS election scraper - #188
Merged
ThatXliner merged 3 commits intoJul 28, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
Source inventory and app-presentation follow-upOfficial sources addedThis PR adds current-2026 election ingestion from the Missouri Secretary of State:
Candidate addresses/contact fields and voter-level data are deliberately excluded. Records retain official URLs, hashes, versions, timestamps, and citations. No schema change is added. App status and proposed presentationThe Missouri reader exists, but Expo does not call it and currently blocks all non-California ballots.
CLI registration does not provide continuous collection; deployment still needs a scheduled job. |
ThatXliner
marked this pull request as ready for review
July 28, 2026 06:37
…d' into codex/missouri-sos-election # Conflicts: # apps/scraper/src/scrapers/disabled/README.md
ThatXliner
merged commit Jul 28, 2026
424d7b0
into
codex/nc-tx-scrapers-consolidated
1 of 2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Status
Intentionally disabled. The implementation, parser, and config live under
apps/scraper/src/scrapers/disabled. It is absent from the runnable scraperregistry, active environment contracts, setup documentation, and source-limit
registry, so
alland direct CLI selection cannot run it.Activation is deferred until election snapshot storage is provisioned in the
target database and the data is connected to a product surface.
Preserved implementation
discovery
voter-level data
scrapers/disabled/README.mdVerification
pnpm --filter @acme/scraper typecheckpnpm --filter @acme/scraper test— 31 tests passedgit diff --checkPreserves the implementation work for #186 without enabling unused ingestion.