Just to be clear... you want us to look up every person who has ever died in Michigan and then run those names through a voter search? I'm gonna need some of Hunter Biden Super Energy Crack Rocks...
came here to steal +1's ......... Ok, just downloaded the Michigan registered voter list. .. 2.7G csv file. Oldest registered voter was born in 1823. Registered to vote in 2006. . 18 registered voters that were born before 1850. several of those 18 registered to vote in the last 3 months. all of those 18 were registered to vote in the last 30 years, so they were not left on the voter rolls, they were added after they were 142 years old. . libreoffice is limiting me from opening the whole csv .. it stops at 1,048,576 rows , so that is not sorting the whole list... same with openoffice. .. edit , 1823 one registered to vote in 2008, not 2006, sorting locked my computer for a bit.
I’m running the csv pre 1920 voters a against registrations now. It’s going to run through the night as it’s a lot of web calls. I’ll post results in morning
Edit: Github is repeatedly flagging new accounts I make. I contacted them. I'll set a repo as quickly as I can haha.
Doing God's work. I did set up a github repo, but I figure that you're more than capable of making one yourself. I'd be happy to somehow contribute by managing it, though.
I have a beginner's understanding of Python (took a 50 hour online course and have written a forum bot here) so I hope I can help somehow. Western civilization is at stake.
Are you hitting the ballot status page for each voter? Doesn't it require the birth month as well as the year? The source csv lacks any birth month, so I am curious what your approach is there.
Can speed this up by splitting the list and running multiple concurrent threads. ie, I can run a search starting with the last 1/3. Need to coordinate.
It's still running sadly as my machine went sleepy by too last night. I have 160 results so far, but I need to strip out ballots that were never sent back AND then we need to determine who died.
It was so late last night I didn't event think to run concurrent threads (I also didn't think it would be THIS slow). I may stop the tool, split the data and run a few instances of it. Thanks for the tip, will get back to you.
Born 124 years ago, registered to vote at 104 (??) , all somebody has to do is click a button to get an absentee ballot for him ... Redford Township, Wayne County
Yes, you are registered!
Absentee ballot
Your clerk has not recorded receiving your AV Application
ROBERTS WILLIAM G 1900 M 2004-10-02 11352 HAZELTON REDFORD MI 48239
BORN 220 years ago, registered to vote in 1988 ...... CUTLER LAURA K 1800 F 1988-08-11 221 N NOTTAWA ST CENTREVILLE MI 49032 6771231 75 ST JOSEPH 59400 NOTTAWA TOWNSHIP 1 8670 CENTREVILLE PUBLIC SCHOOLS 59 59th District 21 21st District 6 6th District 7503 3rd District 14460 CENTREVILLE N A N NON-UOCAVA
I think the file might be around 7,894,412 entries. I will see if I can script something up to process them all. What specific criteria are you using? Voters registered within X months and born more than Y years ago?
Is that all of the entries that match the "likely dead but recently registered" criteria? Are you still using libreoffice or did you script something up to handle the whole file? I can help out with some scripting to parse out the whole file if you need.
I finished a script that gets all voters that were registered at or after 95 years old. This means that they're all at least 95 years old when registering, and sometimes over 100 years old while still being on the voter rolls.
The results were 2,481 records found from a total of 7.89million total registered voters in the state of MI. This information includes first and last names, city, zip, county, and birth year (but the source csv file has no birth month, so I'm unsure if we can use it to verify votes being cast from the state's website, since they require the birth month in addition to birth year).
Michigan voter search page says 1823 is in invalid date , unable to search to see if voted this year ....
Mamie Marie Jones , born 1823, registered to vote 2008-09-03. 111 cadillac sq, detroit. 48226
Voter ID 103711090 . precinct 6144
Spin up a few ec2 micros and run a squid proxy with them... You can get assigned dynamic random ip's and cycle them very easy.. Cost would be very low and can be scripted to release blocked ip's...
Post structure "FirstName=Amy&LastName=Paten&NameBirthMonth=12&NameBirthYear=1966&ZipCode=48631&Dln=&DlnBirthMonth=0&DlnBirthYear=&DpaID=0&Months=&VoterNotFound=false&TransistionVoter=false"
Might have useragent checks or other checks.. would need to do testing...
I code as well and just woke up. You're right about the names. If someone could get a list of names to check, a quick curl script from Excel could also do the trick. Could save Rudy a lot of time to have a full database search done in 1 day.
hit me up if you need help ;)
I've got code that can take snapshot of pages (without using archive.is)(to use when we find a positive result) but will need to build the crawlers for both the dead database and the mvic.sos.state.mi.us website
Again... not sure what to DO with the data, but it'd be good to know. There's a list floating around here of roughly 700 100+ old people that requested ballots. We should be able to add to that once we go through the new set of 14,000 such people
I see that under MI, it asks for a zip code in addition to first name, last name and DOB. If anyone has a way to obtain this information, I can write a script/program to automate the checking process.
FirstName
LastName
NameBirthMonth (value is int)
NameBirthYear
Zip
Returns scrapable page clearly labeled with IDs. This may be easier then we thought. Rate limit will be the limpfac. Going to extract the reponse ID's to see what we need.
EDIT: That was fast. DIV ID: lblAbsenteeVoterInformation. Going to look at the data and build a tool real quick.
We should be doing this in every single state. I guarantee you the Dems fabricated thousands of votes in all 50 states. Are we really supposed to believe that Joe Biden was the most popular presidential candidate in American history, gaining millions more votes than even Obama?
No. They committed fraud everywhere. He didn't get 60% of the vote in NJ and didn't get 65% of the vote in California. Even if he won those states legitimately, his vote totals were padded so that bogus victories in other states didn't look so suspicious.
My over-under on fake votes for Biden nationwide is 20,000,000. I think the DNC faked that many.
Thanks! I actually got the query tool built. The challenge is find the data to run through it. We need names and DOB's of people from MI, AND the correct ZIP code.
Spin up a few ec2 micros and run a squid proxy with them... You can get assigned dynamic random ip's and cycle them very easy.. Cost would be very low and can be scripted to release blocked ip's...
Post structure "FirstName=Amy&LastName=Paten&NameBirthMonth=12&NameBirthYear=1966&ZipCode=48631&Dln=&DlnBirthMonth=0&DlnBirthYear=&DpaID=0&Months=&VoterNotFound=false&TransistionVoter=false"
Might have useragent checks or other checks.. would need to do testing...
Just finished building the query tool. Now I need the data to run through it. This is the parts that's going to be tough. any know if there's michigan death data anywhere? The Data u/LordPurringtonll provided is overly massive which would make it difficult.
If I'm a lazy fucking commie trying to commit voter fraud, I'd just pick from the dead list that is probably alphabetical by last name. Hence, "Bradley".
But this is only as good info as the person who submitted it. And if the deceased wasn't cremated with no place of burial.
Best bet is to try the Social Security Death Index database. Though years ago this used to be as current as deaths within the past 3 months, now there's about a 5 year lapse for security reasons. The SS death index also gives the last zip code of address at time of death, which is helpful for the voter search.
Now that Rootsweb was bought out by Ancestry, they hide the database behind a paywall. But FamilySearch still has free access to their SS death index database. Though I think you have to register (for free) to access. I have an account so will do some lookups later when I get time.
There are some cremations listed on Find-A-Grave, but only if someone created a virtual “grave” listing for that person.
And surprisingly, often a memorial (grave listing) is made before the deceased is interred or very shortly thereafter. It is an invaluable genealogical resource and could definitely be utilized in checking suspicious ballots, if only as a secondary verification. There are often obituaries attached, as well as photographs, which could aid in this process.
Yes, I've been contributing to FAG for over 20 years. The recent deaths are a little more reliable. But I have ancestors with no death dates or burial places known that distant cousins are guessing as to their dates and burial cemeteries (cemeteries that weren't started until 50-100 years after deceased's lifetime) and now people see that and claim it as "fact" since it was on FAG.
BTW my two aunts, dad, and uncle are not listed there, though they all died decades ago. Nor my mom.
Ah yes, fuzzy cross-database matching fun! Warm up those SQL-writing skills! Prepare complex join queries! Prepare to deploy the full, raw power of extended regular expressions! Ready the supporting code around the queries! Design the custom reports with multiple match-confidence levels! MAN THE KEYBOARDS, LADS!
Don't laugh, searching one by one is the best way, below a certain record count, because writing a system like I described would take more time than that!
Access sucks, IMO. MySQL would probably be the way to go. Way more powerful with greater capabilities. Also, free. Nowhere NEAR as easy to use as Access, but that's what DB supernerds are for!
True. I can help but I have to wait until after my med school test or we will be minus one doctor. Hate to make excuses but I have to wait a couple of days before I can commit that kind of time.
I’ll be hitting the hay soon but I was hoping my World of Warcraft avatar could be a healer that was also spec’d for decent DPS to possibly keep the party from wiping if we get ganked. I hope my server has some good raiding guilds. you know. in Warcraft.
We can also check voter address distribution. If the cheaters are not smart we should see big clumps of people living in one place or around one precinct.
I was just thinking that if we were able to cross-reference an address that one of these ballots was sent to, then we might find a nice hole to dive down...
-- Update 3 - Looks like there are stronger autists than myself already getting results :) I'm gonna keep going though. Have the "readable list" data for MI now, just need to figure out how to iterate it a billion times. --
-- Update 2 - Have SSDI (all deaths recorded by SocSec up to 2011) and MI voter registration (current as of October 12 2020) as separate files. Data set is 10.7GB, lol. Plan is to have main program be able to scan a list for dead voters. Will use a secondary program to convert the MI data into readable list. This way other states only need adjustment to program 2. Will have main program also log "suspicious" voters, i.e. anyone over 90 is "suspicious" and definitely anyone over 100 is "super serial" --
-- Update: I rise. Thanks for responses, many extremely helpful links. Have to sneak time in between actual work but will devote all free time to this. --
If no one else has started on this, I do code. I can probably automate a program to cross reference all deaths from the ssdi link in this comment section. Won't be fast cause it'll have to rely on page loading speeds, unless they were kind enough to supply direct database access (more likely that I am a blue person).
Honestly kinda can't believe this doesn't already exist? If it does exist please stop me reinventing the wheel, lol. I need sleep because I am not Trump so it'll be a few hours before I can even start.
Can someone write a script that will cross reference the SS death index for michigan deaths and this voter index. Have it check the death index first, in order, first name for Michigan it pulls, it also pulls the relevant data and inputs it into the voter index. Once it does all that it then stores the name in an array so it doesn't use it again. Yeah I know, super half ass basic description of it.
BUT I KNOW ONE OF YOU CAN SCRIPT IT.
If this script can be made we could then use it on any state and check all records in record time. 😉
I just put a script together to quickly search for dead people!!! It can check 4-5 people a second, the hard part is getting people in a CSV with their zip codes.
You need to install and run the code with python3.
Step 1: Download python3
Step 2: Create a file called isdead.py and paste the code
Step 3: Create a file called test.csv in the same folder, and put in csv formatted info from a dead person search
Step 4: In command line / terminal, run "python3 isdead.py" and it should print out 0,1,2.... and let you know if it found a dead one!!
nshongrui 3 minutes ago +2 / -0
I just put a script together to quickly search for dead people!!! It can check 4-5 people a second, the hard part is getting people in a CSV with their zip codes.
You need to install and run the code with python3.
Step 1: Download python3 Step 2: Create a file called isdead.py and paste the code Step 3: Create a file called test.csv in the same folder, and put in csv formatted info from a dead person search Step 4: In command line / terminal, run "python3 isdead.py" and it should print out 0,1,2.... and let you know if it found a dead one!!
Nice post, no one should have their memory used by Democrats like this. There are going to be many of them and it is all organized fraud.
It's a running joke that if you die you vote Democrat but I'm so annoyed that we laugh it off, the Democrats cheat and have done this same scam for decades.
Imagine what an election would be like with no fraud? A lot of these leftist corrupt shitholes likely wouldn't be shitholes.
Spin up a few ec2 micros and run a squid proxy with them... You can get assigned dynamic random ip's and cycle them very easy.. Cost would be very low and can be scripted to release blocked ip's...
Post structure "FirstName=Amy&LastName=Paten&NameBirthMonth=12&NameBirthYear=1966&ZipCode=48631&Dln=&DlnBirthMonth=0&DlnBirthYear=&DpaID=0&Months=&VoterNotFound=false&TransistionVoter=false"
Might have useragent checks or other checks.. would need to do testing...
It might have been bringing over ~85 IQ people, not sending them back after slavery, but instead letting them vote here and expecting them to act and be just like us. Then being guilted by the people we saved in WWII to bend over backwards and meet the ~85 IQ people's every demand while at the same time fighting endless wars for a country we created after WWII and having enough of those people with ties to that country in our entertainment and media to say "everything is fine, enjoy your free porn, bigot." Not sure, though.
I was both a teacher and sub for ~9 years. Trust me, I know.
A good percentage of kids shouldn't even be in school. Like crime, we spend disproportionate amount on the idiots, losers, burnouts in the name of "giving everyone a chance" when honestly many will never amount to anything.
If it were up to me, I would start weeding kids out around 7th/8th grade based on a series of minor progressive tests/evaluations and send them into programs training them for jobs relative to their results. Some would be retail, some would be trades, and some would be breaking rocks with sledgehammers. It would cost far less and would waste much less time than trying to teach Tyrone and Laquandreeta abstract mathematical concepts and Shakespeare.
First one I searched registered for an absentee ballot back in the spring for next years election. My internet went down after 3 searches on the site and hasn't come back up yet
Well he was definitely not born in 1900, as he was entered manually. Contact him via that phone number and ask him if he's aware of his absentee ballot being modified and if his birthday is indeed 1/1/1900.
Hey this is really useful intel for the Pedes scraping the databases - these are in chronological order by DOB, so prioritize looking for old people born on Jan 1st?
Social security death index is all that's needed. I'm good with genealogical research, but what I think is really needed here is a techie who can set up a program to collate and cross reference the databases.
I know this question is rhetorical, but, back when there was that story going around about a ballot application in Atlanta being sent to a cat that had been dead for 12 years, I was asking what sort of databases would contain both humans and a deceased pet. At the time, the only ones I could think of were obituaries/
memorial pages, and I still haven't heard another possibility. I wonder if they were scraping obituary and/or memorial pages in targeted areas in order to make a database of dead "voters."
Newspapers has the Larry King Live scheduled in the TV listings the night Tara Reid's mother called that CNN snatched from their site claiming it doesn't exist. They think we are fucking stupid. Any information is obtainable with some effort.
You've gotta remember their entire worldview involves MSM still being trustworthy, they'll question almost everything once they realize that's not true.
There's an old saying, when someone finds they are mistaken they either correct their mistaken belief or become a liar.
The left tend to become liars. Not all, I used to be on the left and corrected that. I also used to be a Muslim till I found out how evil that is but from my experience most people will take the easy ego protecting option.
There's an old saying, when someone finds they are mistaken they either correct their mistaken belief or become a liar.
The left tend to become liars. Not all, I used to be on the left and corrected that. I also used to be a Muslim till I found out how evil that is but from my experience most people will take the easy ego protecting option.
At this point if they still think the media has even a shred of integrity then I question whether they're even capable of realizing the truth. I suspect the answer is probably no.
Spamming for visibility. That list is behind 3 years by law. The past 3 years deaths are not on there. Use it but we may need another way to get those other death lists.
Source: your link
And this is the low-hanging fruit. If that info is harder for us to find, then it's harder for the fraudsters to find, meaning they're more likely to use those recently deceased.
There is a reply there saying high voter turn out is the norm in other countries like Australia, well no shit as here in Australia we have MANATORY voting.
Dishonest leftists.
Yes, that turnout is ridiculous and mot certainly fraud but we all know that.
Found a FOIA dump of Michigan dated October 2020... sus as hell. Here is a link to the folders. One file says entire michigan voter registration, when I extracted it was 2gigs. I can't even open the file with excel or wordpad, crashes. GL.
One does have to question .. why governments that pull in billions of dollars can't find the resources to clean up a database? Something a competent dev could do over a weekend..
Entire analysis on how Wisconsin and Michigan is completely out of whack as compared to Ohio and Iowa.
There are a lot of questions around the upswell in votes this year in Wisconsin & Michigan; with accusations that it is abnormal. First I compared 2020's votes/population to 2016's votes/population in 4 swing similar swing states. WI & MI are certainly up a lot this year:
Step 1. Make a Google sheet. Share with the group here.
Step 2. Contact every online obituary provider or access their info free (mlive, obitsarchive(dot)com/obituaries/usa/michigan?lname=&fname=&formDate=&kwinc=&sort=dsc&city%5B%5D=Detroit etc.)
Step 3. Write a script to download all of the data into a csv file from a web crawler chrome extension
Step 4. Write a script to run each name into the query shown in OP
I would do this right now but I literally had shoulder surgery on Monday & can’t type (phone posting rn). OF ALL THE TIMES TO ET SURGERY WHY.
API automation is better when possible, we can generally reverse engineer through browser developer tools.
The hard part is - I need a list (EG a CSV) of people who are dead, and a site where I can search to see if the dead person voted / was registered to vote.
Or, a list of registered voters, and a site where I can search to see if a person is dead.
I need data to start with, I am trying to navigate through the many links that are going around here, but we're talking about slow downloads of large files, and then it turns out not to have the information I need.
Can someone write a script that will cross reference the SS death index for michigan deaths and this voter index. Have it check the death index first, in order, first name for Michigan it pulls, it also pulls the relevant data and inputs it into the voter index. Once it does all that it then stores the name in an array so it doesn't use it again. Yeah I know, super half ass basic description of it.
BUT I KNOW ONE OF YOU CAN SCRIPT IT.
If this script can be made we could then use it on any state and check all records in record time. 😉
I checked my mother in law who passed last year and she's no longer registered. Maybe this fraud is perpetrated by relatives, in which case you're looking for needles in a haystack.
Removing dead voters is the first step. There are many other checks that need to be done and those invalid votes need to be removed as well. What about people who submitted a mail-in ballot and in-person vote? Has one of their votes been eliminated? and so on.
That may very well be true, but in the eyes of the court, it doesn't require much to demand a new vote. Start proving dead voters and we're on our way to redo, which would presumably mean far less mail-in ballots to begin with.
Found a significantly faster script for checking if your deceased relatives have been illegally registered and voted in Michigan. This one can go ~much~ faster than the other scripts floating around.
Use pip to install requests, with "pip install requests" from CMD/Terminal
Copy code from pastebin and save as "faster_pede.py"
Ensure CSV is in correct format (see below)
Modify code to point to your CSV file (see below)
Save changes to faster_pede.py
In CMD or Terminal navigate to the location you saved faster_pede.py
type python faster_pede.py
output will be seen on screen.
Input csv for dead voters is expected in the following csv format:
firstname,lastname,bday_month,bday_year,zipcode
You will need to point to the .csv file containing the data by editing "test.csv" with the name of your file. Probably easiest to have the python script in the same directory as the csv.
For the more advanced users, consider editing the following line to speed up or slow down the rate at which this runs. Consider running a lower amount of threads so as to not cause an unreasonable impact. Remember the goal is to verify integrity and not to cause disruption of services. Don't be an idiot.
Just to be clear... you want us to look up every person who has ever died in Michigan and then run those names through a voter search? I'm gonna need some of Hunter Biden Super Energy Crack Rocks...
came here for my +1
came here to steal +1's ......... Ok, just downloaded the Michigan registered voter list. .. 2.7G csv file. Oldest registered voter was born in 1823. Registered to vote in 2006. . 18 registered voters that were born before 1850. several of those 18 registered to vote in the last 3 months. all of those 18 were registered to vote in the last 30 years, so they were not left on the voter rolls, they were added after they were 142 years old. . libreoffice is limiting me from opening the whole csv .. it stops at 1,048,576 rows , so that is not sorting the whole list... same with openoffice. .. edit , 1823 one registered to vote in 2008, not 2006, sorting locked my computer for a bit.
I'm pretty sure these people are dead ..
LAST_NAMEFIRST_NAMEMIDDLE_NAMENAME_SUFFIXYEAR_OF_BIRTHGENDERREGISTRATION_DATE HUGHESAMBERALICE1850F2007-08-06 HALLAUERTHOMASE1850M1900-01-01 LAMPINENMARYE1850F1998-06-25 BRUFFETTTERRI1850F1985-09-14 SUNDERLANDDONNARAE1850F1998-06-25 STARKKATIEANN1850F2014-10-05 WASHINGTONCHRISD1850M2008-09-20 MORANVIRGINIALYNN1850M1997-09-02 POWELLHANNA1850F2016-09-06 MIGNONIEILEEN1850F2012-01-10 ROYTAMMYR1850F1988-10-25 PRICESCOTTE1850M1900-01-01 AIT-BELLAAMYV1850F1900-01-01 ADAMSJUDITHL1850F1998-06-18 TELLORONDAL1850F1991-10-17 VELLEQUETTETAMMYJENNIFER1850F1998-02-19
zip codes of these in order .... 48726 49777 49905 48471 49905 48505 48505 48471 48503 48475 48756 49963 49963 49905 49202 48464
I’m running the csv pre 1920 voters a against registrations now. It’s going to run through the night as it’s a lot of web calls. I’ll post results in morning
Edit: Github is repeatedly flagging new accounts I make. I contacted them. I'll set a repo as quickly as I can haha.
Doing God's work. I did set up a github repo, but I figure that you're more than capable of making one yourself. I'd be happy to somehow contribute by managing it, though.
https://github.com/lil-ree-op/learn_to_code_bigot
Whether or not you push to it, you may find these death registry links useful.
https://www.familysearch.org/search/collection/1202535
https://www.familysearch.org/search/record/results?q.deathLikePlace=wisconsin&q.deathLikeDate.from=1990&q.deathLikeDate.to=2010&f.recordCountry=United%20States&f.collectionId=1202535&count=100&offset=0&m.defaultFacets=on&m.queryRequireDefault=on&m.facetNestCollectionInCategory=on (courtesy of u/nshongrui)
I have a beginner's understanding of Python (took a 50 hour online course and have written a forum bot here) so I hope I can help somehow. Western civilization is at stake.
hows it goin?
GitHub link is ded. 404.
https://git.maga.host was made for this
Are you hitting the ballot status page for each voter? Doesn't it require the birth month as well as the year? The source csv lacks any birth month, so I am curious what your approach is there.
Do we have the birth year? If so one could just try it 12 times...
Yes, I am iterating each month for each person. It sucks....
Results. Need help comparing to death records
Can speed this up by splitting the list and running multiple concurrent threads. ie, I can run a search starting with the last 1/3. Need to coordinate.
It's still running sadly as my machine went sleepy by too last night. I have 160 results so far, but I need to strip out ballots that were never sent back AND then we need to determine who died.
It was so late last night I didn't event think to run concurrent threads (I also didn't think it would be THIS slow). I may stop the tool, split the data and run a few instances of it. Thanks for the tip, will get back to you.
Can someone give a tutorial with the links to the scripts and required files? We need to coordinate this. I volunteer.
Born 124 years ago, registered to vote at 104 (??) , all somebody has to do is click a button to get an absentee ballot for him ... Redford Township, Wayne County Yes, you are registered! Absentee ballot Your clerk has not recorded receiving your AV Application ROBERTS WILLIAM G 1900 M 2004-10-02 11352 HAZELTON REDFORD MI 48239
BORN 220 years ago, registered to vote in 1988 ...... CUTLER LAURA K 1800 F 1988-08-11 221 N NOTTAWA ST CENTREVILLE MI 49032 6771231 75 ST JOSEPH 59400 NOTTAWA TOWNSHIP 1 8670 CENTREVILLE PUBLIC SCHOOLS 59 59th District 21 21st District 6 6th District 7503 3rd District 14460 CENTREVILLE N A N NON-UOCAVA
Where did you get the file? I can load that up into a database.
https://michiganvoters.info/download.html
Get it to John James too because I guarantee he got fucked by this also
Good job! Was that all? Were you able to cross check the whole database?
that was just people born in 1850 of what i can open so far.
Make a post of everything you find in that CSV, GOD SPEED FELLOW PEDE, FOR GEOTUS!
I can only open just past a million rows so far .. so how many registered voters minus a million is how many I am missing.
I think the file might be around 7,894,412 entries. I will see if I can script something up to process them all. What specific criteria are you using? Voters registered within X months and born more than Y years ago?
You an use (free) tools like https://www.splitcsv.com/ to split the large csv into smaller chunks if you like.
well, that looks horrible.
Is that all of the entries that match the "likely dead but recently registered" criteria? Are you still using libreoffice or did you script something up to handle the whole file? I can help out with some scripting to parse out the whole file if you need.
I finished a script that gets all voters that were registered at or after 95 years old. This means that they're all at least 95 years old when registering, and sometimes over 100 years old while still being on the voter rolls.
The results were 2,481 records found from a total of 7.89million total registered voters in the state of MI. This information includes first and last names, city, zip, county, and birth year (but the source csv file has no birth month, so I'm unsure if we can use it to verify votes being cast from the state's website, since they require the birth month in addition to birth year).
Michigan voter search page says 1823 is in invalid date , unable to search to see if voted this year .... Mamie Marie Jones , born 1823, registered to vote 2008-09-03. 111 cadillac sq, detroit. 48226 Voter ID 103711090 . precinct 6144
I think the birth year has to be in the 1900's.. I checked a couple and they error out for the 1800 years, but 1900+ is okay it seems.
Where did you get this?
Where did you find the raw CSV? Please link
Down at the bottom left .. https://michiganvoters.info/download.html
570M compressed.
Thanks!
Might be able to write a crawler and a script for this matching...
Anyone get fired recently and learnt to code that could help us out?
Someone get 4chan on this
Says tweet unavailable.
Spin up a few ec2 micros and run a squid proxy with them... You can get assigned dynamic random ip's and cycle them very easy.. Cost would be very low and can be scripted to release blocked ip's...
https://voterrecords.com/voters/mi/1
List to scrape.. Filter year born before 1930
Can bypass "please enter a valid birth year" for voters born before 1900 by using raw posts (in code)..
Can guess birth month by trying each month separately.
Post url "https://mvic.sos.state.mi.us/Voter/SearchByName"
Post structure "FirstName=Amy&LastName=Paten&NameBirthMonth=12&NameBirthYear=1966&ZipCode=48631&Dln=&DlnBirthMonth=0&DlnBirthYear=&DpaID=0&Months=&VoterNotFound=false&TransistionVoter=false"
Might have useragent checks or other checks.. would need to do testing...
Okay you're most of the way there, now just make it so we can clickey clickey.
Here's a script for checking against WI (no download needed, just run code from chrome). You can get lists of deceased people from here: https://www.familysearch.org/search/record/results?q.deathLikePlace=wisconsin&q.deathLikeDate.from=1990&q.deathLikeDate.to=2010&f.recordCountry=United%20States&f.collectionId=1202535&count=100&offset=0&m.defaultFacets=on&m.queryRequireDefault=on&m.facetNestCollectionInCategory=on
https://pastebin.com/7QT7RXLD
The hard part will be getting names to check if they voted or not.
I can code, I just woke up. Anything I can do?
For anyone concerned about security:
I work in software development (test automation). This code looks safe to me.
I code as well and just woke up. You're right about the names. If someone could get a list of names to check, a quick curl script from Excel could also do the trick. Could save Rudy a lot of time to have a full database search done in 1 day.
dont need a crawler, you download the master data right on that page. Someone who SQL or Excel like a boss might make use of it
Would you not need a crawler to check voter records/status though?
hit me up if you need help ;) I've got code that can take snapshot of pages (without using archive.is)(to use when we find a positive result) but will need to build the crawlers for both the dead database and the mvic.sos.state.mi.us website
May take you up on that. I was going to do it myself but I don't have a min. Wrote about the task here https://thedonald.win/p/11PpBIGIl7/x/c/1ASZfAOZwO
Again... not sure what to DO with the data, but it'd be good to know. There's a list floating around here of roughly 700 100+ old people that requested ballots. We should be able to add to that once we go through the new set of 14,000 such people
I've already written code to go through the 14k list : https://thedonald.win/p/11PpKb4JWt/wip-ive-takes-the-14k-data-dump-/
Still running but almost done
wkhtmltopdf is useful for that also
Yes, this is DEFINITELY not something to be doing manually. That's MILLIONS of searches.
Hmmm.. I may be in for a long night. We may be able to automate this if the api's are exposed.
I see that under MI, it asks for a zip code in addition to first name, last name and DOB. If anyone has a way to obtain this information, I can write a script/program to automate the checking process.
We should do the same for PA, WI, NV, AZ
https://www.zipcodestogo.com/Michigan/
Even if they aren't you could use python to scrape the page
Found the endpoint: https://mvic.sos.state.mi.us/Voter/SearchByName
Request with form datapoints:
FirstName LastName NameBirthMonth (value is int) NameBirthYear Zip
Returns scrapable page clearly labeled with IDs. This may be easier then we thought. Rate limit will be the limpfac. Going to extract the reponse ID's to see what we need.
EDIT: That was fast. DIV ID: lblAbsenteeVoterInformation. Going to look at the data and build a tool real quick.
Yall rock, fellow Pedes 🤗😁 I feel like we’re all in a heist movie together.
We should be doing this in every single state. I guarantee you the Dems fabricated thousands of votes in all 50 states. Are we really supposed to believe that Joe Biden was the most popular presidential candidate in American history, gaining millions more votes than even Obama?
No. They committed fraud everywhere. He didn't get 60% of the vote in NJ and didn't get 65% of the vote in California. Even if he won those states legitimately, his vote totals were padded so that bogus victories in other states didn't look so suspicious.
My over-under on fake votes for Biden nationwide is 20,000,000. I think the DNC faked that many.
Here's a script for checking against WI (no download needed, just run code from chrome). You can get lists of deceased people from here: https://www.familysearch.org/search/record/results?q.deathLikePlace=wisconsin&q.deathLikeDate.from=1990&q.deathLikeDate.to=2010&f.recordCountry=United%20States&f.collectionId=1202535&count=100&offset=0&m.defaultFacets=on&m.queryRequireDefault=on&m.facetNestCollectionInCategory=on
https://pastebin.com/7QT7RXLD
Keep us posted Pede! Thank you for the hard work!
Thanks! I actually got the query tool built. The challenge is find the data to run through it. We need names and DOB's of people from MI, AND the correct ZIP code.
Page deleted
It's an endpoint not a physical webpage.
My CURLese is a bit rusty. Does this look correct? I'm getting an empty form back
No see my post here https://thedonald.win/p/11PpBIGIl7/x/c/1ASZfAOZwO
curl -X POST -d 'FirstName=Amy&LastName=Paten&NameBirthMonth=12&NameBirthYear=1966&ZipCode=48631&Dln=&DlnBirthMonth=0&DlnBirthYear=&DpaID=0&Months=&VoterNotFound=false&TransistionVoter=false' https://mvic.sos.state.mi.us/Voter/SearchByName | grep "Application received"
I know that in FL, you can get a voter registration database easily. Is there a way to get this in MI?
If there is a website with this information that can be scraped, it could be done, and then each voter will be hit against the death database.
Spin up a few ec2 micros and run a squid proxy with them... You can get assigned dynamic random ip's and cycle them very easy.. Cost would be very low and can be scripted to release blocked ip's...
https://voterrecords.com/voters/mi/1
List to scrape.. Filter year born before 1930
Can bypass "please enter a valid birth year" for voters born before 1900 by using raw posts (in code)..
Can guess birth month by trying each month separately.
Post url "https://mvic.sos.state.mi.us/Voter/SearchByName"
Post structure "FirstName=Amy&LastName=Paten&NameBirthMonth=12&NameBirthYear=1966&ZipCode=48631&Dln=&DlnBirthMonth=0&DlnBirthYear=&DpaID=0&Months=&VoterNotFound=false&TransistionVoter=false"
Might have useragent checks or other checks.. would need to do testing...
I'll throw my effort into the hat if it's needed. Ping me tomorrow and let me know if you need help. If not, let me know how it went. =)
t. Infosec. We're counterculture and that culture is Trump.
Just finished building the query tool. Now I need the data to run through it. This is the parts that's going to be tough. any know if there's michigan death data anywhere? The Data u/LordPurringtonll provided is overly massive which would make it difficult.
I doubt that, but maybe we can contribute to those who do. Results. Need help comparing to death records.
Overly massive in what way? Could potentially get it to spit out a huge JSON with everything you need if it has a loose search function.
It's the entire country, I am downloading now though and I think it includes state of death so should be easy to parse out.
https://www.searchquarry.com/namesearch/death-records-lookup/ https://recordsfinder.com/
If I'm a lazy fucking commie trying to commit voter fraud, I'd just pick from the dead list that is probably alphabetical by last name. Hence, "Bradley".
Excellent cemetery resource.
https://www.findagrave.com/
But this is only as good info as the person who submitted it. And if the deceased wasn't cremated with no place of burial.
Best bet is to try the Social Security Death Index database. Though years ago this used to be as current as deaths within the past 3 months, now there's about a 5 year lapse for security reasons. The SS death index also gives the last zip code of address at time of death, which is helpful for the voter search.
Now that Rootsweb was bought out by Ancestry, they hide the database behind a paywall. But FamilySearch still has free access to their SS death index database. Though I think you have to register (for free) to access. I have an account so will do some lookups later when I get time.
There are some cremations listed on Find-A-Grave, but only if someone created a virtual “grave” listing for that person.
And surprisingly, often a memorial (grave listing) is made before the deceased is interred or very shortly thereafter. It is an invaluable genealogical resource and could definitely be utilized in checking suspicious ballots, if only as a secondary verification. There are often obituaries attached, as well as photographs, which could aid in this process.
Yes, I've been contributing to FAG for over 20 years. The recent deaths are a little more reliable. But I have ancestors with no death dates or burial places known that distant cousins are guessing as to their dates and burial cemeteries (cemeteries that weren't started until 50-100 years after deceased's lifetime) and now people see that and claim it as "fact" since it was on FAG.
BTW my two aunts, dad, and uncle are not listed there, though they all died decades ago. Nor my mom.
This one is paid service? 44 million records in total
4chan just awakened.
Ah yes, fuzzy cross-database matching fun! Warm up those SQL-writing skills! Prepare complex join queries! Prepare to deploy the full, raw power of extended regular expressions! Ready the supporting code around the queries! Design the custom reports with multiple match-confidence levels! MAN THE KEYBOARDS, LADS!
I was literally going to search 1 by 1 because im a 90’s kid and i am not that big of a computer guy lol
Don't laugh, searching one by one is the best way, below a certain record count, because writing a system like I described would take more time than that!
It all depends how big the data is!
It's yuge
Phil, you sure know how to make a seemingly impossible task look doable and fun lol
Access sucks, IMO. MySQL would probably be the way to go. Way more powerful with greater capabilities. Also, free. Nowhere NEAR as easy to use as Access, but that's what DB supernerds are for!
MAXIMUM OVERDRIVE!!!!
I hear that’s legal in Oregon now. {facepalm}
You dare taunt the autism of 4chan?
Crawler + GREP or other kind of parser and we're laughing
U/Loiuzein <--- this guy can code too. Maybe y'all can work together. This is what we need. It could be the literal nail in the coffin for biden.
I mean. We can at least shoot for making sure everybody over 90 or 95 is alive.
Wonder if we can make a spreadsheet
True. I can help but I have to wait until after my med school test or we will be minus one doctor. Hate to make excuses but I have to wait a couple of days before I can commit that kind of time.
Thats fine!
We are not at box four yet. The civil war will need doctors. In minecraft of course.
Thank you, sir.
I’ll be hitting the hay soon but I was hoping my World of Warcraft avatar could be a healer that was also spec’d for decent DPS to possibly keep the party from wiping if we get ganked. I hope my server has some good raiding guilds. you know. in Warcraft.
Dont worry, MAGA gets all the server firsts.
that much data needs proper database fren.
Access!
We can also check voter address distribution. If the cheaters are not smart we should see big clumps of people living in one place or around one precinct.
I was just thinking that if we were able to cross-reference an address that one of these ballots was sent to, then we might find a nice hole to dive down...
-- Update 3 - Looks like there are stronger autists than myself already getting results :) I'm gonna keep going though. Have the "readable list" data for MI now, just need to figure out how to iterate it a billion times. --
-- Update 2 - Have SSDI (all deaths recorded by SocSec up to 2011) and MI voter registration (current as of October 12 2020) as separate files. Data set is 10.7GB, lol. Plan is to have main program be able to scan a list for dead voters. Will use a secondary program to convert the MI data into readable list. This way other states only need adjustment to program 2. Will have main program also log "suspicious" voters, i.e. anyone over 90 is "suspicious" and definitely anyone over 100 is "super serial" --
-- Update: I rise. Thanks for responses, many extremely helpful links. Have to sneak time in between actual work but will devote all free time to this. --
If no one else has started on this, I do code. I can probably automate a program to cross reference all deaths from the ssdi link in this comment section. Won't be fast cause it'll have to rely on page loading speeds, unless they were kind enough to supply direct database access (more likely that I am a blue person).
Honestly kinda can't believe this doesn't already exist? If it does exist please stop me reinventing the wheel, lol. I need sleep because I am not Trump so it'll be a few hours before I can even start.
UPVOTE THIS MAN ABOVE ME YOU STUPID BASTARDS!!!!
Can someone write a script that will cross reference the SS death index for michigan deaths and this voter index. Have it check the death index first, in order, first name for Michigan it pulls, it also pulls the relevant data and inputs it into the voter index. Once it does all that it then stores the name in an array so it doesn't use it again. Yeah I know, super half ass basic description of it.
BUT I KNOW ONE OF YOU CAN SCRIPT IT.
If this script can be made we could then use it on any state and check all records in record time. 😉
I just put a script together to quickly search for dead people!!! It can check 4-5 people a second, the hard part is getting people in a CSV with their zip codes.
https://pastebin.com/aGBRD2rq
You need to install and run the code with python3.
Step 1: Download python3 Step 2: Create a file called isdead.py and paste the code Step 3: Create a file called test.csv in the same folder, and put in csv formatted info from a dead person search Step 4: In command line / terminal, run "python3 isdead.py" and it should print out 0,1,2.... and let you know if it found a dead one!!
For dead people, you can get data from a place like this (click on them to get last zip code... this is the hard part to find matches): https://www.familysearch.org/search/record/results?q.deathLikePlace=michigan&q.deathLikeDate.from=1990&q.deathLikeDate.to=2010&f.recordCountry=United%20States&f.collectionId=1202535&count=100&offset=0&m.defaultFacets=on&m.queryRequireDefault=on&m.facetNestCollectionInCategory=on
Make a post about this and title it. MODS - STICKY THIS.
Yes!!! Good job!!!!
Link me the CSV when it's done? Thanks for scripting this out.
Here's a script for checking against WI (no download needed, just run code from chrome). You can get lists of deceased people from here: https://www.familysearch.org/search/record/results?q.deathLikePlace=wisconsin&q.deathLikeDate.from=1990&q.deathLikeDate.to=2010&f.recordCountry=United%20States&f.collectionId=1202535&count=100&offset=0&m.defaultFacets=on&m.queryRequireDefault=on&m.facetNestCollectionInCategory=on
https://pastebin.com/7QT7RXLD
Lol
nshongrui 3 minutes ago +2 / -0 I just put a script together to quickly search for dead people!!! It can check 4-5 people a second, the hard part is getting people in a CSV with their zip codes.
https://pastebin.com/aGBRD2rq
You need to install and run the code with python3.
Step 1: Download python3 Step 2: Create a file called isdead.py and paste the code Step 3: Create a file called test.csv in the same folder, and put in csv formatted info from a dead person search Step 4: In command line / terminal, run "python3 isdead.py" and it should print out 0,1,2.... and let you know if it found a dead one!!
For dead people, you can get data from a place like this (click on them to get last zip code... this is the hard part to find matches): https://www.familysearch.org/search/record/results?q.deathLikePlace=michigan&q.deathLikeDate.from=1990&q.deathLikeDate.to=2010&f.recordCountry=United%20States&f.collectionId=1202535&count=100&offset=0&m.defaultFacets=on&m.queryRequireDefault=on&m.facetNestCollectionInCategory=on
Please do this! Nobody is doing it because they want to be able to register votes of dead people!
sweet, I'd love to hear your results!
I wrote an easier script for checking WI. You can do it from Chrome without downloading anything.
https://pastebin.com/7QT7RXLD
your comment got me to make one for Wisconsin. Just need to put in names and it'll let you know if it finds them.
Here's a script for checking against WI (no download needed, just run code from chrome). You can get lists of deceased people from here: https://www.familysearch.org/search/record/results?q.deathLikePlace=wisconsin&q.deathLikeDate.from=1990&q.deathLikeDate.to=2010&f.recordCountry=United%20States&f.collectionId=1202535&count=100&offset=0&m.defaultFacets=on&m.queryRequireDefault=on&m.facetNestCollectionInCategory=on
https://pastebin.com/7QT7RXLD
If you can make a script that works in tamper monkey, you could share it on here and set the pedes to work :)
Whoever you are..
RIP William Bradley, you don't deserve to be used by these evil people
No one who lived through both world wars would ever vote for this communist bullshit.
Another one.
Robert Brock January 1900 48203
Send to [email protected]
Upvote
William Bradley's last dying wish I heard was for Trump to win 2020. Let's not let him down!
Nice post, no one should have their memory used by Democrats like this. There are going to be many of them and it is all organized fraud.
It's a running joke that if you die you vote Democrat but I'm so annoyed that we laugh it off, the Democrats cheat and have done this same scam for decades.
Imagine what an election would be like with no fraud? A lot of these leftist corrupt shitholes likely wouldn't be shitholes.
It might be the family that is voting. We don't know who is behind each instance of fraud.
I'm a software developer. I lurk here all the time and finally made an account. Can we collaborate on this project somehow?
post in the morning for more eyes!
discord possibly?
Yeah, we really need to get a real-time collab going. Can we get a dedicated room in the .win discord instance for the collaborators?
Possibly make a program that can scan the names and run them through the database?
Another fake!
Robert Brock January 1900 zip 48203
Post a repo on github. Use secondary acct so no one doxxs u and ur house is burned down
Spin up a few ec2 micros and run a squid proxy with them... You can get assigned dynamic random ip's and cycle them very easy.. Cost would be very low and can be scripted to release blocked ip's...
https://voterrecords.com/voters/mi/1
List to scrape.. Filter year born before 1930
Can bypass "please enter a valid birth year" for voters born before 1900 by using raw posts (in code)..
Can guess birth month by trying each month separately.
Post url "https://mvic.sos.state.mi.us/Voter/SearchByName"
Post structure "FirstName=Amy&LastName=Paten&NameBirthMonth=12&NameBirthYear=1966&ZipCode=48631&Dln=&DlnBirthMonth=0&DlnBirthYear=&DpaID=0&Months=&VoterNotFound=false&TransistionVoter=false"
Might have useragent checks or other checks.. would need to do testing...
post in the morning for more eyes!
Are you on TD discord?
I did quite similar data analysis for a living some years ago. Can code and SQL. I am totally down for a collab.
Here is 2 more;
June Aiken, August, 1900, 49201
Donna Brydges, January, 1901, 49431
Another
Robert Brock January 1900 48203
Send to [email protected]
https://www.thegatewaypundit.com/2020/11/seven-voters-older-oldest-human-alive-today-voted-michigan-including-one-man-born-1850/
James Bradley
Jan 1900 48234
Ballot received
11/2/2020
Holy shit!
I was reserved when it was just the one Bradley guy in the OP post, now this is looking promising!
Send to [email protected]
DEPLOY THE AUTISTS!
Copy, Autist five. Prepare your wet suit. Deep dive imminent.
this made me laugh out loud hahah
old phrase from the hillary email leaks lol
Lens credence to why we never got to flying cars and self-sizing Marty McFly jackets. We fucked up somewhere.
It might have been bringing over ~85 IQ people, not sending them back after slavery, but instead letting them vote here and expecting them to act and be just like us. Then being guilted by the people we saved in WWII to bend over backwards and meet the ~85 IQ people's every demand while at the same time fighting endless wars for a country we created after WWII and having enough of those people with ties to that country in our entertainment and media to say "everything is fine, enjoy your free porn, bigot." Not sure, though.
I was both a teacher and sub for ~9 years. Trust me, I know.
A good percentage of kids shouldn't even be in school. Like crime, we spend disproportionate amount on the idiots, losers, burnouts in the name of "giving everyone a chance" when honestly many will never amount to anything.
If it were up to me, I would start weeding kids out around 7th/8th grade based on a series of minor progressive tests/evaluations and send them into programs training them for jobs relative to their results. Some would be retail, some would be trades, and some would be breaking rocks with sledgehammers. It would cost far less and would waste much less time than trying to teach Tyrone and Laquandreeta abstract mathematical concepts and Shakespeare.
This.
FYI, if you have name and DOB you can find ballots status in Wisconsin here. Start with dead relatives that you know the info.
https://myvote.wi.gov/en-us/TrackMyBallot
First one I searched registered for an absentee ballot back in the spring for next years election. My internet went down after 3 searches on the site and hasn't come back up yet
Random is no good. Look at blue counties only.
https://i.imgur.com/jcXzsCI.jpg
Manually modifying the votes and entering bullshit made up names and dates.
Please send this to veritas.
Start to cross reference the voter rolls with FEC contribution data to see if the votes aligned.
https://voterrecords.com/voter/24514430/paul-jones
Well he was definitely not born in 1900, as he was entered manually. Contact him via that phone number and ask him if he's aware of his absentee ballot being modified and if his birthday is indeed 1/1/1900.
Even the simplest "error" compromises ballot integrity
This is in MI? How do you get access to this?
Says Detroit City so
Hey this is really useful intel for the Pedes scraping the databases - these are in chronological order by DOB, so prioritize looking for old people born on Jan 1st?
Holy moly, genealogical research? Our older ladypedes finally have a time to shine!
Let's do this!
I'm a little autismy with a dash of stalker. What I am trying to say is that this is right up my alley!
*dramatic music plays
The time has come.
Call everyone in Utah!
Social security death index is all that's needed. I'm good with genealogical research, but what I think is really needed here is a techie who can set up a program to collate and cross reference the databases.
where do you think they got their data to make those ballots from fren?
I know this question is rhetorical, but, back when there was that story going around about a ballot application in Atlanta being sent to a cat that had been dead for 12 years, I was asking what sort of databases would contain both humans and a deceased pet. At the time, the only ones I could think of were obituaries/ memorial pages, and I still haven't heard another possibility. I wonder if they were scraping obituary and/or memorial pages in targeted areas in order to make a database of dead "voters."
Mormons.
Newspapers has the Larry King Live scheduled in the TV listings the night Tara Reid's mother called that CNN snatched from their site claiming it doesn't exist. They think we are fucking stupid. Any information is obtainable with some effort.
Get this over to 4chan, they'll have it done in a few hours at most
"BBBBBUT if he were still alive, he would definitely be voting Biden!"
-Liberals
After that spam brigade they did to us. I am totally motivated to royally fuck them anyway I can now.
You've gotta remember their entire worldview involves MSM still being trustworthy, they'll question almost everything once they realize that's not true.
There's an old saying, when someone finds they are mistaken they either correct their mistaken belief or become a liar.
The left tend to become liars. Not all, I used to be on the left and corrected that. I also used to be a Muslim till I found out how evil that is but from my experience most people will take the easy ego protecting option.
There's an old saying, when someone finds they are mistaken they either correct their mistaken belief or become a liar.
The left tend to become liars. Not all, I used to be on the left and corrected that. I also used to be a Muslim till I found out how evil that is but from my experience most people will take the easy ego protecting option.
At this point if they still think the media has even a shred of integrity then I question whether they're even capable of realizing the truth. I suspect the answer is probably no.
And I’ll dip my nuts in marinara sauce, just so they can get a taste of mom’s cooking!
Why do you think they pushed for the mail in ballots so hard? The only reason was to make the massive fraud far easier to do.
Record turnout for Biden, LOL, it's the fraudulent ballots and I bet you it is huge in every swing state.
ancestry dot commie. It is the biggest graveyard in the world and easily sort-able. Research engaged
First I've heard this is commy. Got any info about this?
Reposting for visibility! Look up people here:
Use the social security death index https://www.deathindexes.com/ssdi.html
Thanks @DonaldCare.
Spamming for visibility. That list is behind 3 years by law. The past 3 years deaths are not on there. Use it but we may need another way to get those other death lists. Source: your link
Hey use this site to help find the names, locations, etc.
https://obitmichigan.com/Results#search_top
Cross reference here: https://mvic.sos.state.mi.us/Voter/Index
Thank you!
Better yet, tweet to Fleccas and notify JW, Veritas and Trump's legal team!
Someone’s gotta write a script for this.
Warning! It lags 3 years. That’s 3 years worth of deaths are not listed on there. Need to check local obituaries maybe online obituaries?
And this is the low-hanging fruit. If that info is harder for us to find, then it's harder for the fraudsters to find, meaning they're more likely to use those recently deceased.
This!
a script or linux command line utilities
Fucking crowdsource this!! We can help!
This can be automated too. DIGITAL SOLDIERS ASSEMBLE
There is a reply there saying high voter turn out is the norm in other countries like Australia, well no shit as here in Australia we have MANATORY voting.
Dishonest leftists.
Yes, that turnout is ridiculous and mot certainly fraud but we all know that.
CAN OUR PEDES WHO KNOW HOW TO CODE (FORMER COAL MINERS, NO DOUBT) WRITE A SCRIPT TO DO THIS?
Found a FOIA dump of Michigan dated October 2020... sus as hell. Here is a link to the folders. One file says entire michigan voter registration, when I extracted it was 2gigs. I can't even open the file with excel or wordpad, crashes. GL.
https://michiganvoters.info/download.html
http://69.64.83.144/~mi/download/20201012/
What about in Wisconsin? Michigan has a relatively wide margin, but if this is happening in Wisconsin that could be significant.
One does have to question .. why governments that pull in billions of dollars can't find the resources to clean up a database? Something a competent dev could do over a weekend..
https://mkecitywire.com/stories/564495243-analysis-seven-milwaukee-wards-report-more-2020-presidential-votes-than-registered-voters-biden-nets-146k-votes-in-city
Same thing in Michigan and Minnesota too.
Entire analysis on how Wisconsin and Michigan is completely out of whack as compared to Ohio and Iowa.
https://mobile.twitter.com/OBusybody/status/1324201570620289025
Same in Minnesota:
https://mobile.twitter.com/realDSteinberg/status/1324193535835459587
Step 1. Make a Google sheet. Share with the group here. Step 2. Contact every online obituary provider or access their info free (mlive, obitsarchive(dot)com/obituaries/usa/michigan?lname=&fname=&formDate=&kwinc=&sort=dsc&city%5B%5D=Detroit etc.) Step 3. Write a script to download all of the data into a csv file from a web crawler chrome extension Step 4. Write a script to run each name into the query shown in OP
I would do this right now but I literally had shoulder surgery on Monday & can’t type (phone posting rn). OF ALL THE TIMES TO ET SURGERY WHY.
To the developers:
Perhaps you can use browser automation to help with this: https://www.browserstack.com/guide/best-test-automation-frameworks
API automation is better when possible, we can generally reverse engineer through browser developer tools.
The hard part is - I need a list (EG a CSV) of people who are dead, and a site where I can search to see if the dead person voted / was registered to vote.
Or, a list of registered voters, and a site where I can search to see if a person is dead.
I need data to start with, I am trying to navigate through the many links that are going around here, but we're talking about slow downloads of large files, and then it turns out not to have the information I need.
Can someone write a script that will cross reference the SS death index for michigan deaths and this voter index. Have it check the death index first, in order, first name for Michigan it pulls, it also pulls the relevant data and inputs it into the voter index. Once it does all that it then stores the name in an array so it doesn't use it again. Yeah I know, super half ass basic description of it.
BUT I KNOW ONE OF YOU CAN SCRIPT IT.
If this script can be made we could then use it on any state and check all records in record time. 😉
Imagine dying and in the afterlife you find out Democrats are voting under your name despite being dead...
does anyone know if they have an open api in order to query and compare results in bulk?
if there isn't an api then someone has to write a 'screen scrape' tool and extract the data that way.
Not sure if this is legit because I can’t apply. Says free but need company info. https://www.recordsapi.com/api-key.html
too hard to find the needed zip code for the search
That's easy if you know the town they lived in.
the obituaries im seeing usually just say the city and then theres a million zips it could be
Yes, I was trying some names in Flint. Unfortunately, Flint has 16 zip codes. I got lucky because he came up the fifth one down.
https://www.unitedstateszipcodes.org/mi/
He should have held rallies at the large cemeteries in the rustbelt.
Do we have any programmers that can automate this for max efficiency?
@ https://thedonald.win/u/b4d_d00d/ is a programmer. He’s a few new comments up from you
Are the autists at 4 chan on this?
Robert Brock January 1900 zip 48203
We know they’re full of shit.
The closer any state is to 100% registered voters tally the more dead voters there will be
I'm manually searching this archive. Nothing yet, but godamn these voter rolls need to be cleaned up
The people that have been found use them as a common thread... funeral homes, hospitals, burial sites, I am sure someone will figure out more.
They identify as alive, bigot!!! REEEEEEEEEEEEEE!!!!!!
We can do this!!!! Time to kick it into MAXIMUM OVERDRIVE!!!!!
I checked my mother in law who passed last year and she's no longer registered. Maybe this fraud is perpetrated by relatives, in which case you're looking for needles in a haystack.
Removing dead voters is the first step. There are many other checks that need to be done and those invalid votes need to be removed as well. What about people who submitted a mail-in ballot and in-person vote? Has one of their votes been eliminated? and so on.
That may very well be true, but in the eyes of the court, it doesn't require much to demand a new vote. Start proving dead voters and we're on our way to redo, which would presumably mean far less mail-in ballots to begin with.
Found a significantly faster script for checking if your deceased relatives have been illegally registered and voted in Michigan. This one can go ~much~ faster than the other scripts floating around.
Script location: https://pastebin.com/PD1yeyF0
Usage:
Input csv for dead voters is expected in the following csv format:
firstname,lastname,bday_month,bday_year,zipcode
You will need to point to the .csv file containing the data by editing "test.csv" with the name of your file. Probably easiest to have the python script in the same directory as the csv.
For the more advanced users, consider editing the following line to speed up or slow down the rate at which this runs. Consider running a lower amount of threads so as to not cause an unreasonable impact. Remember the goal is to verify integrity and not to cause disruption of services. Don't be an idiot.
"for x in range(5):"
Good luck, God speed, AND DRAIN THE SWAMP!
Where's tom fitton!
taking a sexy pic of his jacked physique on his balcony, more than likely
here's the list of registered michigan voters born on or before 1900: https://pastebin.com/D6dKr5ki
Anyone to put 4chan on the case?
Come to think of it. I wonder how many people born in the 1800's were added to the COVID death counts post humorously?
Use this as a cross reference https://www.google.com/search?q=michigan+100+year+old+death&oq=michigan+100+year+old+death&aqs=chrome..69i57.9311j0j7&sourceid=chrome&ie=UTF-8
https://mvic.sos.state.mi.us/Voter/Index
https://obitmichigan.com/Results