37
posted ago by alancarter ago by alancarter +37 / -0

🖥️🖥️ FOR A TECH AUTIST WITH TIME 🖥️🖥️

Passing this onto you, I don't have as much time as I wish I did to complete this, but I'm sure someone on here will.

I have found the API for Wisconsin's Ballot Check Service. This means we can run checks at the speed of light!

For the correct VBA techie, here's the info:

◼️ Request URL: https://myvote.wi.gov/DesktopModules/GabMyVoteModules/api/voter/search

◼️ Request Method: POST

◼️ Post Data Format: {firstName: "FIRSTNAME", lastName: "LASTNAME", birthDate: "mm/DD/yyyy"}

◼️ ContentType: application/json

➡️ Will return a JSON response that will need to be parsed and separated.

This can be combined with data scraped from the following website: https://usobit.com/obituaries-2020/03/state/wisconsin-obituaries/page/1/

This should give us the ability to find any potential dead voters from WI.

Good luck.

Comments (10)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
1
bubble_bursts 1 point ago +1 / -0

Okay I have extracted all the names from Obit, gonna write a script to do the voter search now