6891 HELP NEEDED: CSV dump of 405 confirmed Detroit voters aged 90+; Need to check for obituaries (PLEASE STICKY) (pastebin.com) posted 161 days ago by kalokagathia 161 days ago by kalokagathia +6891 / -0 516 comments share 516 comments share save hide report block hide child comments Comments (516) sorted by: top new old worst You're viewing a single comment thread. View all comments, or full comment thread. ▲ 18 ▼ – JokerPede 18 points 161 days ago +18 / -0 I'm working it. Got some python code which pulls absentee ballot information: import requests voterData = {'FirstName':'TERRY','LastName':'MATHIS','NameBirthMonth':'1','NameBirthYear':'1900','ZipCode':'48207'} r1 = requests.post('https://mvic.sos.state.mi.us/Voter/SearchByName', data = voterData) print(r1.text) Next step is to run through the master death list and see who on that list has absentee ballots which voted. I'm going to run through the entire list from year 1800 to 2011. I'll publish my findings. permalink save report block reply ▲ 2 ▼ – kalokagathia [S] 2 points 161 days ago +2 / -0 This has already been done. All these names have been confirmed using that site. permalink parent save report block reply ▲ 1 ▼ – NC_patriotgal1 1 point 161 days ago +1 / -0 Does NC have a list of names? I’d happily take this state over. I live here and our Governor is known to cheat. permalink parent save report block reply
I'm working it.
Got some python code which pulls absentee ballot information:
Next step is to run through the master death list and see who on that list has absentee ballots which voted. I'm going to run through the entire list from year 1800 to 2011. I'll publish my findings.
This has already been done. All these names have been confirmed using that site.
Does NC have a list of names? I’d happily take this state over. I live here and our Governor is known to cheat.