Anon Crunches Voter Data, Discovers Election Software ‘Dominion’ Producing Massive Fraud…
EVERY THING YOU’RE ABOUT TO READ IS VERIFIED AND WAS MADE BY THIS CENTIPEDE; HE DID ALL THE HEAVY WORK 🏆🏆https://thedonald.win/u/PedeInspector/🏆🏆
REMINDER: THIS DOESN’T TAKE INTO ACCOUNT ALL THE HUNDRED THOUSANDS OF TRUMP VOTES DESTROYED, BURNED AND RIPPED APART. AND THIS IS THE EVIDENCE WE’VE FOUND SO FAR.
I saw the video on The Gateway Pundit and I decided to do some digging of my own, into a more reputable source that can verify that the glitch was indeed real, and that it affected the votes, instead of it being just a display glitch on that news channel. So I went digging… I made a script to run through the data and gather all instances where votes switched from Trump to Biden.
NOTE:
Switched Votes are votes that were taken from Trump and given to Biden.
Lost Votes are votes that disappeared during the counting, not only for Trump, but overall.
There might be a small overlap between Switched votes and Lost votes.
https://centipedenation.com/transmissions/bombshell-anon-crunches-voter-data-discovers-election-software-dominion-producing-massive-fraud/?cf_chl_jschl_tk=88a8e9ac93e6eb308122c57533b9c3c024025d48-1605050251-0-AdC-Tkm20INN5cHws58OjL_UUTwPHn3JCgj-ExXD8ib0r-k3Q4gULsEUdzB3vhVT64XWM3ZIWm8_2-NhpOvtOtw_60dntVeGaKPr6bjnJov5VqvSp-8vLarAy9EM3k4tsi9IuDpcFjpZlTb_f_xs8PgGQB2Mg9TTrwKE3CQfSglKDO-itJ9prv2VSD9S18qFwfE9xmKUz_j9zo4Bs6wsV6fe0CWnSp_NgHxlglFN9TFc7OPUHkm-4xH-W5nSea6xJTzKJzC7-6-ZJoK8Vv8EG3JEfm2GJFjil6p_vfkXlCAOmNdbzEQLqBe6TmX4aLz-BCEAQnTOK_VAXR68YbApTySAsTzjlkg0_-fWZu_FOXd8surAkilLIBDnPvOtsXgQPTqNPgabzy0UTFLeoj0GEqJq764krtzXGwXc0aPyyooK
VERIFICATION PROCESS:
I went looking through the data I got from my script, trying to find if the moment the Antrim glitch happened in Michigan is there. And it is. Here is the Data. [ https://static01.nyt.com/elections-assets/2020/data/api/2020-11-03/race-page/michigan/president.json ]
And here is the specific part when the switch happened: https://i.maga.host/wGuVGZQ.png
You can see in that picture, that Trump lost 3,096 votes, those all went to Biden. BUT, Trump also lost 2,324 votes, that went nowhere.
SOURCES: Here is the data I used:
EDISON DATA:
https://static01.nyt.com/elections-assets/2020/data/api/2020-11-03/race-page/pennsylvania/president.json
https://workupload.com/file/LVcwK7AAD8p
The data is from Edison Research, it is used for election coverage by at least ABC News, CBS News, CNN and NBC News. It is also used for the website of the NYT, and probably others as well.
I scraped the data from the NYT website, here: https://static01.nyt.com/elections-assets/2020/data/api/2020-11-03/race-page/pennsylvania/president.json to check for other states, replace “Pennsylvania” in the link with the state you want to check, for states that have spaces in their names, like New York, write New-York instead.
Take this picture for example: https://i.maga.host/RNPN3Oz.png
It’s like this:
Nr.187 : 2,984,468(Total votes) * 0.566(Trump share of the votes) = 1,689,208.888
Nr.188 : 2,984,522 * 0.56 = 1,671,332.32
Do the same thing for Biden, and you’ll see that he gained the votes that Trump lost.
I made a program that basically checks every single change in votes, does the above to check if votes were switched, then adds them all up to get the total amount of switched votes.
Here is the link to a rar file containing all the .json files for the states, and the fraudcatch.py file, you’d need to download python 3.8.2 to use it, click EDIT with idle, then in the window that pops up click Run, to check how many votes were switched from Trump to Biden in a state, you then type findfraud(‘Hawaii’) for example, replace Hawaii with the name of the file of the state you want to check, the file for new hampshire is named newhamp for example, so findfraud(‘newhamp’), to check the total lost votes (For both candidates) do lostvotes(‘newhamp’) for example. https://workupload.com/file/s7s8SARjjqh