Skip to content

Instantly share code, notes, and snippets.

@jinniluo
Last active March 10, 2018 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jinniluo/fe31c034c0c52e02ed313f5abe477e2d to your computer and use it in GitHub Desktop.
Save jinniluo/fe31c034c0c52e02ed313f5abe477e2d to your computer and use it in GitHub Desktop.
D3-Heatmap
license: mit
<!DOCTYPE html>
<head>
<title>heatmap</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="plot">
</div>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="script.js"></script>
</body>
const margin={top:50,right:50,bottom:50,left:50},
width=900-margin.left-margin.right,
height=400-margin.top-margin.bottom;
const gridSize = Math.floor(width / 200);
const click = d3.select(".plot").append("g").attr("class","button");
const svg = d3.select('.plot')
.append('svg')
.attr('width', width + margin.left + margin.right)
.attr('height', height + margin.top + margin.bottom)
.append('g')
.attr('transform', 'translate(' + margin.left + ',' + height/2 + ')');
const group=svg.append("g")
const bg=group.append("rect")
.attr("x", (d)=> { return 0; })
.attr("y", (d)=> { return 0; })
.attr("width", width)
.attr("height", gridSize*24)
.attr("fill","black");
const heatMap = group.append("g").attr("class","heatmap");
//x scale
const dateStart=new Date(2016,07,01),dateEnd=new Date(2017,01,24);
const x = d3.scaleTime().range([0, width]).domain([dateStart,dateEnd]);
const xAxis = d3.axisBottom(x);
//y scale
const y = d3.scaleLinear().range([gridSize*24,0]).domain([0,24]);
const yAxis = d3.axisLeft(y).tickValues([0,6,12,18,24]);
const x_Axis=svg.append("g")
.attr("class","x-axis")
.call(xAxis)
.attr("transform","translate("+0+","+gridSize*24+")")
.selectAll("text")
.attr("transform","rotate(30)")
.style("text-anchor","strat")
.attr("dx", "1.5em")
.attr("dy", "1em")
const y_Axis=svg.append("g")
.attr("class","y-axis").call(yAxis).selectAll(".tick")
.attr("stroke-width",0.2)
.select("text")
// .attr("transform","translate("+(-width-gridSize*2)+","+0+")")
.style("text-anchor","end");
//color scale
const colorScale = d3.scaleLinear()
.range(["#1a1a1a","#f2f2f2"]);
///load in data/
d3.queue()
.defer(d3.json,"user1.json")
.defer(d3.json,"user2.json")
.await(ready);
function ready (error,user1,user2) {
if (error) throw error;
//create bottom click
const dataset=[user1,user2];
drawHeatMap(dataset[0])
const button=["user1","user2"];
click
.selectAll("button").data(button).enter()
.append("button").attr("id",(d,i)=>{return d}).append("text").text((d)=>{return d})
.on("click",(d)=>{
const index=button.indexOf(d),
data=dataset[index];
drawHeatMap(data);
});
}
function drawHeatMap(d){
//////////////////////draw rect//////////////////////////////////
const formatTime = d3.timeFormat("%B %d, %Y");
const time=formatTime(new Date(d[0].date));
console.log(new Date(time))
//color domain
colorScale.domain(d3.extent(d,(d,i)=>{return d.count}))
console.log(colorScale.domain());
//heatmap
//enter
const update=heatMap.selectAll("rect").data(d);
//update
update
.enter()
.append("rect").attr("id","cards")
.attr("x", (d)=>{ return x(new Date(formatTime(new Date(d.date)))); })
.attr("y", (d)=>{ return y(d.hour+1); })
.attr("width", gridSize)
.attr("height", gridSize)
.style("fill",(d)=>{return colorScale(d.count)})
.merge(update).transition().duration(800)
.style("fill",(d)=>{return colorScale(d.count)});
update.exit().remove();
//hover over tooltip
}
html {
font-size: 70%;
}
body {
font-family: monospace;
font-weight: 400;
text-align: center;
}
text {
font-family: monospace;
font-size: 0.8rem;
font-weight: 400;
/* color:white;*/
}
.plot{position:relative;}
.domain{
display: none;
}
line{
stroke:lightgray;
stroke-width:0.2;
}
.button{
position:absolute;
margin-left:50px;
margin-top:120px;
}
/*
#cards{
stroke: #E6E6E6;
stroke-width:.8px;
}
*/
button{
margin: 2px;
border-radius: 5px;
fill: #AAAAAA
border:0.5px solid #AAAAAA;
}
This file has been truncated, but you can view the full file.
[{"date":"2017-02-23T08:00:00.000Z","hour":15,"count":2,"values":[{"id":834910092113883100,"created_at":"Thu Feb 23 23:37:32 +0000 2017","date":"February 23, 2017","hour":15,"text":"RT @Cernovich: \"You're very smart.\" - Alex Jones to Mike Cernovich\n\nhttps://t.co/ZTUJFQ3vFn"},{"id":834901697977798700,"created_at":"Thu Feb 23 23:04:11 +0000 2017","date":"February 23, 2017","hour":15,"text":"RT @_drudgereport_: #OKeefe PUTS #BOUNTY ON #MEDIA https://t.co/GFQ0H4g5Co"}]},{"date":"2017-02-23T08:00:00.000Z","hour":13,"count":1,"values":[{"id":834884637201694700,"created_at":"Thu Feb 23 21:56:23 +0000 2017","date":"February 23, 2017","hour":13,"text":"I told you his hair wasn't orange https://t.co/Y6nQjTjmli by #508zamo via @c0nvey"}]},{"date":"2017-02-21T08:00:00.000Z","hour":18,"count":1,"values":[{"id":834225136681283600,"created_at":"Wed Feb 22 02:15:46 +0000 2017","date":"February 21, 2017","hour":18,"text":"Sweden's Migrant Crime Wave Becomes Top National Story As Media's Lies Backfire https://t.co/9AybVw04vV by #Chris11962 via @c0nvey"}]},{"date":"2017-02-20T08:00:00.000Z","hour":22,"count":4,"values":[{"id":833929527189450800,"created_at":"Tue Feb 21 06:41:07 +0000 2017","date":"February 20, 2017","hour":22,"text":"RT @realDonaldTrump: Congratulations to our new National Security Advisor, General H.R. McMaster. Video: https://t.co/BKn9r225Kk https://t.…"},{"id":833929300940304400,"created_at":"Tue Feb 21 06:40:13 +0000 2017","date":"February 20, 2017","hour":22,"text":"RT @realDonaldTrump: Just named General H.R. McMaster National Security Advisor."},{"id":833929280753172500,"created_at":"Tue Feb 21 06:40:08 +0000 2017","date":"February 20, 2017","hour":22,"text":"RT @PrisonPlanet: Hey @jk_rowling 26,000+ people have signed a petition for you to house refugees in your 18 spare bedrooms. Response? http…"},{"id":833929211782000600,"created_at":"Tue Feb 21 06:39:52 +0000 2017","date":"February 20, 2017","hour":22,"text":"RT @realDonaldTrump: Give the public a break - The FAKE NEWS media is trying to say that large scale immigration in Sweden is working out j…"}]},{"date":"2017-02-19T08:00:00.000Z","hour":14,"count":1,"values":[{"id":833442896137351200,"created_at":"Sun Feb 19 22:27:25 +0000 2017","date":"February 19, 2017","hour":14,"text":"When Obama’s National Security Advisor Lied, Media Laughed https://t.co/vNbn8voQiV by #RepublicanChick via @c0nvey"}]},{"date":"2017-02-19T08:00:00.000Z","hour":12,"count":1,"values":[{"id":833415848177983500,"created_at":"Sun Feb 19 20:39:56 +0000 2017","date":"February 19, 2017","hour":12,"text":"Stats for the week have arrived. 73 new followers and 46 unfollowers via https://t.co/9u3NxnWQ3A."}]},{"date":"2017-02-18T08:00:00.000Z","hour":10,"count":1,"values":[{"id":833026649012760600,"created_at":"Sat Feb 18 18:53:24 +0000 2017","date":"February 18, 2017","hour":10,"text":"@EntheosShines BREAKING: Democrat Muslim U.S. Congressman Busted Working With... https://t.co/MjVAVFdetX by #bittybug1 via @c0nvey"}]},{"date":"2017-02-17T08:00:00.000Z","hour":13,"count":1,"values":[{"id":832699198491525100,"created_at":"Fri Feb 17 21:12:14 +0000 2017","date":"February 17, 2017","hour":13,"text":"WikiLeaks refers to the US 'deep state' in some of its publications. What is the... https://t.co/8e6X5qLZAC by #organic2016 via @c0nvey"}]},{"date":"2017-02-16T08:00:00.000Z","hour":10,"count":1,"values":[{"id":832298799989153800,"created_at":"Thu Feb 16 18:41:11 +0000 2017","date":"February 16, 2017","hour":10,"text":"Multiculturalism has failed. Paris is toast. End of discussion. https://t.co/ht3IbFwmIw by #JBaker31826004 via @c0nvey"}]},{"date":"2017-02-14T08:00:00.000Z","hour":18,"count":1,"values":[{"id":831686255977041900,"created_at":"Wed Feb 15 02:07:10 +0000 2017","date":"February 14, 2017","hour":18,"text":"Arrows, but no Cupid--&gt; Former Obama Officials, Loyalists Waged Secret Campaign to... https://t.co/e1gJaX7y6g by #paphotog via @c0nvey"}]},{"date":"2017-02-14T08:00:00.000Z","hour":14,"count":1,"values":[{"id":831633398292705300,"created_at":"Tue Feb 14 22:37:07 +0000 2017","date":"February 14, 2017","hour":14,"text":"What General Flynn's Resignation Means\n https://t.co/zyOAb4YNej by #MooiachiRios via @c0nvey"}]},{"date":"2017-02-13T08:00:00.000Z","hour":13,"count":1,"values":[{"id":831254692604805100,"created_at":"Mon Feb 13 21:32:17 +0000 2017","date":"February 13, 2017","hour":13,"text":"Go big, or go home. You can either stand for what you believe or fall for what... https://t.co/wGiF2tIQ3J by #RedRising11 via @c0nvey"}]},{"date":"2017-02-12T08:00:00.000Z","hour":12,"count":1,"values":[{"id":830879109190402000,"created_at":"Sun Feb 12 20:39:51 +0000 2017","date":"February 12, 2017","hour":12,"text":"65 new tweeps followed me in the last week. I find relevant people to follow with the #CopyFollowers feature of https://t.co/9u3Nxoersa"}]},{"date":"2017-02-11T08:00:00.000Z","hour":16,"count":1,"values":[{"id":830582103150575600,"created_at":"Sun Feb 12 00:59:39 +0000 2017","date":"February 11, 2017","hour":16,"text":"A president who means what he says... https://t.co/RaFD8AZD0a by #ProtectSaveUSA via @c0nvey"}]},{"date":"2017-02-10T08:00:00.000Z","hour":17,"count":1,"values":[{"id":830223837224693800,"created_at":"Sat Feb 11 01:16:02 +0000 2017","date":"February 10, 2017","hour":17,"text":"POTUS supports me, and millions of Americans support him &amp; his agenda. https://t.co/EAu880ujBw by #Veteran4Trump via @c0nvey"}]},{"date":"2017-02-09T08:00:00.000Z","hour":18,"count":1,"values":[{"id":829880838733054000,"created_at":"Fri Feb 10 02:33:05 +0000 2017","date":"February 09, 2017","hour":18,"text":"#polls: Support for @POTUS policies robust. Trump is stronger than national... https://t.co/ku30W9Dgb8 by #KazmierskiR via @c0nvey"}]},{"date":"2017-02-09T08:00:00.000Z","hour":12,"count":1,"values":[{"id":829793250223464400,"created_at":"Thu Feb 09 20:45:02 +0000 2017","date":"February 09, 2017","hour":12,"text":"'16 Fake News Stories Reporters Have Run Since Trump Won' https://t.co/K0SOuvvJhj by #VickyBrush via @c0nvey"}]},{"date":"2017-02-07T08:00:00.000Z","hour":17,"count":1,"values":[{"id":829139774040576000,"created_at":"Wed Feb 08 01:28:21 +0000 2017","date":"February 07, 2017","hour":17,"text":"\"Why I left the left\" by @RubinReport - send this to every liberal you know. https://t.co/AabB66iEG4 by #GOPjenna via @c0nvey"}]},{"date":"2017-02-06T08:00:00.000Z","hour":17,"count":1,"values":[{"id":828782919229505500,"created_at":"Tue Feb 07 01:50:20 +0000 2017","date":"February 06, 2017","hour":17,"text":"Thank you, @Samsung! We would love to have you! https://t.co/rnoqUSBeqd by #MarieMa49685063 via @c0nvey"}]},{"date":"2017-02-06T08:00:00.000Z","hour":13,"count":1,"values":[{"id":828724297334157300,"created_at":"Mon Feb 06 21:57:24 +0000 2017","date":"February 06, 2017","hour":13,"text":"President Trump to Troops: 'No Enemy Stands a Chance Against Our Special... https://t.co/HX5skFVNde by #texasfrederick via @c0nvey"}]},{"date":"2017-02-05T08:00:00.000Z","hour":18,"count":1,"values":[{"id":828424828579434500,"created_at":"Mon Feb 06 02:07:25 +0000 2017","date":"February 05, 2017","hour":18,"text":"RT @POTUS: Another historic week at the @WhiteHouse. Join me for my weekly address➡️https://t.co/LXyBNGSwXG https://t.co/EqVzJNiUxP"}]},{"date":"2017-02-05T08:00:00.000Z","hour":12,"count":1,"values":[{"id":828342387609059300,"created_at":"Sun Feb 05 20:39:49 +0000 2017","date":"February 05, 2017","hour":12,"text":"78 tweeps followed me in the past week. Feels great! Do you also want to feel awesome? Check out https://t.co/9u3Nxoersa"}]},{"date":"2017-02-04T08:00:00.000Z","hour":17,"count":1,"values":[{"id":828060394107310100,"created_at":"Sun Feb 05 01:59:17 +0000 2017","date":"February 04, 2017","hour":17,"text":"Oh, shut up... https://t.co/trmtiInUjk by #la700 via @c0nvey"}]},{"date":"2017-02-04T08:00:00.000Z","hour":15,"count":1,"values":[{"id":828029680372551700,"created_at":"Sat Feb 04 23:57:14 +0000 2017","date":"February 04, 2017","hour":15,"text":"I'm ending my financial and other support for #UCBerkeley (for my safety): https://t.co/Y5Aa8QvrV3 #MiloY... by #Ohboyboy22 via @c0nvey"}]},{"date":"2017-02-03T08:00:00.000Z","hour":9,"count":1,"values":[{"id":827562370776043500,"created_at":"Fri Feb 03 17:00:19 +0000 2017","date":"February 03, 2017","hour":9,"text":"RT @ScottPresler: Gays don't deserve to be murdered. Women don't deserve enslavement. Children don't deserve rape. \n\nBan Sharia Law\n#Islami…"}]},{"date":"2017-02-02T08:00:00.000Z","hour":18,"count":1,"values":[{"id":827340599279906800,"created_at":"Fri Feb 03 02:19:04 +0000 2017","date":"February 02, 2017","hour":18,"text":"SURPRISE! Muslim Brotherhood Behind Anti-Trump Airport Protests (VIDEO) https://t.co/Es76tUcpVd by #PolFurn via @c0nvey"}]},{"date":"2017-02-02T08:00:00.000Z","hour":15,"count":1,"values":[{"id":827305405772619800,"created_at":"Thu Feb 02 23:59:13 +0000 2017","date":"February 02, 2017","hour":15,"text":"NEW VIDEO: The Truth About the Berkeley Riot https://t.co/g3lBqrhRx6 by #EntheosShines via @c0nvey"}]},{"date":"2017-02-02T08:00:00.000Z","hour":3,"count":6,"values":[{"id":827124157347405800,"created_at":"Thu Feb 02 11:59:00 +0000 2017","date":"February 02, 2017","hour":3,"text":"RT @Disciple4Lif: Milo is the torchbearer of the 1st Amendment in the USA. \n He has proven that the left is fascist &amp; violent &amp; a threat to…"},{"id":827124066830135300,"created_at":"Thu Feb 02 11:58:39 +0000 2017","date":"February 02, 2017","hour":3,"text":"RT @asamjulian: BOOM! #UCBerkley #MiloAtCal https://t.co/yBZr0W8D19"},{"id":827115286201585700,"created_at":"Thu Feb 02 11:23:45 +0000 2017","date":"February 02, 2017","hour":3,"text":"RT @RichardWeaving: #BoycottStarBucks Switch To \" Dunkin Donuts \" ☕️\nPlus Enjoy The New Donut \" Trump Wall \" 🍩 https://t.co/1BWAyocmlx"},{"id":827115006378516500,"created_at":"Thu Feb 02 11:22:39 +0000 2017","date":"February 02, 2017","hour":3,"text":"RT @realDonaldTrump: If U.C. Berkeley does not allow free speech and practices violence on innocent people with a different point of view -…"},{"id":827113218430664700,"created_at":"Thu Feb 02 11:15:32 +0000 2017","date":"February 02, 2017","hour":3,"text":"RT @pnehlen: Budweiser sees no difference between white immigrant Adolphus Busch, and jihadis who would destroy America. I see the differen…"},{"id":827113189838094300,"created_at":"Thu Feb 02 11:15:26 +0000 2017","date":"February 02, 2017","hour":3,"text":"RT @realDonaldTrump: Everybody is arguing whether or not it is a BAN. Call it what you want, it is about keeping bad people (with bad inten…"}]},{"date":"2017-02-01T08:00:00.000Z","hour":10,"count":1,"values":[{"id":826863311660712000,"created_at":"Wed Feb 01 18:42:30 +0000 2017","date":"February 01, 2017","hour":10,"text":"Join us in congratulating Judge Neil Gorsuch on his nomination for #SCOTUS! Read his... https://t.co/YQSeshjBYL by #jtblogs via @c0nvey"}]},{"date":"2017-02-01T08:00:00.000Z","hour":3,"count":2,"values":[{"id":826757264006590500,"created_at":"Wed Feb 01 11:41:06 +0000 2017","date":"February 01, 2017","hour":3,"text":"RT @seanhannity: An Originalist and Constitutionalist. No thanks to NRO, WSJ, and Weekly Standard. Thank you Irredeemable deplorable friend…"},{"id":826757226601791500,"created_at":"Wed Feb 01 11:40:57 +0000 2017","date":"February 01, 2017","hour":3,"text":"RT @realDonaldTrump: Hope you like my nomination of Judge Neil Gorsuch for the United States Supreme Court. He is a good and brilliant man,…"}]},{"date":"2017-01-31T08:00:00.000Z","hour":11,"count":13,"values":[{"id":826511646440955900,"created_at":"Tue Jan 31 19:25:07 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @mikandynothem: ✔ RETWEET✔ if you are proud of President Trump for FIRING Acting AG Yates! I love this guy! This Presidency is going to…"},{"id":826510704496824300,"created_at":"Tue Jan 31 19:21:22 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @Blockaderunner5: DeVos confirmed by Senate Education Committee... Just another brick in the wall towards responsible govt. https://t.co…"},{"id":826510257316831200,"created_at":"Tue Jan 31 19:19:35 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @nenaj12012: #BOYCOTTSTARBUCS Trump supporters vow to boycott Starbucks over CEO's plan to hire refugees https://t.co/jZN2wSkNqn via the…"},{"id":826509294111686700,"created_at":"Tue Jan 31 19:15:46 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @realDonaldTrump: I have made my decision on who I will nominate for The United States Supreme Court. It will be announced live on Tuesd…"},{"id":826509272678858800,"created_at":"Tue Jan 31 19:15:41 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @realDonaldTrump: Where was all the outrage from Democrats and the opposition party (the media) when our jobs were fleeing our country?"},{"id":826509248364441600,"created_at":"Tue Jan 31 19:15:35 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @realDonaldTrump: The American dream is back. We’re going to create an environment for small business like we haven’t had in many, many…"},{"id":826509219620909000,"created_at":"Tue Jan 31 19:15:28 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @realDonaldTrump: The Democrats are delaying my cabinet picks for purely political reasons. They have nothing going but to obstruct. Now…"},{"id":826509199794438100,"created_at":"Tue Jan 31 19:15:23 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @realDonaldTrump: When will the Democrats give us our Attorney General and rest of Cabinet! They should be ashamed of themselves! No won…"},{"id":826508923033309200,"created_at":"Tue Jan 31 19:14:17 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @collectdollsale: @SENSCHUMER THIS IS WHY YOU LOST THE ELECTION! SAVE YOUR FAKE TEARS! https://t.co/FpQ7FeCEmn"},{"id":826508830536237000,"created_at":"Tue Jan 31 19:13:55 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @collectdollsale: How about we HOLD their pay every moment POTUS cabinet is delayed?! https://t.co/D7tmzV26dh"},{"id":826508651179495400,"created_at":"Tue Jan 31 19:13:12 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @Bikers4Liberty: Hey Chuck\n@TheDemocrats led by Clown @SenSchumer are on notice &amp; will be voted out in 2018\n#RETWEET\nJoin us &amp; help @ ht…"},{"id":826508228796219400,"created_at":"Tue Jan 31 19:11:32 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @collectdollsale: #BOYCOTT AMERICANS NEED TO BOYCOTT ALL COMPANIES HIRING IMMIGRANTS BEFORE HIRING AMERICANS WHEN 95 MILLION AMERICANS A…"},{"id":826507223559966700,"created_at":"Tue Jan 31 19:07:32 +0000 2017","date":"January 31, 2017","hour":11,"text":"RT @POTUS: Signed some additional executive orders in the Oval Office moments ago- https://t.co/fgIaVW5aJD"}]},{"date":"2017-01-30T08:00:00.000Z","hour":18,"count":1,"values":[{"id":826256952896413700,"created_at":"Tue Jan 31 02:33:03 +0000 2017","date":"January 30, 2017","hour":18,"text":"Most Support A Temporary Ban On Those From Muslim-Majority Countries, Survey... https://t.co/tgaM9XpSWx by #Stonewall_77 via @c0nvey"}]},{"date":"2017-01-30T08:00:00.000Z","hour":12,"count":1,"values":[{"id":826167958338678800,"created_at":"Mon Jan 30 20:39:25 +0000 2017","date":"January 30, 2017","hour":12,"text":"Cruz: With Reid Gone from Senate, 'Kate's Law' Back on the Table /// #Bravo https://t.co/BYRUkj4Fpy by #jenilynn1001 via @c0nvey"}]},{"date":"2017-01-29T08:00:00.000Z","hour":20,"count":1,"values":[{"id":825930759093489700,"created_at":"Mon Jan 30 04:56:52 +0000 2017","date":"January 29, 2017","hour":20,"text":"Just 14 years ago, Democrats supported cutting off visas from dangerous... https://t.co/JMwV21Tppg by #ChristieC733 via @c0nvey"}]},{"date":"2017-01-29T08:00:00.000Z","hour":12,"count":1,"values":[{"id":825805666988200000,"created_at":"Sun Jan 29 20:39:48 +0000 2017","date":"January 29, 2017","hour":12,"text":"39 weekly followers. 57 unfollowers. Crowdfire doesn't miss a trick - via https://t.co/9u3Nxoersa"}]},{"date":"2017-01-28T08:00:00.000Z","hour":15,"count":1,"values":[{"id":825492700212363300,"created_at":"Sat Jan 28 23:56:11 +0000 2017","date":"January 28, 2017","hour":15,"text":".@NAACP leader: We will \"resist\" if Trump goes through with a \"major... https://t.co/xO8LB3IvHS by #TrumpStrkForce via @c0nvey"}]},{"date":"2017-01-27T08:00:00.000Z","hour":12,"count":1,"values":[{"id":825073203273941000,"created_at":"Fri Jan 27 20:09:15 +0000 2017","date":"January 27, 2017","hour":12,"text":"Truth to Power: Meet Gen Kelly, Trump’s Pick for DHS Secty► https://t.co/qmvwy8awvg @JustKate038... by #US_Army_Vet via @c0nvey"}]},{"date":"2017-01-25T08:00:00.000Z","hour":18,"count":1,"values":[{"id":824444610059636700,"created_at":"Thu Jan 26 02:31:27 +0000 2017","date":"January 25, 2017","hour":18,"text":"Another 500 pages from the FBI file on the Clinton Foundation: https://t.co/AgbhDh9Svk by #WineGuyVenice via @c0nvey"}]},{"date":"2017-01-25T08:00:00.000Z","hour":13,"count":1,"values":[{"id":824374252719718400,"created_at":"Wed Jan 25 21:51:52 +0000 2017","date":"January 25, 2017","hour":13,"text":"President Trump tells @ABC News: Mexico will “absolutely” reimburse U.S. for... https://t.co/BqWkv97227 by #GoDonaldTrump via @c0nvey"}]},{"date":"2017-01-24T08:00:00.000Z","hour":16,"count":4,"values":[{"id":824047799310417900,"created_at":"Wed Jan 25 00:14:40 +0000 2017","date":"January 24, 2017","hour":16,"text":"Pressured by Trump, Mexico ready to talk NAFTA... https://t.co/AEfgqTotka by #karenmcallier via @c0nvey"},{"id":824047566925000700,"created_at":"Wed Jan 25 00:13:44 +0000 2017","date":"January 24, 2017","hour":16,"text":"RT @muzikgirl11: 👉🏼@seanhannity👈🏼 was our single biggest ally in media during the campaign &amp; election process. He deserves this. So proud o…"},{"id":824047330756333600,"created_at":"Wed Jan 25 00:12:48 +0000 2017","date":"January 24, 2017","hour":16,"text":"RT @ThePatriot143: Boom! Sen. Tom Cotton GOES OFF on Chuckie Schumer: \"Eight Years Ago I Was Getting My A** Shot at in Afghanistan\" https:/…"},{"id":824046933820002300,"created_at":"Wed Jan 25 00:11:13 +0000 2017","date":"January 24, 2017","hour":16,"text":"RT @JuicyPieTaster: @realDonaldTrump DC Clowns Disconnection On ALL Facets $ FACT$\nWE Don’t Care about #WomensMarch.. WE Get Down 2 Busines…"}]},{"date":"2017-01-24T08:00:00.000Z","hour":15,"count":9,"values":[{"id":824042440416002000,"created_at":"Tue Jan 24 23:53:22 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @CFluharty: Real🇺🇸Women r on your side @FLOTUS @MELANIATRUMP U have made Women, Mothers, G-Moms very Proud!👩🏻‍🌾👷🏽‍♀️🕵️‍♀️👩🏻‍🏫🤰🏽👩‍❤️‍👩👩‍🚀…"},{"id":824040980936532000,"created_at":"Tue Jan 24 23:47:34 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @mitchellvii: I'm in there! :-) https://t.co/SZumCxc0TJ"},{"id":824040090183811100,"created_at":"Tue Jan 24 23:44:02 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @mitchellvii: By hiring Breitbart's Julia Hahn, Trump reminds Paul Ryan and Establishment Republicans exactly WHO is in charge in this #…"},{"id":824039860369555500,"created_at":"Tue Jan 24 23:43:07 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @mitchellvii: Fox's Tucker Carlson nearly doubling Kelly's prime-time ratings | TheHill https://t.co/ILtCpeeRkz"},{"id":824039567955267600,"created_at":"Tue Jan 24 23:41:57 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @kachninja: #Boycott ALL @CopperFit Products until @AshleyJudd is fired as spokeswoman. #PresidentTrump https://t.co/nP7jvZsFBp"},{"id":824038138549010400,"created_at":"Tue Jan 24 23:36:16 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @pastorbones: Anybody know her name? She is wanted by police for catching a girl's hair on fire. #PassItOn https://t.co/wFDaXktxPB"},{"id":824036613865017300,"created_at":"Tue Jan 24 23:30:13 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @_Makada_: Fox's Tucker Carlson nearly DOUBLING lying Megyn Kelly's prime-time ratings\n\nhttps://t.co/f98E2R8CYZ"},{"id":824035702388248600,"created_at":"Tue Jan 24 23:26:35 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @VP: Tonight I had the privilege to administer the Oath of Office to Mike Pompeo as the new Director of the Central Intelligence Agency.…"},{"id":824034542688333800,"created_at":"Tue Jan 24 23:21:59 +0000 2017","date":"January 24, 2017","hour":15,"text":"RT @DiamondandSilk: .@Madonna apparently didn't get the memo so @DiamondandSilk put her in her place because what she said was a disgrace.…"}]},{"date":"2017-01-22T08:00:00.000Z","hour":17,"count":1,"values":[{"id":823340282901102600,"created_at":"Mon Jan 23 01:23:15 +0000 2017","date":"January 22, 2017","hour":17,"text":"Women’s March Organizer Recently Met Ex-Hamas Operative, Has Family Ties To... https://t.co/ku3Kytdv5R by #wolfgangfaustX via @c0nvey"}]},{"date":"2017-01-22T08:00:00.000Z","hour":16,"count":3,"values":[{"id":823326363906113500,"created_at":"Mon Jan 23 00:27:56 +0000 2017","date":"January 22, 2017","hour":16,"text":"RT @Pamela_Moore13: Trump's inauguration VS Hillary's inauguration\nSee the difference?😂😂\n#alternativefacts https://t.co/V3B81aP3eq"},{"id":823325014674051100,"created_at":"Mon Jan 23 00:22:34 +0000 2017","date":"January 22, 2017","hour":16,"text":"RT @JamesOKeefeIII: We don't bluff, @washingtonpost https://t.co/1oyS00Ye2s"},{"id":823323403176255500,"created_at":"Mon Jan 23 00:16:10 +0000 2017","date":"January 22, 2017","hour":16,"text":"RT @PrisonPlanet: Hillary Clinton's inauguration crowd. 😄 #FeministToDoList https://t.co/S1Gb3Xrnex"}]},{"date":"2017-01-22T08:00:00.000Z","hour":14,"count":1,"values":[{"id":823294053202755600,"created_at":"Sun Jan 22 22:19:33 +0000 2017","date":"January 22, 2017","hour":14,"text":"Love when @CNN debunks itself. Check out their gigapixel images here=&gt; https://t.co/lKFAhtQDw9 ... by #rohann8218 via @c0nvey"}]},{"date":"2017-01-22T08:00:00.000Z","hour":12,"count":1,"values":[{"id":823268937571897300,"created_at":"Sun Jan 22 20:39:44 +0000 2017","date":"January 22, 2017","hour":12,"text":"38 new unfollowers and 34 new followers (hello! hello!) in the last week. Via https://t.co/9u3Nxoersa"}]},{"date":"2017-01-21T08:00:00.000Z","hour":15,"count":1,"values":[{"id":822953886801625100,"created_at":"Sat Jan 21 23:47:51 +0000 2017","date":"January 21, 2017","hour":15,"text":"Gloria Steinem, co-Chair of #WomensMarch against Trump, admitted to being a CIA... https://t.co/qzVIFv8lXT by #MamaReg2 via @c0nvey"}]},{"date":"2017-01-20T08:00:00.000Z","hour":15,"count":1,"values":[{"id":822591634537848800,"created_at":"Fri Jan 20 23:48:23 +0000 2017","date":"January 20, 2017","hour":15,"text":".@CNN should be ashamed of this... https://t.co/DWQ4XbGAeq by #LadyPatriot777 via @c0nvey"}]},{"date":"2017-01-19T08:00:00.000Z","hour":15,"count":1,"values":[{"id":822229858147307500,"created_at":"Thu Jan 19 23:50:49 +0000 2017","date":"January 19, 2017","hour":15,"text":"Facebook blocks RT from posting until after Trump inauguration. https://t.co/8xNqs6x3hs by #misstozak via @c0nvey"}]},{"date":"2017-01-18T08:00:00.000Z","hour":15,"count":1,"values":[{"id":821865241491476500,"created_at":"Wed Jan 18 23:41:57 +0000 2017","date":"January 18, 2017","hour":15,"text":"This is what happens when liberalism ruins an entire country. https://t.co/1Jqw9ZzlVj by #dkdk459 via @c0nvey"}]},{"date":"2017-01-16T08:00:00.000Z","hour":18,"count":1,"values":[{"id":821185382834380800,"created_at":"Tue Jan 17 02:40:26 +0000 2017","date":"January 16, 2017","hour":18,"text":"Do you have information on the CIA undermining democracy? Securely send it to... https://t.co/JJOKhOtA9U by #C4Constitution via @c0nvey"}]},{"date":"2017-01-16T08:00:00.000Z","hour":11,"count":1,"values":[{"id":821078051987525600,"created_at":"Mon Jan 16 19:33:57 +0000 2017","date":"January 16, 2017","hour":11,"text":"VIDEO 1: Groups discus putting Butyric Acid in Ventilation system at Inauguration... https://t.co/DAyKKeC6nO by #LouDobbs via @c0nvey"}]},{"date":"2017-01-15T08:00:00.000Z","hour":14,"count":1,"values":[{"id":820753608513908700,"created_at":"Sun Jan 15 22:04:43 +0000 2017","date":"January 15, 2017","hour":14,"text":"A Large group of Sport Bikes is heading to the @TrumpInaugural right now!\nJoin https://t.co/8yAKXMyVud wh... by #Ohboyboy22 via @c0nvey"}]},{"date":"2017-01-15T08:00:00.000Z","hour":12,"count":1,"values":[{"id":820732217404129300,"created_at":"Sun Jan 15 20:39:43 +0000 2017","date":"January 15, 2017","hour":12,"text":"Wondering how to grow on twitter? I gained 26 followers in the past week. This is the app: https://t.co/9u3Nxoersa"}]},{"date":"2017-01-14T08:00:00.000Z","hour":15,"count":1,"values":[{"id":820408589022089200,"created_at":"Sat Jan 14 23:13:44 +0000 2017","date":"January 14, 2017","hour":15,"text":"If we get 1 Million visits to https://t.co/wJycQT3pbM a Sponsor said they will pay our way to the... by #fitcoed93 via @c0nvey"}]},{"date":"2017-01-12T08:00:00.000Z","hour":17,"count":1,"values":[{"id":819724131537133600,"created_at":"Fri Jan 13 01:53:57 +0000 2017","date":"January 12, 2017","hour":17,"text":"MEDIA HYPOCRISY: All the times Obama blamed Fox News for his problems https://t.co/t93fTHs5Z0 by #JasonTotin via @c0nvey"}]},{"date":"2017-01-12T08:00:00.000Z","hour":15,"count":1,"values":[{"id":819691648326238200,"created_at":"Thu Jan 12 23:44:52 +0000 2017","date":"January 12, 2017","hour":15,"text":"Russian tech expert named in Trump 'dossier' says US intelligence never... https://t.co/nWQkeGTLuo by #peacemaker4u via @c0nvey"}]},{"date":"2017-01-12T08:00:00.000Z","hour":0,"count":8,"values":[{"id":819457981112877000,"created_at":"Thu Jan 12 08:16:22 +0000 2017","date":"January 12, 2017","hour":0,"text":"RT @Cernovich: Director of National Intelligence James Clapper tells Trump that the CNN-Buzzfeed report was garbage! https://t.co/owtXzOXBMv"},{"id":819457547165925400,"created_at":"Thu Jan 12 08:14:38 +0000 2017","date":"January 12, 2017","hour":0,"text":"RT @realDonaldTrump: We had a great News Conference at Trump Tower today. A couple of FAKE NEWS organizations were there but the people tru…"},{"id":819457450634002400,"created_at":"Thu Jan 12 08:14:15 +0000 2017","date":"January 12, 2017","hour":0,"text":"RT @realDonaldTrump: I win an election easily, a great \"movement\" is verified, and crooked opponents try to belittle our victory with FAKE…"},{"id":819457390022103000,"created_at":"Thu Jan 12 08:14:01 +0000 2017","date":"January 12, 2017","hour":0,"text":"RT @hrtablaze: The same people whining about Rex Tillerson ties to Russia , had no problem with Huma's ties to radical Islam ! 🤔\n\nhttps://t…"},{"id":819457341137551400,"created_at":"Thu Jan 12 08:13:49 +0000 2017","date":"January 12, 2017","hour":0,"text":"RT @realDonaldTrump: FAKE NEWS - A TOTAL POLITICAL WITCH HUNT!"},{"id":819457320191164400,"created_at":"Thu Jan 12 08:13:44 +0000 2017","date":"January 12, 2017","hour":0,"text":"RT @asamjulian: What a difference in the look and tone of little Marco and Rex Tillerson. Emotional little child vs. calm, collected adult.…"},{"id":819457263169601500,"created_at":"Thu Jan 12 08:13:30 +0000 2017","date":"January 12, 2017","hour":0,"text":"RT @realDonaldTrump: Intelligence agencies should never have allowed this fake news to \"leak\" into the public. One last shot at me.Are we l…"},{"id":819457207838404600,"created_at":"Thu Jan 12 08:13:17 +0000 2017","date":"January 12, 2017","hour":0,"text":"RT @ericgeller: Wow. DNI James Clapper just issued a rare statement saying he expressed \"profound dismay\" to Trump tonight about kompromat…"}]},{"date":"2017-01-11T08:00:00.000Z","hour":10,"count":1,"values":[{"id":819250516974862300,"created_at":"Wed Jan 11 18:31:58 +0000 2017","date":"January 11, 2017","hour":10,"text":"BUFFOONS Graham, McCain seek additional sanctions against Russia https://t.co/v4BPNiaTXF #MAGA by #BizNetSC via @c0nvey"}]},{"date":"2017-01-10T08:00:00.000Z","hour":14,"count":1,"values":[{"id":818952253440688100,"created_at":"Tue Jan 10 22:46:47 +0000 2017","date":"January 10, 2017","hour":14,"text":"A new op-ed calls Rex Tillerson “the Scout we need at the State Department.\" https://t.co/GGRGEhnc7z by #PolFurn via @c0nvey"}]},{"date":"2017-01-08T08:00:00.000Z","hour":17,"count":1,"values":[{"id":818274936167039000,"created_at":"Mon Jan 09 01:55:22 +0000 2017","date":"January 08, 2017","hour":17,"text":"'My people get ready there's a train a comin\nyou dont need no ticketU just... https://t.co/za3VQCJ8d8 by #lynmacjay via @c0nvey"}]},{"date":"2017-01-08T08:00:00.000Z","hour":15,"count":1,"values":[{"id":818231449778344000,"created_at":"Sun Jan 08 23:02:34 +0000 2017","date":"January 08, 2017","hour":15,"text":"Why Hilary's Money Ball Strategy Failed https://t.co/r7h1yfa1V3 by #karenmcallier via @c0nvey"}]},{"date":"2017-01-08T08:00:00.000Z","hour":12,"count":1,"values":[{"id":818195494803558400,"created_at":"Sun Jan 08 20:39:41 +0000 2017","date":"January 08, 2017","hour":12,"text":"41 new unfollowers and 34 new followers (hello! hello!) in the last week. Via https://t.co/9u3Nxoersa"}]},{"date":"2017-01-06T08:00:00.000Z","hour":17,"count":1,"values":[{"id":817548602620911600,"created_at":"Sat Jan 07 01:49:10 +0000 2017","date":"January 06, 2017","hour":17,"text":"Obama and CNN oddly silent about this intelligence linked plot to interfere in... https://t.co/t5WnI5kPuH by #ChristiChat via @c0nvey"}]},{"date":"2017-01-05T08:00:00.000Z","hour":17,"count":1,"values":[{"id":817183924816384000,"created_at":"Fri Jan 06 01:40:04 +0000 2017","date":"January 05, 2017","hour":17,"text":"CONGRESS RELEASES FINAL REPORT, SHOWS OBAMA TOOK $2.6B FROM VETS TO GIVE TO... https://t.co/2wh4Sl8raQ by #risetoflyy via @c0nvey"}]},{"date":"2017-01-05T08:00:00.000Z","hour":11,"count":1,"values":[{"id":817088721615024100,"created_at":"Thu Jan 05 19:21:46 +0000 2017","date":"January 05, 2017","hour":11,"text":"#BLMKidnapping - HATE CRIME charges file! \n https://t.co/OCT1LEWW9r by #veganvecoh via @c0nvey"}]},{"date":"2017-01-03T08:00:00.000Z","hour":18,"count":1,"values":[{"id":816469615249358800,"created_at":"Wed Jan 04 02:21:40 +0000 2017","date":"January 03, 2017","hour":18,"text":"LAT: Why birth tourism from China persists... https://t.co/JAM3suz4ve Answer: Because we keep pretending... by #JudiLoera via @c0nvey"}]},{"date":"2017-01-02T08:00:00.000Z","hour":18,"count":1,"values":[{"id":816102928092196900,"created_at":"Tue Jan 03 02:04:35 +0000 2017","date":"January 02, 2017","hour":18,"text":"LAT: Why birth tourism from China persists... https://t.co/CXgiWVmCLq Answer: Because we keep... by #CarmineZozzora via @c0nvey"}]},{"date":"2017-01-02T08:00:00.000Z","hour":12,"count":1,"values":[{"id":816021586931306500,"created_at":"Mon Jan 02 20:41:21 +0000 2017","date":"January 02, 2017","hour":12,"text":"For The First Time Since World War II, No US Carriers Are Deployed Anywhere In... https://t.co/PEAKmwJDFZ by #CuriousVibe via @c0nvey"}]},{"date":"2017-01-01T08:00:00.000Z","hour":12,"count":1,"values":[{"id":815658768625188900,"created_at":"Sun Jan 01 20:39:39 +0000 2017","date":"January 01, 2017","hour":12,"text":"Growing and engaging with the right tweeps - gained 20 new followers in the past week, courtesy https://t.co/9u3Nxoersa"}]},{"date":"2016-12-30T08:00:00.000Z","hour":18,"count":1,"values":[{"id":815020623797878800,"created_at":"Sat Dec 31 02:23:53 +0000 2016","date":"December 30, 2016","hour":18,"text":"New Video: NO, IDIOTS, 2016 WASN'T THE \"WORST YEAR EVER\" 😣 https://t.co/z7f8W7WADA by #CarmineZozzora via @c0nvey"}]},{"date":"2016-12-30T08:00:00.000Z","hour":15,"count":1,"values":[{"id":814970460236615700,"created_at":"Fri Dec 30 23:04:33 +0000 2016","date":"December 30, 2016","hour":15,"text":"'Economists say Trump delivered hope' https://t.co/uT2wfwT1oO by #votetrumptrump via @c0nvey"}]},{"date":"2016-12-29T08:00:00.000Z","hour":15,"count":1,"values":[{"id":814608287756910600,"created_at":"Thu Dec 29 23:05:25 +0000 2016","date":"December 29, 2016","hour":15,"text":"Under the distraction of Xmas Turkey imprisons five journalists over WikiLeaks https://t.co/V1iOs4zBPi Help... by #uliw315 via @c0nvey"}]},{"date":"2016-12-28T08:00:00.000Z","hour":12,"count":1,"values":[{"id":814206767924187100,"created_at":"Wed Dec 28 20:29:55 +0000 2016","date":"December 28, 2016","hour":12,"text":"Why I struggle with @Twitter's poisonous assault on free speech... https://t.co/zvGEQQAObj by #ConservVoice via @c0nvey"}]},{"date":"2016-12-26T08:00:00.000Z","hour":16,"count":1,"values":[{"id":813548253253877800,"created_at":"Tue Dec 27 00:53:13 +0000 2016","date":"December 26, 2016","hour":16,"text":"Close the borders! Hungarian PM demands EU act as Christians murdered at Christmas https://t.co/2YBMbKJw4y by #Larryputt via @c0nvey"}]},{"date":"2016-12-26T08:00:00.000Z","hour":10,"count":1,"values":[{"id":813445679276245000,"created_at":"Mon Dec 26 18:05:37 +0000 2016","date":"December 26, 2016","hour":10,"text":"VIRAL POST : Obama's VA Won't Replace Wheelchair for Triple Amputee Vet https://t.co/mOFK7UDDXv by #twiez07 via @c0nvey"}]},{"date":"2016-12-25T08:00:00.000Z","hour":12,"count":1,"values":[{"id":813122052957884400,"created_at":"Sun Dec 25 20:39:39 +0000 2016","date":"December 25, 2016","hour":12,"text":"Growing and engaging with the right tweeps - gained 25 new followers in the past week, courtesy https://t.co/9u3Nxoersa"}]},{"date":"2016-12-24T08:00:00.000Z","hour":17,"count":1,"values":[{"id":812838727198380000,"created_at":"Sun Dec 25 01:53:49 +0000 2016","date":"December 24, 2016","hour":17,"text":"3-year-old black toddler shot dead.\n\n#BlackLivesMatter nowhere to be... https://t.co/Ll9Ocpixbl by #tony_sanky via @c0nvey"}]},{"date":"2016-12-24T08:00:00.000Z","hour":10,"count":1,"values":[{"id":812724740431511600,"created_at":"Sat Dec 24 18:20:52 +0000 2016","date":"December 24, 2016","hour":10,"text":"The Smartest Thing I Heard in 2016 https://t.co/2nZ8pvJsN1 Peggy Noonan &amp; our convo in Sep. re:... by #tony_sanky via @c0nvey"}]},{"date":"2016-12-23T08:00:00.000Z","hour":15,"count":1,"values":[{"id":812442480302051300,"created_at":"Fri Dec 23 23:39:16 +0000 2016","date":"December 23, 2016","hour":15,"text":"First useful twitter bot for #Xmas! 🎄 gonna have a good time tonight with @Photolab_Bot 😀 https://t.co/xt6Lvbzv4W by #KarenCoans via @c0nvey"}]},{"date":"2016-12-23T08:00:00.000Z","hour":13,"count":1,"values":[{"id":812408790507225100,"created_at":"Fri Dec 23 21:25:24 +0000 2016","date":"December 23, 2016","hour":13,"text":"Nothing he does will ever be as \"major\" as leaving--Obama plans farewell speech... https://t.co/T7wpk1LteL by #TRUMP_PREZ via @c0nvey"}]},{"date":"2016-12-22T08:00:00.000Z","hour":13,"count":1,"values":[{"id":812044189273886700,"created_at":"Thu Dec 22 21:16:36 +0000 2016","date":"December 22, 2016","hour":13,"text":"Leftists are nasty, intolerant, hateful people. Period. https://t.co/BsFsbX62il by #PolFurn via @c0nvey"}]},{"date":"2016-12-21T08:00:00.000Z","hour":12,"count":1,"values":[{"id":811672848897101800,"created_at":"Wed Dec 21 20:41:01 +0000 2016","date":"December 21, 2016","hour":12,"text":"Get Paid for Testing Mobile Apps: https://t.co/3euHDyxY1A | Make Money By Using Your Smartphone | Please... by #JohnWUSMC via @c0nvey"}]},{"date":"2016-12-20T08:00:00.000Z","hour":16,"count":17,"values":[{"id":811372246971387900,"created_at":"Wed Dec 21 00:46:32 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @mitchellvii: John McCain is such a colossal idiot. https://t.co/jTowWR3aVX"},{"id":811371298400178200,"created_at":"Wed Dec 21 00:42:46 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @mitchellvii: Dear #NeverTrump, America doesn't give one single damn about your purity tests. Have you not figured that out yet?"},{"id":811371174663954400,"created_at":"Wed Dec 21 00:42:17 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @mitchellvii: All I can say to the remaining #NeverTrump'ers is, we'll send you a postcard from the winner's circle losers."},{"id":811371151540834300,"created_at":"Wed Dec 21 00:42:11 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @mitchellvii: We should just replace Conservative and Liberal with Competent and Incompetent. Pick a side."},{"id":811371005482598400,"created_at":"Wed Dec 21 00:41:36 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @mitchellvii: Awesome... https://t.co/5n5GP8mocD"},{"id":811369955144962000,"created_at":"Wed Dec 21 00:37:26 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @realDonaldTrump: We did it! Thank you to all of my great supporters, we just officially won the election (despite all of the distorted…"},{"id":811369821631868900,"created_at":"Wed Dec 21 00:36:54 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @CarmineZozzora: It's beginning to look a lot like Christmas...\n\n✨🌲🎁🇺🇸#MAGA🇺🇸🎁🌲✨ https://t.co/PTdETMYSvl"},{"id":811369296924471300,"created_at":"Wed Dec 21 00:34:49 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @pastorbones: Trump says you will get tired of winning #America https://t.co/vn7yOUnhsR"},{"id":811368540158758900,"created_at":"Wed Dec 21 00:31:49 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @ChristiChat: 🎄Please join me in proudly calling this a Christmas Tree!\n\n#MAGA means never having to be politically correct.\n\n#MerryChri…"},{"id":811368036519346200,"created_at":"Wed Dec 21 00:29:49 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @SebGorka: RESPECT to our Warriors. \n\n(Thanks for posting Adam Lyons) https://t.co/RjMas3UfYS"},{"id":811367740040683500,"created_at":"Wed Dec 21 00:28:38 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @AmyMek: Preach @SebGorka! \n\nHow many more innocent people need to die or be harmed before we admit that America, &amp; the world, has an Is…"},{"id":811367048500674600,"created_at":"Wed Dec 21 00:25:53 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @TheborderIzsafe: Hannity Absolutely Destroys Hillary Clinton's 'Continued' Excuses for He... https://t.co/hMsFOKcxwt via @YouTube"},{"id":811364146843447300,"created_at":"Wed Dec 21 00:14:21 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @railgirl1952: I hope this anti America globalist satanic muslim is tried for treason &amp; put in prison for life. @BarackObama @POTUS @The…"},{"id":811364109023346700,"created_at":"Wed Dec 21 00:14:12 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @michaelkeyes: Franklin Graham: God Showed UP #CelebrateIn3Words https://t.co/U65eNBemLd"},{"id":811362805945430000,"created_at":"Wed Dec 21 00:09:01 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @Dbargen: The pack leader. #MAGA #TCOT #LNYHBT #DrainTheSwamp #BuildTheWall https://t.co/pZoyYjuiM2"},{"id":811362203332919300,"created_at":"Wed Dec 21 00:06:38 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @TimRunsHisMouth: Congrats Faith Spotted Eagle on becoming the first native american woman to ever receive an electoral vote... by takin…"},{"id":811361812054704100,"created_at":"Wed Dec 21 00:05:05 +0000 2016","date":"December 20, 2016","hour":16,"text":"RT @MADE__USA: @TuckerCarlson \"IT'S TUCKER TIME\" #TuckerTime Grab a snack!!! @FoxNews https://t.co/pHEtpwJhLP"}]},{"date":"2016-12-20T08:00:00.000Z","hour":15,"count":11,"values":[{"id":811359343107047400,"created_at":"Tue Dec 20 23:55:16 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @DarHuddleston: The biggest fraud ever to be perpetrated on America. #OneLastVacation #TaxPayerDollars #AlmostGone #WorstPresidentEver #…"},{"id":811359025011052500,"created_at":"Tue Dec 20 23:54:00 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @MrEdTrain: Who do we blame today MSM ? #CNN #msnbc #CNBC #ABC #NBC #CBS #BBC https://t.co/i7MDBBfv2B"},{"id":811357620636418000,"created_at":"Tue Dec 20 23:48:25 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @PrisonPlanet: As World Leaders Condemn Berlin Attack, Russian Ambassador Assassination, Obama Golfs. https://t.co/dRRDj4Ky7A"},{"id":811356030961676300,"created_at":"Tue Dec 20 23:42:06 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @andersonDrLJA: THE MAIN DIFFERENCE BETWEEN #WHINING &amp; #WINNING IS:\n THERE IS NO \"H\" IN WINNING! #LoserHILLARY https://t.co…"},{"id":811355851453792300,"created_at":"Tue Dec 20 23:41:23 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @Pamela_Moore13: \"President Obama is like a tenant who has been evicted from a property, and he's going to trash the place on the way ou…"},{"id":811354985585868800,"created_at":"Tue Dec 20 23:37:57 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @ScottPresler: Flint was caused from decades of democrat control &amp; debt. @JenGranholm signed order removing city from state of emergency…"},{"id":811354644559577100,"created_at":"Tue Dec 20 23:36:36 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @ANOMALY1: WOW ! Get Ready! @KellyannePolls is moving 2 Washington DC 2 work 4 President Trump!Amazing!Good Luck @KellyannePolls ! #MAGA…"},{"id":811354468465999900,"created_at":"Tue Dec 20 23:35:54 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @Stevenwhirsch99: Dear liberals, no one really cares. If you don't want Trump as your POTUS, I'm sure Syria will take you with open arms…"},{"id":811354364514275300,"created_at":"Tue Dec 20 23:35:29 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @LouDobbs: .@KrisKobach1787 on illegals: “Under a Trump Admin you’re going to see ICE agents unchained to do the job they need to do.” #…"},{"id":811354337855344600,"created_at":"Tue Dec 20 23:35:23 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @PrisonPlanet: What the politically correct media WON'T tell you about the Berlin Christmas market attack.\n\nSHARE: https://t.co/hZ1A7HRv…"},{"id":811353909285490700,"created_at":"Tue Dec 20 23:33:40 +0000 2016","date":"December 20, 2016","hour":15,"text":"RT @RealJeremyNolt: 31 days until the alphas take over. No more free reign for ISIS. Time to get tough. #DefendTheWest \n\n#Berlin #Christmas…"}]},{"date":"2016-12-20T08:00:00.000Z","hour":12,"count":1,"values":[{"id":811314438502568000,"created_at":"Tue Dec 20 20:56:50 +0000 2016","date":"December 20, 2016","hour":12,"text":"Amazon, ‘The Washington Post’ and That $600 MIllion CIA Contract (2013, The... https://t.co/HkcXhjEWsD by #RapinBill via @c0nvey"}]},{"date":"2016-12-19T08:00:00.000Z","hour":16,"count":19,"values":[{"id":811007349129433100,"created_at":"Tue Dec 20 00:36:34 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @pnehlen: Will Hillary's \"faithless electors\" be called misogynistic, sexist, and racist, choosing Colin Powell; Xenophobic over Faith…"},{"id":811007144816443400,"created_at":"Tue Dec 20 00:35:45 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @realDrOlmo: THE 45TH UNITED STATES PRESIDENT OF THE UNITED STATES - DONALD J. TRUMP 🇺🇸 https://t.co/JlzDClKNpq"},{"id":811007079519555600,"created_at":"Tue Dec 20 00:35:30 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @MikePenceVP: After losing the election to Donald Trump and then the recount Hillary Clinton today lost the Electoral College. 3X LOSER!"},{"id":811005651799441400,"created_at":"Tue Dec 20 00:29:49 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @AlessaAndreadis: @realDonaldTrump has won the Presidency! Congratulations President Trump, Vice President @Mike_Pence and America!! Tog…"},{"id":811005034838294500,"created_at":"Tue Dec 20 00:27:22 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @BootStrapzOrg: @mikandynothem https://t.co/SpC2U9k0yG"},{"id":811004325254275100,"created_at":"Tue Dec 20 00:24:33 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @mitchellvii: .@HillaryClinton lost the most electors of any candidate in 100 years. https://t.co/ieXVBE6QBN"},{"id":811003128975855600,"created_at":"Tue Dec 20 00:19:48 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @Reince: Congrats to @realDonaldTrump, now officially President-elect! I look forward to him taking the oath of office on Jan 20th"},{"id":811003092988817400,"created_at":"Tue Dec 20 00:19:39 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @mitchellvii: And now we will hold the vote for Dumbest Human on Earth: @TheChrisSuprun https://t.co/ecYpAWOFJJ"},{"id":811003056389292000,"created_at":"Tue Dec 20 00:19:31 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @mitchellvii: 36 votes for Trump in Texas! 2 faithless assholes. Trump wins! https://t.co/TTuRjSCpFi"},{"id":811003025296937000,"created_at":"Tue Dec 20 00:19:23 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @realDonaldTrump: Today there were terror attacks in Turkey, Switzerland and Germany - and it is only getting worse. The civilized world…"},{"id":811002857478570000,"created_at":"Tue Dec 20 00:18:43 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @TheLastRefuge2: Today, @HillaryClinton has lost *MORE* electoral college votes than @realDonaldTrump !! Whoopsie. https://t.co/zKpNHZS…"},{"id":811002712666079200,"created_at":"Tue Dec 20 00:18:09 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @Concerned2016MA: Thank you FAITHFUL #ElectoralCollege. Your courage to stand up to threats and intimidation will not be forgotten. http…"},{"id":811002225694797800,"created_at":"Tue Dec 20 00:16:12 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @mike_pence: I’m honored &amp; humbled to be officially elected today as the next Vice President of the United States of America by the Elec…"},{"id":811002138423951400,"created_at":"Tue Dec 20 00:15:52 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @ChairmanAlex: I'll admit, my hand shook a little. A high honor to cast this ballot by signing my name. @HamCoGOP https://t.co/o4rhzFrTzt"},{"id":811002075656179700,"created_at":"Tue Dec 20 00:15:37 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @2ALAW: Let's Just Settle This Here And Now!\n\nI Voted For Donald Trump Without Interference From Russia Or Anyone Else.\n\nRetweet 🔁 If Yo…"},{"id":811001875231293400,"created_at":"Tue Dec 20 00:14:49 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @GregAbbott_TX: This charade is over. A bill is already filed to make these commitments binding. I look forward to signing it &amp; ending t…"},{"id":811001667248357400,"created_at":"Tue Dec 20 00:13:59 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @usvetram: @lechonkwali @bayes46 @TheGreatFeather official..!!!!!270 plus..Hillary lost several herself-4 times a charm@#$%^&amp;*() https:/…"},{"id":811001498889031700,"created_at":"Tue Dec 20 00:13:19 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @DiamondandSilk: To the paid protesters trying to stop the Electors: You can Either get on the Trump Train or get the Hell out of the W…"},{"id":811001362062385200,"created_at":"Tue Dec 20 00:12:47 +0000 2016","date":"December 19, 2016","hour":16,"text":"RT @NeverRINOs: HRC lost a vote to \"Faith Spotted Eagle\" in Washington State. Don't challenge our system and you won't be embarrassed. #Ele…"}]},{"date":"2016-12-19T08:00:00.000Z","hour":11,"count":5,"values":[{"id":810928079187144700,"created_at":"Mon Dec 19 19:21:35 +0000 2016","date":"December 19, 2016","hour":11,"text":"RT @kirkmorph3811: #ElectoralCollege will trigger tears today which melts snowflakes. Lol https://t.co/5XdGPAEIX8"},{"id":810927249822191600,"created_at":"Mon Dec 19 19:18:17 +0000 2016","date":"December 19, 2016","hour":11,"text":"RT @SoCal4Trump: The North Carolina electors sang ‘God Bless America’ on their way to vote for Trump. This is awesome!\n#ElectoralCollege ht…"},{"id":810926628763275300,"created_at":"Mon Dec 19 19:15:49 +0000 2016","date":"December 19, 2016","hour":11,"text":"RT @WeNeedTrump: The best part of today? We win for the 3rd time this election season. So sad that liberals can't accept losing. #MakeAmeri…"},{"id":810924665078222800,"created_at":"Mon Dec 19 19:08:01 +0000 2016","date":"December 19, 2016","hour":11,"text":"RT @DonnaMWaldrop: Bill wont be #DickingBimbos in the wh! 👊🇺🇸 https://t.co/nuGB3C4huV"},{"id":810923098966999000,"created_at":"Mon Dec 19 19:01:47 +0000 2016","date":"December 19, 2016","hour":11,"text":"RT @redsteeze: Probably safe to assume Putin's not going to blame a YouTube video here."}]},{"date":"2016-12-19T08:00:00.000Z","hour":10,"count":2,"values":[{"id":810907724879892500,"created_at":"Mon Dec 19 18:00:42 +0000 2016","date":"December 19, 2016","hour":10,"text":"RT @mitchellvii: In less than 24 hours, @TheChrisSuprun will matter to no one and his political career, or any other career for that matter…"},{"id":810907689576501200,"created_at":"Mon Dec 19 18:00:33 +0000 2016","date":"December 19, 2016","hour":10,"text":"RT @mitchellvii: \"This is the day that the Lord hath made, let us rejoice and be glad in it!\"\n\nWin those Electors! Let's go President Trum…"}]},{"date":"2016-12-19T08:00:00.000Z","hour":9,"count":9,"values":[{"id":810907073710006300,"created_at":"Mon Dec 19 17:58:06 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @thedonaldreddit: #SAD #MAGA https://t.co/bpRVO5ZcdQ"},{"id":810906917660987400,"created_at":"Mon Dec 19 17:57:29 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @mitchellvii: Watching the electoral map kind of feels like the thrill of Election Night all over again! https://t.co/0hp5crBWNj https:/…"},{"id":810906898123944000,"created_at":"Mon Dec 19 17:57:25 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @asamjulian: Far from defecting, unified NC electors go to cast their votes for Trump while singing God Bless America. 🇺🇸\n\nVideo: https:…"},{"id":810906417544724500,"created_at":"Mon Dec 19 17:55:30 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @jko417: @CRKittle @skb_sara @Maximus_Paulus @W_C_Patriot @jamss3468 @masspolitica @terrymendozer @NWGreenApple @JohnWUSMC #STFU #TrumpT…"},{"id":810905962601218000,"created_at":"Mon Dec 19 17:53:42 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @SheriffClarke: Great news! Tee-shirts available with proceeds going to the Concerns Of Police Survivors (C.O.P.S.) I make no money. htt…"},{"id":810905531045048300,"created_at":"Mon Dec 19 17:51:59 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @FiveRights: #Dec19\nMichelle, you could have wished the new president well.\nBut you and class have never even met. https://t.co/Ys7LkPBx…"},{"id":810904281981354000,"created_at":"Mon Dec 19 17:47:01 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @hrtablaze: #ThingsYouCantIgnore - When the powers that be keep trying to undermine the will of the people ! \n\n https://t.co/eqMUFQj86R"},{"id":810901166318092300,"created_at":"Mon Dec 19 17:34:38 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @SandraTXAS: Univ of Tennessee Students told to remove Christmas decorations on campus. This is how they responded :)\n\n#MerryChristmas\n#…"},{"id":810900487591645200,"created_at":"Mon Dec 19 17:31:56 +0000 2016","date":"December 19, 2016","hour":9,"text":"RT @terrymendozer: #mondaymotivation Picture taking same day Michelle Obama said we were now hopeless- Rainbow hitting Trump Hotel in Vegas…"}]},{"date":"2016-12-18T08:00:00.000Z","hour":18,"count":1,"values":[{"id":810674520830988300,"created_at":"Mon Dec 19 02:34:02 +0000 2016","date":"December 18, 2016","hour":18,"text":"My response to liberals urging me to not cast my Electoral Vote for... https://t.co/6MlrTTXLVh by #UnPoliticalPrty via @c0nvey"}]},{"date":"2016-12-18T08:00:00.000Z","hour":15,"count":1,"values":[{"id":810621534574407700,"created_at":"Sun Dec 18 23:03:29 +0000 2016","date":"December 18, 2016","hour":15,"text":"Hacker of senior US Democratic politicians caught (archive) https://t.co/Df7gfeIW2N by #Merry__Can via @c0nvey"}]},{"date":"2016-12-18T08:00:00.000Z","hour":12,"count":1,"values":[{"id":810585327266136000,"created_at":"Sun Dec 18 20:39:36 +0000 2016","date":"December 18, 2016","hour":12,"text":"22 tweeps followed me in the past week. Feels great! Do you also want to feel awesome? Check out https://t.co/9u3Nxoersa"}]},{"date":"2016-12-16T08:00:00.000Z","hour":18,"count":1,"values":[{"id":809943265025916900,"created_at":"Sat Dec 17 02:08:17 +0000 2016","date":"December 16, 2016","hour":18,"text":"Massive turnout in Hershey, Pennsylvania last night. The... https://t.co/ngTKX7h4r9 by #cmrose999 via @c0nvey"}]},{"date":"2016-12-16T08:00:00.000Z","hour":14,"count":1,"values":[{"id":809881867788939300,"created_at":"Fri Dec 16 22:04:18 +0000 2016","date":"December 16, 2016","hour":14,"text":"RT @SheriffClarke: Someone sent me this. It is so appropriate. This is why Democrats and the left want to abolish the electoral college. ht…"}]},{"date":"2016-12-16T08:00:00.000Z","hour":13,"count":3,"values":[{"id":809879393019527200,"created_at":"Fri Dec 16 21:54:28 +0000 2016","date":"December 16, 2016","hour":13,"text":"RT @TEN_GOP: Huckabee: \"If they can't control their own emails maybe they shouldn't be controlling the state secrets of the U.S.\" https://t…"},{"id":809878897537990700,"created_at":"Fri Dec 16 21:52:30 +0000 2016","date":"December 16, 2016","hour":13,"text":"@Cernovich @Ohboyboy22 psychos!!!"},{"id":809876733444948000,"created_at":"Fri Dec 16 21:43:54 +0000 2016","date":"December 16, 2016","hour":13,"text":"RT @StefanMolyneux: Obama: \"In the last 8 yrs no foreign terrorist organization has instituted an attack on our homeland.\" So all those ISI…"}]},{"date":"2016-12-15T08:00:00.000Z","hour":17,"count":1,"values":[{"id":809569187630825500,"created_at":"Fri Dec 16 01:21:50 +0000 2016","date":"December 15, 2016","hour":17,"text":"\"Fake news\" hysteria is a ploy to censor conservatives because the left is losing... https://t.co/mnWWtFT9RT by #EversFam via @c0nvey"}]},{"date":"2016-12-15T08:00:00.000Z","hour":15,"count":6,"values":[{"id":809548275976196100,"created_at":"Thu Dec 15 23:58:44 +0000 2016","date":"December 15, 2016","hour":15,"text":"RT @Harlan: POLL: Given recent history, who do you trust more? \n\n@WikiLeaks or MSM?\n\nOne has a perfect record and the other lies like a rug."},{"id":809548004789223400,"created_at":"Thu Dec 15 23:57:39 +0000 2016","date":"December 15, 2016","hour":15,"text":"RT @PrisonPlanet: AP called up 330 Republican electors. Just ONE said he wouldn't vote Trump. Epic fail for regressives yet AGAIN. 😆🤗😉 #Est…"},{"id":809546847387873300,"created_at":"Thu Dec 15 23:53:03 +0000 2016","date":"December 15, 2016","hour":15,"text":"RT @PrisonPlanet: The fact that intel agencies have REFUSED to brief Congress on evidence of \"Russian hacking\" proves there is no evidence.…"},{"id":809546761111007200,"created_at":"Thu Dec 15 23:52:43 +0000 2016","date":"December 15, 2016","hour":15,"text":"RT @realDonaldTrump: The media tries so hard to make my move to the White House, as it pertains to my business, so complex - when actually…"},{"id":809546650503016400,"created_at":"Thu Dec 15 23:52:16 +0000 2016","date":"December 15, 2016","hour":15,"text":"RT @realDonaldTrump: Has anyone looked at the really poor numbers of @VanityFair Magazine. Way down, big trouble, dead! Graydon Carter, no…"},{"id":809546570408624100,"created_at":"Thu Dec 15 23:51:57 +0000 2016","date":"December 15, 2016","hour":15,"text":"RT @realDonaldTrump: If Russia, or some other entity, was hacking, why did the White House wait so long to act? Why did they only complain…"}]},{"date":"2016-12-15T08:00:00.000Z","hour":3,"count":2,"values":[{"id":809366850844971000,"created_at":"Thu Dec 15 11:57:49 +0000 2016","date":"December 15, 2016","hour":3,"text":"RT @renomarky: RT if you prefer @realDonaldTrump select @IngrahamAngle as press secretary. https://t.co/uzTyZe3Yum"},{"id":809365606906658800,"created_at":"Thu Dec 15 11:52:52 +0000 2016","date":"December 15, 2016","hour":3,"text":"RT @GMA: WATCH: Santa Surprise! Police in Long Island, NY pull over drivers to spread holiday cheer with gift cards and candy canes. https:…"}]},{"date":"2016-12-14T08:00:00.000Z","hour":17,"count":1,"values":[{"id":809213577437597700,"created_at":"Thu Dec 15 01:48:45 +0000 2016","date":"December 14, 2016","hour":17,"text":"Obama's DHS caught hacking! Actual evidence for this one too.... https://t.co/ls0s1IIM7z by #sohnus via @c0nvey"}]},{"date":"2016-12-13T08:00:00.000Z","hour":17,"count":1,"values":[{"id":808850279881986000,"created_at":"Wed Dec 14 01:45:09 +0000 2016","date":"December 13, 2016","hour":17,"text":"'Five Reasons Rex Tillerson Is The Right Pick for Secretary of State' https://t.co/YGe1DaCziF by #lawmamaw via @c0nvey"}]},{"date":"2016-12-13T08:00:00.000Z","hour":14,"count":1,"values":[{"id":808799883822067700,"created_at":"Tue Dec 13 22:24:53 +0000 2016","date":"December 13, 2016","hour":14,"text":"\"We've been friends for a long time\": Kanye West and President-elect Trump... https://t.co/dbktK00D9z by #wendygravitt via @c0nvey"}]},{"date":"2016-12-12T08:00:00.000Z","hour":14,"count":2,"values":[{"id":808435560503197700,"created_at":"Mon Dec 12 22:17:12 +0000 2016","date":"December 12, 2016","hour":14,"text":"RT @mcgilh: https://t.co/DgnpFOEsdh"},{"id":808433799256272900,"created_at":"Mon Dec 12 22:10:12 +0000 2016","date":"December 12, 2016","hour":14,"text":"RT @PrisonPlanet: One income family needs support as their son has kidney cancer. Please help if you can or at least retweet. https://t.co/…"}]},{"date":"2016-12-12T08:00:00.000Z","hour":13,"count":9,"values":[{"id":808423077646372900,"created_at":"Mon Dec 12 21:27:36 +0000 2016","date":"December 12, 2016","hour":13,"text":"RT @FemalesForTrump: Kellogg Credit Rating Downgraded Amid Loss of Youth Market - Breitbart https://t.co/1HMU3hygfD via @BreitbartNews"},{"id":808422037983207400,"created_at":"Mon Dec 12 21:23:28 +0000 2016","date":"December 12, 2016","hour":13,"text":"RT @emrutherford90: Putin speaks against Russian hacking! \"If I wanted to influence US politics, I could just donate a few million to the C…"},{"id":808421380790358000,"created_at":"Mon Dec 12 21:20:51 +0000 2016","date":"December 12, 2016","hour":13,"text":"RT @peady63: Do tell @HillaryClinton #tcot #ccot #WakeUpAmerica @BlissTabitha @Stonewall_77 @CarmineZozzora @jjauthor @LeahR77 @WEdwarda @…"},{"id":808421350968803300,"created_at":"Mon Dec 12 21:20:44 +0000 2016","date":"December 12, 2016","hour":13,"text":"RT @SonofLiberty357: .@Whitehouse ... from Russia with love. Have yourself a Merry Little Christmas ... #russianhacking https://t.co/elAzc1…"},{"id":808420901800837100,"created_at":"Mon Dec 12 21:18:57 +0000 2016","date":"December 12, 2016","hour":13,"text":"RT @Pamela_Moore13: The Tainted Election:\nHere's a list of all the Foreign Governments who donated to the Clinton Foundation... But The Ru…"},{"id":808420044661227500,"created_at":"Mon Dec 12 21:15:33 +0000 2016","date":"December 12, 2016","hour":13,"text":"RT @mitchellvii: Just feeling very today... :-) https://t.co/Am8iNLfe2H"},{"id":808419954773131300,"created_at":"Mon Dec 12 21:15:11 +0000 2016","date":"December 12, 2016","hour":13,"text":"RT @mitchellvii: BREAKING : CIA Declares WAPO’s Russian Hacker Piece an “Outright Lie” – TruthFeed https://t.co/9xAtoCC5TZ"},{"id":808419852444700700,"created_at":"Mon Dec 12 21:14:47 +0000 2016","date":"December 12, 2016","hour":13,"text":"RT @mitchellvii: Like the recounts, this #RussianHacking BS will come to nothing. It's all #BakedNews."},{"id":808417037139804200,"created_at":"Mon Dec 12 21:03:35 +0000 2016","date":"December 12, 2016","hour":13,"text":"This is what the Left's afraid of...\n\n#MAGA #PresidentElectTrump... https://t.co/dslGLptQ8A by #dawngpsalm63 via @c0nvey"}]},{"date":"2016-12-11T08:00:00.000Z","hour":13,"count":3,"values":[{"id":808060934107332600,"created_at":"Sun Dec 11 21:28:34 +0000 2016","date":"December 11, 2016","hour":13,"text":"RT @mitchellvii: Hey #TrumpTrain, I'm having a great time. How about you?"},{"id":808060913643298800,"created_at":"Sun Dec 11 21:28:29 +0000 2016","date":"December 11, 2016","hour":13,"text":"RT @DanaLeaB1: @mitchellvii It's great to have hope again where a man can work hard for his family &amp; actually pass on the fruits of his lab…"},{"id":808060737146994700,"created_at":"Sun Dec 11 21:27:47 +0000 2016","date":"December 11, 2016","hour":13,"text":"RT @Portosj81J: Russia had nothing to do with Trump winning. People just got smart and didn't believe the Democrats and Hillary's lies or d…"}]},{"date":"2016-12-11T08:00:00.000Z","hour":12,"count":1,"values":[{"id":808048601280770000,"created_at":"Sun Dec 11 20:39:34 +0000 2016","date":"December 11, 2016","hour":12,"text":"I’m ready to engage with my 23 new followers in the past week. I know them via https://t.co/9u3Nxoersa"}]},{"date":"2016-12-11T08:00:00.000Z","hour":11,"count":1,"values":[{"id":808032466011308000,"created_at":"Sun Dec 11 19:35:27 +0000 2016","date":"December 11, 2016","hour":11,"text":"A very interesting read. Unfortunately, so much is true.\n https://t.co/t7NSj7VOBx by #Trump_time via @c0nvey"}]},{"date":"2016-12-10T08:00:00.000Z","hour":13,"count":1,"values":[{"id":807694593861021700,"created_at":"Sat Dec 10 21:12:52 +0000 2016","date":"December 10, 2016","hour":13,"text":"CEO of Exxon talked up as being next US Secretary of State. Surprised? We're... https://t.co/X5gJY01W0v by #Montana0323 via @c0nvey"}]},{"date":"2016-12-09T08:00:00.000Z","hour":10,"count":1,"values":[{"id":807285156025352200,"created_at":"Fri Dec 09 18:05:54 +0000 2016","date":"December 09, 2016","hour":10,"text":"The Washington Post now admits it spread #FakeNews about WikiLeaks in its splash... https://t.co/zyLMOsp8Xr by #BobbyReport via @c0nvey"}]},{"date":"2016-12-08T08:00:00.000Z","hour":15,"count":1,"values":[{"id":806999064365662200,"created_at":"Thu Dec 08 23:09:04 +0000 2016","date":"December 08, 2016","hour":15,"text":"Police admit sex complaint against Assange was fabricated in elaborate plot https://t.co/mA9mpvnhRe More:... by #KLSouth via @c0nvey"}]},{"date":"2016-12-08T08:00:00.000Z","hour":11,"count":2,"values":[{"id":806940900551061500,"created_at":"Thu Dec 08 19:17:57 +0000 2016","date":"December 08, 2016","hour":11,"text":"RT @VivaLaAmes: BREAKING : Petition started to remove Anti-Trump TEXAS (TRAITOR) ELECTOR from the Electoral College\nhttps://t.co/QdVQmNuLbl"},{"id":806940069982408700,"created_at":"Thu Dec 08 19:14:39 +0000 2016","date":"December 08, 2016","hour":11,"text":"RT @GregAbbott_TX: Yes. I'm going to sign a law that bans sanctuary cities. Also I've already issued an order cutting funding to sanctuary…"}]},{"date":"2016-12-08T08:00:00.000Z","hour":10,"count":9,"values":[{"id":806932732756361200,"created_at":"Thu Dec 08 18:45:30 +0000 2016","date":"December 08, 2016","hour":10,"text":"@seanhannity hell no!"},{"id":806930801950486500,"created_at":"Thu Dec 08 18:37:49 +0000 2016","date":"December 08, 2016","hour":10,"text":"RT @mitchellvii: US Steel Looks to Bring Back 10,000 Jobs Thanks to Trump Victory -- Winning! Winning! Winning! https://t.co/JXgTlY9UyM"},{"id":806930316677873700,"created_at":"Thu Dec 08 18:35:54 +0000 2016","date":"December 08, 2016","hour":10,"text":"RT @pulte: I wish you could see and feel the energy of the neighborhoods we've renewed here in Detroit. People are beginning to believe aga…"},{"id":806930059881611300,"created_at":"Thu Dec 08 18:34:52 +0000 2016","date":"December 08, 2016","hour":10,"text":"RT @mitchellvii: Trump Announces Japanese Telecom Co. Will Invest $50 Billion to Create 50,000 Jobs in U.S. https://t.co/OcX95tUwkU via @Br…"},{"id":806930006421082100,"created_at":"Thu Dec 08 18:34:40 +0000 2016","date":"December 08, 2016","hour":10,"text":"RT @mitchellvii: #MakeCitiesBeautifulAgain"},{"id":806929984698757100,"created_at":"Thu Dec 08 18:34:35 +0000 2016","date":"December 08, 2016","hour":10,"text":"RT @mitchellvii: #UrbanRenewal is the #LastBlueWall. Let's win the cities for Trump by making them beautiful again. @pulte @RealBenCarson"},{"id":806929953799303200,"created_at":"Thu Dec 08 18:34:27 +0000 2016","date":"December 08, 2016","hour":10,"text":"RT @mitchellvii: More Winning: Trump's Favorability Rating Up 17 Points - Right Track Number Best in 4 Years https://t.co/IG305YJsRu"},{"id":806929944135639000,"created_at":"Thu Dec 08 18:34:25 +0000 2016","date":"December 08, 2016","hour":10,"text":"RT @mitchellvii: Trump Effect Goes BOOM Once Again! Electronics Giant Poised To Expand U.S. Operations - https://t.co/ZYRg9FZRHB https://t.…"},{"id":806929737117409300,"created_at":"Thu Dec 08 18:33:36 +0000 2016","date":"December 08, 2016","hour":10,"text":"RT @pulte: Let's replace the sight of destruction, the sound of gun shots &amp; the feeling of danger in our toughest neighborhoods. We can do…"}]},{"date":"2016-12-07T08:00:00.000Z","hour":15,"count":1,"values":[{"id":806637518569476100,"created_at":"Wed Dec 07 23:12:25 +0000 2016","date":"December 07, 2016","hour":15,"text":"Police admit sex complaint against Assange was fabricated in elaborate plot https://t.co/gbedKuFwZc Mo... by #Destinbeach22 via @c0nvey"}]},{"date":"2016-12-07T08:00:00.000Z","hour":6,"count":7,"values":[{"id":806500787165786100,"created_at":"Wed Dec 07 14:09:06 +0000 2016","date":"December 07, 2016","hour":6,"text":"RT @realDonaldTrump: The Green Party just dropped its recount suit in Pennsylvania and is losing votes in Wisconsin recount. Just a Stein s…"},{"id":806500657633128400,"created_at":"Wed Dec 07 14:08:35 +0000 2016","date":"December 07, 2016","hour":6,"text":"RT @realDonaldTrump: I am thrilled to nominate Dr. @RealBenCarson as our next Secretary of the US Dept. of Housing and Urban Development: h…"},{"id":806500607595053000,"created_at":"Wed Dec 07 14:08:23 +0000 2016","date":"December 07, 2016","hour":6,"text":"RT @realDonaldTrump: #ThankYouTour2016 \n\n12/6- North Carolina\nhttps://t.co/79AHq3NC0v\n\n12/8- Iowa\nhttps://t.co/1IuRTVwMSx\n\n12/9- Michigan\nh…"},{"id":806500327931383800,"created_at":"Wed Dec 07 14:07:16 +0000 2016","date":"December 07, 2016","hour":6,"text":"RT @realDonaldTrump: Departing New York with General James 'Mad Dog' Mattis for tonight's rally in Fayetteville, North Carolina! See you so…"},{"id":806500155587432400,"created_at":"Wed Dec 07 14:06:35 +0000 2016","date":"December 07, 2016","hour":6,"text":"RT @mitchellvii: That's it! MI is done! We've won!\n\nAgain... https://t.co/2K3zL1KDlS"},{"id":806499917636206600,"created_at":"Wed Dec 07 14:05:39 +0000 2016","date":"December 07, 2016","hour":6,"text":"RT @mitchellvii: The winning never gets old! https://t.co/X3qtbWp27v"},{"id":806498758179622900,"created_at":"Wed Dec 07 14:01:02 +0000 2016","date":"December 07, 2016","hour":6,"text":"RT @WayneDupreeShow: The year 1941, The time, 7:52am \"a date which will live in infamy.\" 🇺🇸 #PearlHarborRemembranceDay #GreatestGeneration…"}]},{"date":"2016-12-06T08:00:00.000Z","hour":15,"count":1,"values":[{"id":806274581115891700,"created_at":"Tue Dec 06 23:10:14 +0000 2016","date":"December 06, 2016","hour":15,"text":"5 Afghan migrants rape boy in Sweden, threatened to post it on social media if he... https://t.co/Ea03lw0icC by #veganvecoh via @c0nvey"}]},{"date":"2016-12-05T08:00:00.000Z","hour":10,"count":1,"values":[{"id":805844989519560700,"created_at":"Mon Dec 05 18:43:12 +0000 2016","date":"December 05, 2016","hour":10,"text":"Following on from \"pedophile\" smear campaign https://t.co/0gR0DOF9Ph campaign to make people think #Assange... by #suzost via @c0nvey"}]},{"date":"2016-12-05T08:00:00.000Z","hour":5,"count":3,"values":[{"id":805760480954449900,"created_at":"Mon Dec 05 13:07:23 +0000 2016","date":"December 05, 2016","hour":5,"text":"RT @PrisonPlanet: Montel, you really need to shut up talking politics and go back to hawking fraudulent payday loans that bankrupt poor peo…"},{"id":805759776915423200,"created_at":"Mon Dec 05 13:04:35 +0000 2016","date":"December 05, 2016","hour":5,"text":"RT @mitchellvii: .@DrJillStein is now going to Federal Court to say her left-handed smokeshifter hunt should be paid for by taxpayers."},{"id":805759553421869000,"created_at":"Mon Dec 05 13:03:42 +0000 2016","date":"December 05, 2016","hour":5,"text":"RT @mitchellvii: I think it's fair to say at this point that @DrJillStein is completely full of sh*t."}]},{"date":"2016-12-04T08:00:00.000Z","hour":12,"count":1,"values":[{"id":805511885290356700,"created_at":"Sun Dec 04 20:39:33 +0000 2016","date":"December 04, 2016","hour":12,"text":"How many followers do you get weekly? 23 awesome new followers for me! Grow with https://t.co/9u3Nxoersa"}]},{"date":"2016-12-04T08:00:00.000Z","hour":11,"count":1,"values":[{"id":805493485008810000,"created_at":"Sun Dec 04 19:26:26 +0000 2016","date":"December 04, 2016","hour":11,"text":"Daughter of top EU official raped and murdered in Germany - Afghan migrant... https://t.co/Wvq3xgBxbP by #SharonMcCutchan via @c0nvey"}]},{"date":"2016-12-03T08:00:00.000Z","hour":19,"count":1,"values":[{"id":805248662024650800,"created_at":"Sun Dec 04 03:13:36 +0000 2016","date":"December 03, 2016","hour":19,"text":"@Zak_Bagans #ghostadventures was awesome! Getting better every season!"}]},{"date":"2016-12-03T08:00:00.000Z","hour":15,"count":4,"values":[{"id":805194437487951900,"created_at":"Sat Dec 03 23:38:08 +0000 2016","date":"December 03, 2016","hour":15,"text":"RT @RickRWells: Trump, MI Attorney General File Lawsuits To Stop Frivolous Soros Recounts https://t.co/1eze104vWt https://t.co/oBED9N5EWT"},{"id":805194160655495200,"created_at":"Sat Dec 03 23:37:02 +0000 2016","date":"December 03, 2016","hour":15,"text":"RT @Ashley4Trump: Mike Rowe to Flag-Burning Students: If You Hate America, Don't Accept Federal Aid! https://t.co/n3w5LoCrai https://t.co/w…"},{"id":805194095421509600,"created_at":"Sat Dec 03 23:36:46 +0000 2016","date":"December 03, 2016","hour":15,"text":"RT @IngrahamAngle: SHUT UP &amp; ACT: Mark Wahlberg: 'Hollywood is living in a bubble' and stars shouldn't talk politics | https://t.co/V3ieMH…"},{"id":805194000063987700,"created_at":"Sat Dec 03 23:36:24 +0000 2016","date":"December 03, 2016","hour":15,"text":"RT @NewssTrump: REPORT – Kellogg’s Gave Nearly $1 MILLION To Shocking Terror Group, BOYCOTT THEM!! https://t.co/47dixdQydm https://t.co/fjN…"}]},{"date":"2016-12-03T08:00:00.000Z","hour":14,"count":1,"values":[{"id":805173156277325800,"created_at":"Sat Dec 03 22:13:34 +0000 2016","date":"December 03, 2016","hour":14,"text":"December 7 will mark 6 years #Assange has been detained without charge... https://t.co/lOW0nLLXVN by #clannadlore via @c0nvey"}]},{"date":"2016-12-02T08:00:00.000Z","hour":4,"count":4,"values":[{"id":804658250557878300,"created_at":"Fri Dec 02 12:07:31 +0000 2016","date":"December 02, 2016","hour":4,"text":"RT @rescue81bee: #ImWithAmerica #Imwithyou \n #Trump2016 https://t.co/yiTsk8uRA2"},{"id":804657057437728800,"created_at":"Fri Dec 02 12:02:46 +0000 2016","date":"December 02, 2016","hour":4,"text":"RT @laura_stietz: 49 days until The Golf in Chief hits the dusty trail to apply for the Head of The PGA and a new Sheriff comes in to roar…"},{"id":804656962059247600,"created_at":"Fri Dec 02 12:02:24 +0000 2016","date":"December 02, 2016","hour":4,"text":"RT @AJDelgado13: Carrier CEO told Trump of the 10K UPCOMING jobs, they're now envisioning keeping those HERE whereas, previously, they'd ha…"},{"id":804656908867084300,"created_at":"Fri Dec 02 12:02:11 +0000 2016","date":"December 02, 2016","hour":4,"text":"RT @mike_pence: The American people voted for change last month, and even before taking office, @realDonaldTrump provided real leadership #…"}]},{"date":"2016-12-02T08:00:00.000Z","hour":3,"count":6,"values":[{"id":804655878788055000,"created_at":"Fri Dec 02 11:58:05 +0000 2016","date":"December 02, 2016","hour":3,"text":"RT @healthandcents: GENERAL \"MadDog\" Mattis\nBRILLIANT CHOICE for SEC DEF🇺🇸🇺🇸\nThank you, #PresidentElectTrump, \nwhat a Christmas GIFT to #AM…"},{"id":804655513279590400,"created_at":"Fri Dec 02 11:56:38 +0000 2016","date":"December 02, 2016","hour":3,"text":"RT @LynnePatton: \"She's a lawyer, pollster, business owner, mom of 4 &amp; self-made woman - why do feminists ignore her? She's Republican.\" 🇺🇸…"},{"id":804655374607482900,"created_at":"Fri Dec 02 11:56:05 +0000 2016","date":"December 02, 2016","hour":3,"text":"RT @IngrahamAngle: Novel Concept: A president who actually does something to help American workers. So of course, the media are steaming. @…"},{"id":804655349139652600,"created_at":"Fri Dec 02 11:55:59 +0000 2016","date":"December 02, 2016","hour":3,"text":"RT @SheriffClarke: This self-serving Green Party loser is diverting away limited state money that could go to lead water fix in Flint. http…"},{"id":804655276091707400,"created_at":"Fri Dec 02 11:55:42 +0000 2016","date":"December 02, 2016","hour":3,"text":"RT @GenFlynn: We are going to win and win and win at everything we do. It is going to be tough, but Team Trump-Pence will #MAGA 🇺🇸🍀🏄"},{"id":804655122525679600,"created_at":"Fri Dec 02 11:55:05 +0000 2016","date":"December 02, 2016","hour":3,"text":"RT @weknowwhatsbest: Real \"change\" is getting a president who cares more about US military veterans than Gitmo detainees."}]},{"date":"2016-12-01T08:00:00.000Z","hour":18,"count":1,"values":[{"id":804515651796799500,"created_at":"Fri Dec 02 02:40:53 +0000 2016","date":"December 01, 2016","hour":18,"text":"Wisconsin judge refuses to order hand recount, says no evidence of fraud. https://t.co/wqaOK08S0V by #Dad_Trump2 via @c0nvey"}]},{"date":"2016-12-01T08:00:00.000Z","hour":5,"count":12,"values":[{"id":804319485448638500,"created_at":"Thu Dec 01 13:41:23 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @TDennis17: This will be a beautiful sight for the President elect finally becoming the President of the United States.... https://t.co…"},{"id":804318884497133600,"created_at":"Thu Dec 01 13:39:00 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @chooselovetoday: @RandolphTrent @mopar_oz @VA4DJT Keep praying my friend. Time left until Obama leaves office: \n\n49\nDAYS\n15\nHOURS\n28\nM…"},{"id":804318326696591400,"created_at":"Thu Dec 01 13:36:47 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @eddiern: We Owe Illegals Nothing.. https://t.co/Ro8jkB8TNJ"},{"id":804318208572407800,"created_at":"Thu Dec 01 13:36:19 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @playball2017: @muzikgirl11 @TOMFORD @MELANIATRUMP @DailyMail \nWhen will these people learn, you boycott anything Trump and his supporte…"},{"id":804317908360986600,"created_at":"Thu Dec 01 13:35:07 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @realDonaldTrump: Join me in Cincinnati, Ohio tomorrow evening at 7:00pm. I am grateful for all of your support. THANK YOU!\nTickets: htt…"},{"id":804317543263596500,"created_at":"Thu Dec 01 13:33:40 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @BreitbartNews: Over 20,000 signatures in 2 hours to #DUMPKELLOGGS https://t.co/G2HH4STJ42\n\nHave you signed?"},{"id":804317496924930000,"created_at":"Thu Dec 01 13:33:29 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @MissLizzyNJ: The only effective way to protest these companies is to stop buying their products. #DumpKelloggs https://t.co/RIDnak3N5E"},{"id":804317082296979500,"created_at":"Thu Dec 01 13:31:50 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @BreitbartNews: The #DumpKelloggs petition has hit over 75,000 signatures in just 7 hours! https://t.co/bZUWA6Toes"},{"id":804316376324313100,"created_at":"Thu Dec 01 13:29:02 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @realDonaldTrump: ISIS is taking credit for the terrible stabbing attack at Ohio State University by a Somali refugee who should not hav…"},{"id":804316325011193900,"created_at":"Thu Dec 01 13:28:50 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @realDonaldTrump: Big day on Thursday for Indiana and the great workers of that wonderful state.We will keep our companies and jobs in t…"},{"id":804316285169504300,"created_at":"Thu Dec 01 13:28:40 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @DonaldJTrumpJr: Doing what he said he was going to do for American workers already. Sometimes you just have to make the effort. https:/…"},{"id":804316010555838500,"created_at":"Thu Dec 01 13:27:35 +0000 2016","date":"December 01, 2016","hour":5,"text":"RT @Democrat_4Trump: Dear Jill Stein\n\nPresident-elect Trump does not need Wisconsin to win. See you at the inauguration. \n\nRegards\nTrump su…"}]},{"date":"2016-11-30T08:00:00.000Z","hour":17,"count":1,"values":[{"id":804131016755515400,"created_at":"Thu Dec 01 01:12:29 +0000 2016","date":"November 30, 2016","hour":17,"text":"The recount is a scam designed to de-legitimize Trump.\n\nGet the truth out! https://t.co/sLKPuIy1k2 ... by #SharonMcCutchan via @c0nvey"}]},{"date":"2016-11-29T08:00:00.000Z","hour":17,"count":1,"values":[{"id":803778312053080000,"created_at":"Wed Nov 30 01:50:57 +0000 2016","date":"November 29, 2016","hour":17,"text":"Think there isn't #VoterFraud @Jordanfabian? https://t.co/eixSxBZghE Watch this hidden cam video... by #ResidentOfFL via @c0nvey"}]},{"date":"2016-11-29T08:00:00.000Z","hour":11,"count":1,"values":[{"id":803688399076986900,"created_at":"Tue Nov 29 19:53:40 +0000 2016","date":"November 29, 2016","hour":11,"text":"Somali Refugee Resettlement Up 250 Percent Under Obama via @LifeZette https://t.co/7Ri0toIm65 by #PA4TRUMP2016 via @c0nvey"}]},{"date":"2016-11-28T08:00:00.000Z","hour":10,"count":1,"values":[{"id":803300636716662800,"created_at":"Mon Nov 28 18:12:51 +0000 2016","date":"November 28, 2016","hour":10,"text":"UK: Two Systems of Justice: Tommy Robinson and Anjem Choudary\n https://t.co/ib2kEvF1Tz #WeThePeople\n#Euro... by #SandraTXAS via @c0nvey"}]},{"date":"2016-11-27T08:00:00.000Z","hour":15,"count":1,"values":[{"id":803022781285892100,"created_at":"Sun Nov 27 23:48:45 +0000 2016","date":"November 27, 2016","hour":15,"text":"Rewind: Ron Paul on Assange (2010) https://t.co/WAX2nUfshZ Detained without charge for six years as of... by #JeffBales6 via @c0nvey"}]},{"date":"2016-11-27T08:00:00.000Z","hour":12,"count":1,"values":[{"id":802975157014904800,"created_at":"Sun Nov 27 20:39:30 +0000 2016","date":"November 27, 2016","hour":12,"text":"How many followers do you get everyday? I got 39 in the last week. Growing daily with https://t.co/9u3Nxoersa"}]},{"date":"2016-11-26T08:00:00.000Z","hour":14,"count":1,"values":[{"id":802646150889308200,"created_at":"Sat Nov 26 22:52:09 +0000 2016","date":"November 26, 2016","hour":14,"text":"Bus driver allegedly does nothing while black teens attack white schoolgirls https://t.co/PYlCi35w7w ... by #JBaker31826004 via @c0nvey"}]},{"date":"2016-11-26T08:00:00.000Z","hour":9,"count":3,"values":[{"id":802561728659656700,"created_at":"Sat Nov 26 17:16:41 +0000 2016","date":"November 26, 2016","hour":9,"text":"RT @frugalvoter: BREAKING: Trump Breaks 28-Year-Old GOP Shutout in Michigan https://t.co/Y1UexdvvX6"},{"id":802561706845052900,"created_at":"Sat Nov 26 17:16:36 +0000 2016","date":"November 26, 2016","hour":9,"text":"RT @jondoepolitics: Maybe a spot in Trump's cabinet?\n\nBrexit champion and Trump friend Nigel Farage plans to immigrate to U.S.: Report\n\nhtt…"},{"id":802561278778581000,"created_at":"Sat Nov 26 17:14:54 +0000 2016","date":"November 26, 2016","hour":9,"text":"RT @MKANTONIO1: https://t.co/wQSvKuYs76"}]},{"date":"2016-11-26T08:00:00.000Z","hour":7,"count":22,"values":[{"id":802541435190800400,"created_at":"Sat Nov 26 15:56:03 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @Davewellwisher: RT rtbeliever: #FF Just Coke, no Pepsi. Just a regular guy. Conservatexian Flewbys Lrihendry JaredWyand Diamondand… htt…"},{"id":802541345902444500,"created_at":"Sat Nov 26 15:55:42 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @peddoc63: The Hypocrites who are worried about Bannon had no problems with Sharpton. https://t.co/eWScyH2EF7"},{"id":802541045342838800,"created_at":"Sat Nov 26 15:54:30 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @pwaldrop33: @realDonaldTrump @KellyannePolls @DanScavino \n#NeverRomney https://t.co/WSchLnwc8k"},{"id":802540269501489200,"created_at":"Sat Nov 26 15:51:25 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @HaroldPastian: @GigiTracyXO As a former US Navy Sailor I can spot a sinking ship \nThe BSS CNN is going down fast and there are no lifeb…"},{"id":802540140493029400,"created_at":"Sat Nov 26 15:50:54 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @Daniel_Ohana: Fidel Castro died in Black Friday. A Communist leader died on the most Capitalist day of the year!"},{"id":802540067138871300,"created_at":"Sat Nov 26 15:50:37 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @HoustonWelder: Ben Carson is a good man who could do great things for HUD Families. 💙💚💜💟 https://t.co/w01ZqzPzf9"},{"id":802539760115777500,"created_at":"Sat Nov 26 15:49:23 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @LyndaG1963: I'm inclined to agree....#PresidentElectTrump has a plan and if the idiot Mitt can be useful? So be it @streetglide12 @Crim…"},{"id":802539503952883700,"created_at":"Sat Nov 26 15:48:22 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @Davewellwisher: Cuban Americans Celebrate Castro’s Death with Trump Signs (VIDEO) https://t.co/i0bzqZMJ3u via gatewaypundit"},{"id":802539484344500200,"created_at":"Sat Nov 26 15:48:18 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @CounterMoonbat: Many of the same lefties that hyperventilate about Trump as a 'fascist' will tonight romanticize a dictator that used t…"},{"id":802539347891236900,"created_at":"Sat Nov 26 15:47:45 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @newtgingrich: Build a list of those praising Castro and you will have a list of leftists who reject reality for an ideological fantasy"},{"id":802539278500671500,"created_at":"Sat Nov 26 15:47:29 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @SalenaZito: The glamorization of Fidel Castro today is disturbing, if you love life, freedom and liberty you are appalled. https://t.co…"},{"id":802539196267143200,"created_at":"Sat Nov 26 15:47:09 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @asamjulian: “You knew damn well I was a snake before you took me in” #NeverRomney @transition2017 https://t.co/9yN0G8whVM"},{"id":802539053484634100,"created_at":"Sat Nov 26 15:46:35 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @WeNeedTrump: RETWEET if you refuse to watch CNN. #BlackOutCNN https://t.co/JAQbq3Q658"},{"id":802538726316326900,"created_at":"Sat Nov 26 15:45:17 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @TheTrumpLady: ENEMY OF THE STATE! \nDo right thing, DT! \nYou Are Candidate of Change\nRomney NOT CHANGE!\nHe's REASON we need change\nhttps…"},{"id":802538392336494600,"created_at":"Sat Nov 26 15:43:57 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @JaredWyand: #Fidel Castro was a murderous dictator which once again proves that liberals will support anything Conservatives oppose\n\n#C…"},{"id":802538326875992000,"created_at":"Sat Nov 26 15:43:42 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @DeplorableMissy: Reporting from my basket:\n\nYou should be a shamed JILL STEIN, you are in the tank with George Soros and Hillary Clinto…"},{"id":802538232168607700,"created_at":"Sat Nov 26 15:43:19 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @PrisonPlanet: BBC &amp; CNN are refusing to show footage of Cubans celebrating Castro's death, calling him a \"revolutionary leader\" not a d…"},{"id":802538165542129700,"created_at":"Sat Nov 26 15:43:03 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @RedVote2016: #NeverRomney because you can't keep your base while appeasing your critics. It's either one or the other. https://t.co/PN9…"},{"id":802538139700990000,"created_at":"Sat Nov 26 15:42:57 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @Daggy1: Dear International Community: President Obama does not reflect the thoughts of Americans... he's a short-termer.. please be pat…"},{"id":802537966245511200,"created_at":"Sat Nov 26 15:42:16 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @drillermiller2: @BarbMuenchen @realDonaldTrump @DarkNetXX @MittRomney https://t.co/anrGlrT6Sv"},{"id":802537945865470000,"created_at":"Sat Nov 26 15:42:11 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @moream28: Fidel Castro ... the one death of 2016 I don't think anyone is going to mourn. Little Havana is doing it right 😊 #Cuba"},{"id":802537684077924400,"created_at":"Sat Nov 26 15:41:08 +0000 2016","date":"November 26, 2016","hour":7,"text":"RT @InGodIDoTrust: NYC Man Arrested for Attempting to Push a Bystander onto Subway Tracks, Yelling ‘I Hate White People’ https://t.co/LNQym…"}]},{"date":"2016-11-25T08:00:00.000Z","hour":10,"count":13,"values":[{"id":802213961336647700,"created_at":"Fri Nov 25 18:14:47 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @PrisonPlanet: Hey @DrJillStein - Hillary won Minnesota &amp; Nevada by FEWER votes than Trump won Pennsylvania. Why no recount there? https…"},{"id":802213933268377600,"created_at":"Fri Nov 25 18:14:40 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @VivaLaAmes: As @MittRomney reportedly prepares to APOLOGIZE, Trump's base is still very much #NeverRomney \nhttps://t.co/Z8Yf1naEci"},{"id":802213667605356500,"created_at":"Fri Nov 25 18:13:37 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @FoxNews: 5 suspects are in custody after being instructed by ISIS to attack Paris as early as December 1st https://t.co/oRfHQEJR33"},{"id":802213598541979600,"created_at":"Fri Nov 25 18:13:20 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @pariahpolitics: I !CYMI ! Reddit CEO admits he secretly edited comments from DJT supporters. v @TechCrunch cc: @JamesOkeefeIII https://…"},{"id":802213062610559000,"created_at":"Fri Nov 25 18:11:13 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: Trump will be one of the most traveled Presidents in history. He wants to get face-to-face with world leaders and sell th…"},{"id":802213031224578000,"created_at":"Fri Nov 25 18:11:05 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: I know I elected a President because I trust his judgment and instincts. I will judge him by his results."},{"id":802212794137358300,"created_at":"Fri Nov 25 18:10:09 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: I do not like Romney either. But people acting like the marriage is over due to one Cabinet pick need a reality check."},{"id":802212747010154500,"created_at":"Fri Nov 25 18:09:57 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: Did it occur to those throwing down absolutes here that YOU are doing more right now to undermine MAGA than Romney ever co…"},{"id":802212718845382700,"created_at":"Fri Nov 25 18:09:51 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: I DO NOT CARE that Romney insulted Trump. Trump insulted Ben Carson. That's politics. All I care is whether Romney would b…"},{"id":802212661261832200,"created_at":"Fri Nov 25 18:09:37 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: Saying you are done with Trump if he picks Romney would only exclude you from one of the greatest movements in modern hist…"},{"id":802212614264602600,"created_at":"Fri Nov 25 18:09:26 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: Oh well, to those who want off the #TrumpTrain, pack a lunch, it's a long lonely walk home. We'll send you a postcard fro…"},{"id":802212434836484100,"created_at":"Fri Nov 25 18:08:43 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: I took incoming for a week after Trump picked Pence. I said, \"Relax, trust Trump's judgment.\" I was right then and I'm r…"},{"id":802212151209246700,"created_at":"Fri Nov 25 18:07:35 +0000 2016","date":"November 25, 2016","hour":10,"text":"RT @mitchellvii: Lol, seriously, why the hell do people keep saying I want Romney??? I've said I do NOT want Romney easily 10 times today.…"}]},{"date":"2016-11-24T08:00:00.000Z","hour":17,"count":1,"values":[{"id":801954905003008000,"created_at":"Fri Nov 25 01:05:23 +0000 2016","date":"November 24, 2016","hour":17,"text":"VIDEO\n\nJan 20th 2017 \"the Age of Political Correctness is... https://t.co/Vb1j4QB0Eg by #JulietteIsabell via @c0nvey"}]},{"date":"2016-11-23T08:00:00.000Z","hour":17,"count":1,"values":[{"id":801603349783216100,"created_at":"Thu Nov 24 01:48:26 +0000 2016","date":"November 23, 2016","hour":17,"text":"Michigan already did a recount....and Trump won. Get over it, bedwetters. https://t.co/hz4gR0ttU2 #R... by #AtlTeaPartyLove via @c0nvey"}]},{"date":"2016-11-23T08:00:00.000Z","hour":14,"count":1,"values":[{"id":801558613479268400,"created_at":"Wed Nov 23 22:50:40 +0000 2016","date":"November 23, 2016","hour":14,"text":"An Obituary for The New York Times https://t.co/VtlJz8Idbn by #TheborderIzsafe via @c0nvey"}]},{"date":"2016-11-23T08:00:00.000Z","hour":2,"count":16,"values":[{"id":801376276695150600,"created_at":"Wed Nov 23 10:46:07 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @LynniMegginson: Save this photo and power retweet now! Please! https://t.co/xouqMMawol"},{"id":801376140795539500,"created_at":"Wed Nov 23 10:45:35 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @JFKLibrary: These are the last lines of the last speech ever typed for President Kennedy, intended for remarks on November 22, 1963. ht…"},{"id":801376057198776300,"created_at":"Wed Nov 23 10:45:15 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @VickyBrush: YOU, @HamiltonMusical cast, owe @mike_pence one HUGE apology. Not only were you disrespectful but you were 💯% OUT OF LINE #…"},{"id":801376004694569000,"created_at":"Wed Nov 23 10:45:03 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @JohnGab69864771: @washingtonpost Why should he BARRY is going to issue pardon...this way he stays clean...when others r prosecuted they…"},{"id":801375826348478500,"created_at":"Wed Nov 23 10:44:20 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @Waxking911: @PolyPatriot @ImBCooley https://t.co/MZdYXtZNcX"},{"id":801375791305080800,"created_at":"Wed Nov 23 10:44:12 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @sassysassyred: Understanding Islam In 60 Seconds https://t.co/dtxuVUrXnU"},{"id":801375434122334200,"created_at":"Wed Nov 23 10:42:46 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @keg2014gek: Call tomorrow. Tell them you won't buy products until they release @GiGiHadid. Take 2 minutes and do it.\n\n#BoycottMaybellin…"},{"id":801374981531832300,"created_at":"Wed Nov 23 10:40:59 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @RealPaulWinters: @WayneDupreeShow https://t.co/MIqZjUUqel"},{"id":801374508338782200,"created_at":"Wed Nov 23 10:39:06 +0000 2016","date":"November 23, 2016","hour":2,"text":"@kupajo322 @BarackObama @georgesoros @EricHolder @LorettaLynch awesome Taurus and so TRUE! He broke us but we will fix us! 😀"},{"id":801374375123570700,"created_at":"Wed Nov 23 10:38:34 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @kupajo322: .@BarackObama❌\n@georgesoros❌\n@EricHolder❌\n@LorettaLynch❌\n👉🏼You Have Time To Bash😡\n👉🏼#AMERICANS🤔YET❌0👈🏼TIME TO RESPECT🇺🇸🙏🏽#La…"},{"id":801373685835792400,"created_at":"Wed Nov 23 10:35:50 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @mikandynothem: We will forever be in debt to Hamilton for inventing the Electoral College and saving the United States from Hillary Cli…"},{"id":801373599747764200,"created_at":"Wed Nov 23 10:35:29 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @bfraser747: 💥\"There a lot of \"Obama's generals\" in the Pentagon. They're very political. Trump is bringing back generals who know how t…"},{"id":801373242745299000,"created_at":"Wed Nov 23 10:34:04 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @halsteadg048: My Final Thoughts for Occupy Democrats because they still don't understand why they lost. #TeamTomi https://t.co/6MMcd6Xe…"},{"id":801372766863839200,"created_at":"Wed Nov 23 10:32:11 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @Don_Vito_08: Thanksgiving, Christmas and then Inauguration Day. It's great to be an American who loves his country #tcot #ccot #gop #MA…"},{"id":801372706583310300,"created_at":"Wed Nov 23 10:31:56 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @GregAbbott_TX: Obama legacy ending as it began: federal judge in Texas rules another Obama Executive Order is illegal. #tcot https://t.…"},{"id":801372672944963600,"created_at":"Wed Nov 23 10:31:48 +0000 2016","date":"November 23, 2016","hour":2,"text":"RT @TStig822: RIP Detective Benjamin Marconi. #SanAntonioPd #SANANTONIOPOLICE #SANANTONIO https://t.co/ii5vY1a0HO"}]},{"date":"2016-11-22T08:00:00.000Z","hour":16,"count":13,"values":[{"id":801228114613469200,"created_at":"Wed Nov 23 00:57:23 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @Pamela_Moore13: Sanctuary cities stand up to Trump on deporting criminal illegals. Rep Peter King: cut off their federal funding\n#Trump…"},{"id":801226846662783000,"created_at":"Wed Nov 23 00:52:20 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @BigStick2013: President-Elect Trump Called Family of Slain San Antonio Texas Cop -- Trump is a caring POTUS with a big heart ❤\n\n#Blueli…"},{"id":801226771324698600,"created_at":"Wed Nov 23 00:52:03 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @SonofLiberty357: The funniest thing I've seen today via @d33ness72 https://t.co/xs69yfGLhW"},{"id":801226430139002900,"created_at":"Wed Nov 23 00:50:41 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @TrumpNewsNetwrk: Love that @TuckerCarlson does not let people spin his questions,and makes them answer! @KarlRove was just a victim of…"},{"id":801225126742229000,"created_at":"Wed Nov 23 00:45:30 +0000 2016","date":"November 22, 2016","hour":16,"text":"@TweetBrettMac @Rosie he was right you area disgusting PIG, washed up has been! There's a special PLC in hell for you!!"},{"id":801224624755343400,"created_at":"Wed Nov 23 00:43:31 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @mitchellvii: \"The tide has turned.\n\nThe Age of Trump begins…\"\n\n - DCWhispers"},{"id":801224264493973500,"created_at":"Wed Nov 23 00:42:05 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @antoniosabatojr: We are in pre-production , Its finally time ,very exited 2 produce and star in this film ,thank you to all my fans for…"},{"id":801224000487702500,"created_at":"Wed Nov 23 00:41:02 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @ScottPresler: Tomorrow is the most traveled day of the year. I'm wearing my Trump shirt, buttons, &amp; hat through several airports.\n\n#Tru…"},{"id":801223901476851700,"created_at":"Wed Nov 23 00:40:38 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @NoobamaC: Yep @karensvest @rescuetracker81 @gatewaypundit @tweets1959 @gdshaver16 @asamjulian @JohnKStahlUSA @WakeUpMFers https://t.co…"},{"id":801223493001973800,"created_at":"Wed Nov 23 00:39:01 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @Don_Vito_08: France's \"TRUMP CANDIDATE\" Marine Le Pen Takes YUGE Lead in Presidential Poll \nhttps://t.co/AYVTuOYsZx"},{"id":801221706333519900,"created_at":"Wed Nov 23 00:31:55 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @FoxNews: TONIGHT at 7p ET: Don't miss the newest addition to Fox News' primetime lineup – 'Tucker Carlson Tonight.' #Tucker https://t.c…"},{"id":801220385169698800,"created_at":"Wed Nov 23 00:26:40 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @LouDobbs: #LDTPoll Who do you prefer as Secretary of State?"},{"id":801218990949408800,"created_at":"Wed Nov 23 00:21:08 +0000 2016","date":"November 22, 2016","hour":16,"text":"RT @MissLizzyNJ: Their plan is to turn us against each other. Divide and conquer: oldest political strategy in the book. United we stand, d…"}]},{"date":"2016-11-22T08:00:00.000Z","hour":15,"count":11,"values":[{"id":801211139271094300,"created_at":"Tue Nov 22 23:49:56 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @2Twitte39301335: @DRUDGE_REPORT I am so glad Tucker is beating @megynkelly."},{"id":801211107545378800,"created_at":"Tue Nov 22 23:49:48 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @DRUDGE_REPORT: CNN FALLS TO 3RD... https://t.co/AJUVO5Fkbp"},{"id":801205596594774000,"created_at":"Tue Nov 22 23:27:54 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @DiamondandSilk: Our heart and prayers goes out to the families and children of Chattanooga Tn\nWe love Y'all and you are in our prayers."},{"id":801205573844865000,"created_at":"Tue Nov 22 23:27:49 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @conserv_tribune: SPREAD THIS: Mainstream Media Caught Red Handed PUSHING \"Fake News\" https://t.co/EEkbPL96TQ #tcot https://t.co/FANdYP7…"},{"id":801205262237503500,"created_at":"Tue Nov 22 23:26:34 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @michelekirkBPR: Shock Jock Howard Stern lines up with Trump on interstate concealed-carry legislation https://t.co/LGsVyr10Pp https://t…"},{"id":801204460018077700,"created_at":"Tue Nov 22 23:23:23 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @DiamondandSilk: The Dow Closes above 19,000 for the first time ever......\nWe Call this: The Trump Affect\nCheers to everyone who investe…"},{"id":801204401658589200,"created_at":"Tue Nov 22 23:23:09 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @realDonaldTrump: 'Jeff Sessions, a Fitting Selection for Attorney General'\nhttps://t.co/LjKTkAZSFy"},{"id":801203382174228500,"created_at":"Tue Nov 22 23:19:06 +0000 2016","date":"November 22, 2016","hour":15,"text":"@RanaeMayle @Stevenwhirsch99 how terrible..praying 🙏"},{"id":801203208697823200,"created_at":"Tue Nov 22 23:18:25 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @CyndiSanchez3: @mitchellvii @Mich4Trump I'm in complete agreement with you on this. Don't second guess PE Trump! ❤️💙🇺🇸🎯"},{"id":801203029437534200,"created_at":"Tue Nov 22 23:17:42 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @_Makada_: Iraqi Soldier in Mosul: “TRUMP Tells the Truth – Make America Great Again!” (VIDEO) https://t.co/Bhnn6ROTTg #TuesdayMotivation"},{"id":801202987288903700,"created_at":"Tue Nov 22 23:17:32 +0000 2016","date":"November 22, 2016","hour":15,"text":"RT @StewardshipAmer: New AG Sessions will make legal determinations about Clinton. Trump should not be involved to restore structural integ…"}]},{"date":"2016-11-22T08:00:00.000Z","hour":14,"count":20,"values":[{"id":801194650849706000,"created_at":"Tue Nov 22 22:44:24 +0000 2016","date":"November 22, 2016","hour":14,"text":"Have faith Mr. Stone, u kno POTUS CNT prosecute any1! Now AG &amp;FBI diff story. Its strategic I'm surprised at u😕 https://t.co/Y847O0tpsq"},{"id":801192448462639100,"created_at":"Tue Nov 22 22:35:39 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @DonaldJTrumpJr: Last sunrise in Montana. Headed home with D3 after an awesome and much needed father/son trip to… https://t.co/6zaFCmJg…"},{"id":801191357490593800,"created_at":"Tue Nov 22 22:31:19 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @Stevenwhirsch99: Leaked video of Hillary and Bill when they thought they won the election. https://t.co/msweVWj7dc"},{"id":801190321694605300,"created_at":"Tue Nov 22 22:27:12 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: Trust Trump's instincts."},{"id":801188767361040400,"created_at":"Tue Nov 22 22:21:02 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: https://t.co/VMc8aGArWX"},{"id":801188194549112800,"created_at":"Tue Nov 22 22:18:45 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: So two months into the Trump Admin, the FBI and Sessions announce a Hillary grand jury.\n\nTrump: \"Hey, I don't tell those g…"},{"id":801188123623432200,"created_at":"Tue Nov 22 22:18:28 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: The FBI and AG have had their reputations destroyed by Obama. This simple move by Trump helps restore their independence a…"},{"id":801188077700059100,"created_at":"Tue Nov 22 22:18:17 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @Addy2D: @mitchellvii .Bill everything U R sayin is on Fox rt now, he's NOT taking prosecution off the table, he's letting the appropria…"},{"id":801187811231731700,"created_at":"Tue Nov 22 22:17:14 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: The law on appointing a Special Prosecutor. After Watergate, Congress took that power away from the President. https://t.…"},{"id":801187753107083300,"created_at":"Tue Nov 22 22:17:00 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: If you want an independent, non-politicized AG, you are applauding Trump's announcement today."},{"id":801187716910252000,"created_at":"Tue Nov 22 22:16:51 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: If Trump makes it appear he had forced his AG to go after Hillary, the Media would attack Sessions' independence on EVERYT…"},{"id":801187632608923600,"created_at":"Tue Nov 22 22:16:31 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: Like any great negotiator, Trump just gave away that which he never possessed in exchange for real value. https://t.co/PhH…"},{"id":801187494909923300,"created_at":"Tue Nov 22 22:15:58 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: A weaponized FBI and AG under Obama was the biggest gator in the swamp. Trump just made shoes out of it."},{"id":801187455781118000,"created_at":"Tue Nov 22 22:15:49 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: The media was all set to declare Sessions as AG weaponized and therefore illegitimate. Trump just defanged the snake."},{"id":801186776681508900,"created_at":"Tue Nov 22 22:13:07 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: Trump pledged to #draintheswamp. De-weaponizing the FBI and AG are central to that. Promise kept."},{"id":801186639594721300,"created_at":"Tue Nov 22 22:12:34 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: @dpburnette Derrick, maybe you need to do some reading. Presidents don't prosecute anyone."},{"id":801186600503885800,"created_at":"Tue Nov 22 22:12:25 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: Making a martyr of a defeated enemy is always dangerous when you hope to prevent an insurgency. Don't win the war and los…"},{"id":801186522909311000,"created_at":"Tue Nov 22 22:12:07 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: I find it amusing that SNL's ratings have tanked since they began attacking Trump so hard. The Left never learns, thank G…"},{"id":801186394102059000,"created_at":"Tue Nov 22 22:11:36 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: @DineshDSouza @realDonaldTrump Except it's not Trump's call. We need an independent AG. Up to Sessions and the FBI."},{"id":801186337110036500,"created_at":"Tue Nov 22 22:11:22 +0000 2016","date":"November 22, 2016","hour":14,"text":"RT @mitchellvii: Trump picking Carson to be Head of HUD would be brilliant given his emphasis on revitalizing inner cities and Carson's com…"}]},{"date":"2016-11-22T08:00:00.000Z","hour":11,"count":6,"values":[{"id":801153042380976100,"created_at":"Tue Nov 22 19:59:04 +0000 2016","date":"November 22, 2016","hour":11,"text":"RT @terrymendozer: #DatingIsHardBecause Trump calls family of slain officer. A Gay man BTW that recently welcomed baby into RIP family http…"},{"id":801152826336374800,"created_at":"Tue Nov 22 19:58:13 +0000 2016","date":"November 22, 2016","hour":11,"text":"RT @realDonaldTrump: The meeting with the @nytimes is back on at 12:30 today. Look forward to it!"},{"id":801152352669540400,"created_at":"Tue Nov 22 19:56:20 +0000 2016","date":"November 22, 2016","hour":11,"text":"RT @realDonaldTrump: I am seriously considering Dr. Ben Carson as the head of HUD. I've gotten to know him well--he's a greatly talented pe…"},{"id":801152306066714600,"created_at":"Tue Nov 22 19:56:09 +0000 2016","date":"November 22, 2016","hour":11,"text":"RT @realDonaldTrump: Great meetings will take place today at Trump Tower concerning the formation of the people who will run our government…"},{"id":801152272004694000,"created_at":"Tue Nov 22 19:56:00 +0000 2016","date":"November 22, 2016","hour":11,"text":"RT @Morty_Fied: @johnand2015 @deanawa55339161 I'm really enjoying Tucker's smackdowns on these leftists. It's good entertainment."},{"id":801152249258971100,"created_at":"Tue Nov 22 19:55:55 +0000 2016","date":"November 22, 2016","hour":11,"text":"RT @RealAlexJones: Total delivery! Trump to deep 6 TPP first day in office. https://t.co/3rZ4gn4XeC https://t.co/btBJavMixk"}]},{"date":"2016-11-22T08:00:00.000Z","hour":10,"count":1,"values":[{"id":801137863400230900,"created_at":"Tue Nov 22 18:58:45 +0000 2016","date":"November 22, 2016","hour":10,"text":"Tim Allen: Hollywood Calls Trump a Bully, Then Bullies Anyone Who Supports Him - https://t.co/Azc4ove36G ... by #Liee4Trump via @c0nvey"}]},{"date":"2016-11-21T08:00:00.000Z","hour":20,"count":14,"values":[{"id":800917704135835600,"created_at":"Tue Nov 22 04:23:55 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @AppSame: Look @BarackObama I know you don't understand this but you did build something over 8 years The Strongest Republican Party in…"},{"id":800917239285153800,"created_at":"Tue Nov 22 04:22:04 +0000 2016","date":"November 21, 2016","hour":20,"text":"@mitchellvii I love this man!!!!give em hell \"daddy\"!! (As Milo would say)"},{"id":800915403434233900,"created_at":"Tue Nov 22 04:14:47 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @WeThePeople1237: NEVER!! Again, NEVER!😡 https://t.co/bJI6sGH8uK"},{"id":800915009815638000,"created_at":"Tue Nov 22 04:13:13 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @BigStick2013: Rule Change Pushed By Harry Reid Could Allow Trump To Get All Of His Appointments Confirmed https://t.co/6WhscBrUWo via @…"},{"id":800914667191337000,"created_at":"Tue Nov 22 04:11:51 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @brunelldonald: Just finished praying 4 the nation! Surrendered my will 2 God! Prayed 4 @realDonaldTrump + @mike_pence! One nation und…"},{"id":800914345643241500,"created_at":"Tue Nov 22 04:10:34 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @KellyannePolls: Exactly what GOP has done - &amp; part of why they won. Sanders: Democrats need to move away from 'identity politics' https…"},{"id":800914168698249200,"created_at":"Tue Nov 22 04:09:52 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @WDFx2EU16: THE WALL IS REAL! 1,989 MILES PLANNED FOR RAPID BUILD! https://t.co/ykhyaFb4Ji"},{"id":800914006726869000,"created_at":"Tue Nov 22 04:09:14 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @Stevenwhirsch99: At least 12 children died in a bus crash in #Chattanooga TN.Regardless of your political views,let's take a moment and…"},{"id":800913502747709400,"created_at":"Tue Nov 22 04:07:13 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @mike_pence: I'll be on @seanhannity tonight at 10 pm ET talking about the Transition &amp; @realDonaldTrump's policy plans for the first 10…"},{"id":800913442370703400,"created_at":"Tue Nov 22 04:06:59 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @realDonaldTrump: Prior to the election it was well known that I have interests in properties all over the world.Only the crooked media…"},{"id":800913283473608700,"created_at":"Tue Nov 22 04:06:21 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @BrittPettibone: Since #Nazi is trending, here's Soros calling his time working for Nazis in WWII the \"happiest time of his life\". \nhttp…"},{"id":800913173352157200,"created_at":"Tue Nov 22 04:05:55 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @IngrahamAngle: This was @SenatorSessions on the 50th anniv of Bloody Sunday with civil rts leaders. https://t.co/HrVSWpTcL8"},{"id":800913134651404300,"created_at":"Tue Nov 22 04:05:46 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @realDonaldTrump: .@transition2017 update and policy plans for the first 100 days. https://t.co/HTgPXfPWeJ"},{"id":800911975198892000,"created_at":"Tue Nov 22 04:01:09 +0000 2016","date":"November 21, 2016","hour":20,"text":"RT @realDonaldTrump: Many people would like to see @Nigel_Farage represent Great Britain as their Ambassador to the United States. He would…"}]},{"date":"2016-11-21T08:00:00.000Z","hour":12,"count":1,"values":[{"id":800797036610261000,"created_at":"Mon Nov 21 20:24:26 +0000 2016","date":"November 21, 2016","hour":12,"text":"Congress Needs to Take Obama to Court Now: Obama Seeks to Fortify Iran Nuclear Deal https://t.co/dwldhbmSzF vi... by #CFT1 via @c0nvey"}]},{"date":"2016-11-20T08:00:00.000Z","hour":12,"count":6,"values":[{"id":800438431381856300,"created_at":"Sun Nov 20 20:39:28 +0000 2016","date":"November 20, 2016","hour":12,"text":"Do you know who are awesome? My 60 new followers in the last week! Growing with https://t.co/9u3Nxoersa"},{"id":800436752519286800,"created_at":"Sun Nov 20 20:32:47 +0000 2016","date":"November 20, 2016","hour":12,"text":"RT @asamjulian: Trump and Pence went to church today in NJ. #SundayMorning https://t.co/5fbPBRr1q9 https://t.co/hwzgub4cFI"},{"id":800436543458574300,"created_at":"Sun Nov 20 20:31:58 +0000 2016","date":"November 20, 2016","hour":12,"text":"RT @pastormarkburns: Im very dissappointed in the treatment of our Vice President Elect @mike_pence. Of course @realDonaldTrump will defend…"},{"id":800436403649790000,"created_at":"Sun Nov 20 20:31:24 +0000 2016","date":"November 20, 2016","hour":12,"text":"RT @AmyMek: Pence came out 2 support a Patriotic Show with Democrat Actors &amp; they treat him w/ HATE. As a New Yorker, I am sickened by Hami…"},{"id":800436371051675600,"created_at":"Sun Nov 20 20:31:16 +0000 2016","date":"November 20, 2016","hour":12,"text":"RT @JrzyJoePiscopo: Wow. https://t.co/dHAqaZyhFh"},{"id":800436242882109400,"created_at":"Sun Nov 20 20:30:46 +0000 2016","date":"November 20, 2016","hour":12,"text":"RT @therealroseanne: the election is just the beginning of the fight to get our country free of one worlders. Let's not be lulled into apat…"}]},{"date":"2016-11-20T08:00:00.000Z","hour":4,"count":6,"values":[{"id":800315707544268800,"created_at":"Sun Nov 20 12:31:48 +0000 2016","date":"November 20, 2016","hour":4,"text":"RT @mitchellvii: One of the great moments of this election cycle was the look of absolute shock on Brett Baier and Megyn Kelly's faces when…"},{"id":800315678397960200,"created_at":"Sun Nov 20 12:31:41 +0000 2016","date":"November 20, 2016","hour":4,"text":"RT @JoeConchaTV: Flashback: 'Hamilton' once got in hot water for casting notice seeking 'non-white' performers only. #hamilton #pence https…"},{"id":800312092549058600,"created_at":"Sun Nov 20 12:17:26 +0000 2016","date":"November 20, 2016","hour":4,"text":"RT @KamVTV: #NameAPenceMuscial\nSnowflakes in New York ❄️❄️❄️\n(Love, SoCal 😘) https://t.co/h3a1j7F4To"},{"id":800308640896925700,"created_at":"Sun Nov 20 12:03:43 +0000 2016","date":"November 20, 2016","hour":4,"text":"RT @Kimsparrow13: And Melania certainly has better taste than to show up looking like Moochelle! 👀👇❣️ https://t.co/neXDZSY0QU"},{"id":800307917668945900,"created_at":"Sun Nov 20 12:00:51 +0000 2016","date":"November 20, 2016","hour":4,"text":"RT @gwilliams1967: The Devil Wears Prada #NameAPenceMuscial https://t.co/5m0GOaOC1o"},{"id":800307878158602200,"created_at":"Sun Nov 20 12:00:41 +0000 2016","date":"November 20, 2016","hour":4,"text":"RT @EjHirschberger: #TRUMP 2Rebuild #America Restore Republic w/GOD #VeteransDay 👈 2nd &amp; 3rd place due2 #AntiTrump #AntiAmerican #Riots @Er…"}]},{"date":"2016-11-20T08:00:00.000Z","hour":3,"count":19,"values":[{"id":800307641645940700,"created_at":"Sun Nov 20 11:59:45 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @fastndelicious: #Democrats voted for them NOT us! How many kids on Milk Cartons did Democrats take? #China #Ireland #Scottland #India #…"},{"id":800307547617906700,"created_at":"Sun Nov 20 11:59:23 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @cnelson0549: #boycottNFL and SPONSORS. I am in the Philippines telling everybody to STOP drinking PEPSI. Keep up the American spirit my…"},{"id":800307311927590900,"created_at":"Sun Nov 20 11:58:26 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @marilynkj: There goes the Saudi money @HillaryClinton And they're not gonna pay to hear you speak 💥\n\n#ClintonFoundation #PayToPlay #MA…"},{"id":800307271330730000,"created_at":"Sun Nov 20 11:58:17 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @slkeeton: I bet no one in @HamiltonMusical cast (or CNN) knows Alexander Hamilton wrote Federalist 68 championing Electoral College #bo…"},{"id":800305731908026400,"created_at":"Sun Nov 20 11:52:10 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @IngrahamAngle: Obama's America: A homeless encampment in the shadow of the Watergate Hotel. Many tents. https://t.co/JcBZxcRraX"},{"id":800305540257738800,"created_at":"Sun Nov 20 11:51:24 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @wikileaks: Editorial:Tell Obama to communte Manning's sentence on his way out. 7 years, torture &amp; 2 suicide attempts? Enough! https://t…"},{"id":800305454710722600,"created_at":"Sun Nov 20 11:51:04 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @Lrihendry: Didn't think it was possible 2 ❤️, respect, &amp; admire my president anymore than I did, but I do after watching #Objectified @…"},{"id":800305420677959700,"created_at":"Sun Nov 20 11:50:55 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @LindaSuhler: Donald Trump Supporters Call for ‘Hamilton’ Boycott in Defense of Mike Pence\n#respect #BoycottHamilton #MAGA\nhttps://t.co/…"},{"id":800305289782181900,"created_at":"Sun Nov 20 11:50:24 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @realDonaldTrump: Will be working all weekend in choosing the great men and women who will be helping to MAKE AMERICA GREAT AGAIN!"},{"id":800304876278399000,"created_at":"Sun Nov 20 11:48:46 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @realDonaldTrump: Numerous patriots will be coming to Bedminster today as I continue to fill out the various positions necessary to MAKE…"},{"id":800303811579539500,"created_at":"Sun Nov 20 11:44:32 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @mitchellvii: AWESOME! Pro-Trump Flash Mob Breaks Out at ‘Hamilton’ Theater in NYC (VIDEO) https://t.co/0pafbXC3fp via @gatewaypundit"},{"id":800303781334384600,"created_at":"Sun Nov 20 11:44:25 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @JudgeJeanine: Treatment of @mike_pence at @HamiltonMusical was outrageous &amp; embarrassing. I've got news for you - you DON'T lecture thi…"},{"id":800303552497389600,"created_at":"Sun Nov 20 11:43:30 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @BrittPettibone: #PizzaGate is a world-wide citizen investigation now. It cannot be stopped. At this point, the truth being brought to l…"},{"id":800303499779022800,"created_at":"Sun Nov 20 11:43:17 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @realDonaldTrump: The cast and producers of Hamilton, which I hear is highly overrated, should immediately apologize to Mike Pence for t…"},{"id":800303449564921900,"created_at":"Sun Nov 20 11:43:05 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @mitchellvii: I have no doubt whatsoever that God helped Mr trump win this race. Too many incredible things happened at just the right…"},{"id":800303388407853000,"created_at":"Sun Nov 20 11:42:51 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @ed_hooley: VIDEO : Car With Pro-Trump Sticker is Torched and Vandalized https://t.co/APvODt4jup"},{"id":800303368711340000,"created_at":"Sun Nov 20 11:42:46 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @CarlaChamorros: Filth https://t.co/MGeE8Ea3cq"},{"id":800303339120590800,"created_at":"Sun Nov 20 11:42:39 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @AmyMek: Hijab is a commitment 2 Sharia. Sharia says Kafirs (unbelievers) are inferior &amp; should be killed👉Kadra Mohamed is a St. Paul po…"},{"id":800302686029643800,"created_at":"Sun Nov 20 11:40:03 +0000 2016","date":"November 20, 2016","hour":3,"text":"RT @JoeFreedomLove: Egyptian President Sisi: Trump Has Shown 'Deep And Great Understanding' Of Mideast - Breitbart https://t.co/KicT71MzYq"}]},{"date":"2016-11-19T08:00:00.000Z","hour":17,"count":2,"values":[{"id":800148798236291100,"created_at":"Sun Nov 20 01:28:34 +0000 2016","date":"November 19, 2016","hour":17,"text":"Report: Three Million Votes in Presidential Election Cast by Illegal Aliens - https://t.co/9J3FFnh9T9 ... by #JoanneColombo via @c0nvey"},{"id":800142550824677400,"created_at":"Sun Nov 20 01:03:44 +0000 2016","date":"November 19, 2016","hour":17,"text":"RT @krusso14: Kind of hard to understand why @BrandonVDixon doesn't address these issues with @BarackObama . Isn't @mike_pence a republican…"}]},{"date":"2016-11-19T08:00:00.000Z","hour":16,"count":10,"values":[{"id":800141104364429300,"created_at":"Sun Nov 20 00:57:59 +0000 2016","date":"November 19, 2016","hour":16,"text":"RT @StopCCSSinNYS: Hi @realDonaldTrump @transition2017 #stopcommoncore mommies R patiently waiting! @jlwplusdmw @RopeOK @michelemalkin @Ter…"},{"id":800137632357425200,"created_at":"Sun Nov 20 00:44:12 +0000 2016","date":"November 19, 2016","hour":16,"text":"RT @NolteNC: This was gorgeous. https://t.co/cRfBOO50FR"},{"id":800135745323356200,"created_at":"Sun Nov 20 00:36:42 +0000 2016","date":"November 19, 2016","hour":16,"text":"RT @StefanMolyneux: Huffington Post.\n\nDelete your account. https://t.co/GRCDA6YY8B"},{"id":800135066156494800,"created_at":"Sun Nov 20 00:34:00 +0000 2016","date":"November 19, 2016","hour":16,"text":"RT @ZarkoElDiablo: @ThereseOSulliv2 @brandongroeny https://t.co/ipGo27iqGU"},{"id":800134827173351400,"created_at":"Sun Nov 20 00:33:03 +0000 2016","date":"November 19, 2016","hour":16,"text":"RT @ErinBSullivan: #BanMuslimsNotGuns 👎🏻😡 https://t.co/lPIUj17F4j"},{"id":800131276615323600,"created_at":"Sun Nov 20 00:18:56 +0000 2016","date":"November 19, 2016","hour":16,"text":"RT @RanaeMayle: @USAforTrump2016 @Mich4Trump @realDonaldTrump @MittRomney @transition2017 I'm going to need a fuck no button."},{"id":800131262514135000,"created_at":"Sun Nov 20 00:18:53 +0000 2016","date":"November 19, 2016","hour":16,"text":"@RanaeMayle @USAforTrump2016 @realDonaldTrump @MittRomney @transition2017 LOL 😀"},{"id":800128598720081900,"created_at":"Sun Nov 20 00:08:18 +0000 2016","date":"November 19, 2016","hour":16,"text":"RT @USAforTrump2016: Do you want @realDonaldTrump to appoint @MittRomney to a cabinet position after what he did? @transition2017 VOTE&amp;RETW…"},{"id":800127231997530100,"created_at":"Sun Nov 20 00:02:52 +0000 2016","date":"November 19, 2016","hour":16,"text":"RT @THEANTHEMGIRL: Army Spc. Monica Lin Brown, recipient of Silver Star, the 2nd woman to receive this award since WW II. https://t.co/31dF…"},{"id":800126934009016300,"created_at":"Sun Nov 20 00:01:41 +0000 2016","date":"November 19, 2016","hour":16,"text":"Exactly where they belong..in jail! Not so cool now!!! https://t.co/XmmXfmwUj0"}]},{"date":"2016-11-19T08:00:00.000Z","hour":15,"count":8,"values":[{"id":800125361388482600,"created_at":"Sat Nov 19 23:55:26 +0000 2016","date":"November 19, 2016","hour":15,"text":"RT @TrumpSuperPAC: If Mitt Romney apologizes to #TRUMP, do you want to see him as Secretary of State? #TrumpTrain #MAGA"},{"id":800125256161755100,"created_at":"Sat Nov 19 23:55:01 +0000 2016","date":"November 19, 2016","hour":15,"text":"RT @gs777gs777: Me too ! As a New Yorker, my friends and I are boycotting ! #BoycottHamilton https://t.co/O1rQwHNjSL"},{"id":800124775641313300,"created_at":"Sat Nov 19 23:53:06 +0000 2016","date":"November 19, 2016","hour":15,"text":"RT @RanaeMayle: @Ronnywilliams24 @Mich4Trump I'd rather be proud of my accomplishments and not my race. I didn't earn white skin. I was bor…"},{"id":800124562130092000,"created_at":"Sat Nov 19 23:52:15 +0000 2016","date":"November 19, 2016","hour":15,"text":"RT @christinaLW28: @Mich4Trump @1bigbeer @Freedom_Daily What they don't think of is someday God will Boo them straight to Hell if they have…"},{"id":800122580816588800,"created_at":"Sat Nov 19 23:44:23 +0000 2016","date":"November 19, 2016","hour":15,"text":"@andieiamwhoiam @sralex6 yup march away, trump will help to make YOUR life better too! We will patiently await ur apology in abt 4 years😀"},{"id":800121982184398800,"created_at":"Sat Nov 19 23:42:00 +0000 2016","date":"November 19, 2016","hour":15,"text":"RT @mitchellvii: There has been no message coordination between myself, @Cernovich, @PrisonPlanet, and @StefanMolyneux. The TRUTH is just…"},{"id":800121948877582300,"created_at":"Sat Nov 19 23:41:52 +0000 2016","date":"November 19, 2016","hour":15,"text":"This literally makes me nauseous. Its hard to believe FREE Americans could do such a horrible thing wht a disgrace! https://t.co/2d9tAHWbhT"},{"id":800121058325954600,"created_at":"Sat Nov 19 23:38:20 +0000 2016","date":"November 19, 2016","hour":15,"text":"Krauthammer: #Trump Can &amp; Should Withhold Funding From Sanctuary Cities https://t.co/dl3F8RvDoE by #KLSouth via @c0nvey"}]},{"date":"2016-11-19T08:00:00.000Z","hour":14,"count":7,"values":[{"id":800101327703605200,"created_at":"Sat Nov 19 22:19:56 +0000 2016","date":"November 19, 2016","hour":14,"text":"RT @jpm05880: 🆘‼️🐮 If you want to know what is a stupid cow. Support Veterans!!! https://t.co/FKEc7uk72a"},{"id":800101022937055200,"created_at":"Sat Nov 19 22:18:43 +0000 2016","date":"November 19, 2016","hour":14,"text":"RT @IngrahamAngle: Imagine if a conservative actor (yeah right) addressed HRC by saying \"we who are Christians are scared etc.\" Media would…"},{"id":800100810965168100,"created_at":"Sat Nov 19 22:17:53 +0000 2016","date":"November 19, 2016","hour":14,"text":"@TimKennedyMMA thank u all 4 ur sacrifice to our country! If u say he rocks, that's good enough for me!!! #supportthemilitary"},{"id":800100223892734000,"created_at":"Sat Nov 19 22:15:33 +0000 2016","date":"November 19, 2016","hour":14,"text":"RT @TimKennedyMMA: If General \"Mad Dog\" Mattis is selected as Secretary of Defense I will remain in the military for his entire tenure. #Se…"},{"id":800100168498614300,"created_at":"Sat Nov 19 22:15:19 +0000 2016","date":"November 19, 2016","hour":14,"text":"RT @firefighter1139: @ameripundit @shrimplover1068 @pepsi I haven't bought #pepsi products since the election #BoycottPepsi"},{"id":800098896894627800,"created_at":"Sat Nov 19 22:10:16 +0000 2016","date":"November 19, 2016","hour":14,"text":"RT @tedfrank: Which is acceptable?"},{"id":800096548075880400,"created_at":"Sat Nov 19 22:00:56 +0000 2016","date":"November 19, 2016","hour":14,"text":"RT @mitchellvii: It's gonna be a long fight ahead. Notice to the Left, we LIKE to fight. Bring it."}]},{"date":"2016-11-19T08:00:00.000Z","hour":13,"count":8,"values":[{"id":800095376854384600,"created_at":"Sat Nov 19 21:56:17 +0000 2016","date":"November 19, 2016","hour":13,"text":"RT @mitchellvii: The cast of Hamilton felt the need to admonish a good, fair man, Mike Pence not to be racist. To me, that was pretty damn…"},{"id":800094610366337000,"created_at":"Sat Nov 19 21:53:14 +0000 2016","date":"November 19, 2016","hour":13,"text":"RT @realDonaldTrump: I settled the Trump University lawsuit for a small fraction of the potential award because as President I have to focu…"},{"id":800094091149213700,"created_at":"Sat Nov 19 21:51:11 +0000 2016","date":"November 19, 2016","hour":13,"text":"RT @angelo6997: I'm an actor in three Unions Screen Actors Guild, Actors Equity Association and AFRTA. This is a against our civil rights…"},{"id":800093760742834200,"created_at":"Sat Nov 19 21:49:52 +0000 2016","date":"November 19, 2016","hour":13,"text":"RT @mitchellvii: Ford and now Apple. Businesses are already talking about coming home and Trump isn't even sworn in yet."},{"id":800090858515091500,"created_at":"Sat Nov 19 21:38:20 +0000 2016","date":"November 19, 2016","hour":13,"text":"RT @Early__May: @shoesdotcom @slone \nDear https://t.co/PsCMR7KtoE\nSince you seem to hate the average American, I'll never give you my busin…"},{"id":800090792148815900,"created_at":"Sat Nov 19 21:38:04 +0000 2016","date":"November 19, 2016","hour":13,"text":"@shoesdotcom check @hubgrub, @cnn &amp; Pepsi stocks b4 u impose ur political views on ur customers! My family will cease buying from ur company"},{"id":800084826862788600,"created_at":"Sat Nov 19 21:14:22 +0000 2016","date":"November 19, 2016","hour":13,"text":"RT @cmireland22: Taurus TY FOR JUST BEING AN American. https://t.co/3pdBNXKuKY"},{"id":800081267404443600,"created_at":"Sat Nov 19 21:00:13 +0000 2016","date":"November 19, 2016","hour":13,"text":"RT @immigrant4trump: President Trump is going to Make America Great Again regardless of the color of your skin, no more business as usual \"…"}]},{"date":"2016-11-19T08:00:00.000Z","hour":12,"count":17,"values":[{"id":800079794306252800,"created_at":"Sat Nov 19 20:54:22 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @SheriffClarke: AG Lynch reports increases in hate crimes. It did not mention increases in hate directed toward @realDonaldTrump support…"},{"id":800079616635351000,"created_at":"Sat Nov 19 20:53:40 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @wendyp4545: @realDonaldTrump https://t.co/aQ1WXhoEhr"},{"id":800074412049518600,"created_at":"Sat Nov 19 20:32:59 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @Cernovich: Trump knows the Hamilton News Cycle benefits him, hence his 2 Tweets, amplifying it. My god this is obvious, fake news media…"},{"id":800074344982421500,"created_at":"Sat Nov 19 20:32:43 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @JoeNBC: \"I believe that marriage is the union between a man and a woman. For me as a Christian.\" \n-Pres Obama\nWas he booed on Broadway…"},{"id":800074286589362200,"created_at":"Sat Nov 19 20:32:29 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @JackPosobiec: Hamilton Banned White Actors From Their Cast \nhttps://t.co/fzbC1ZJ2ar"},{"id":800074163251740700,"created_at":"Sat Nov 19 20:31:59 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @YoungDems4Trump: Dear @CNN, the only people that didn't lie to me constantly for over a year were those Alt-Right people. They predicte…"},{"id":800070641223225300,"created_at":"Sat Nov 19 20:18:00 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @marypatriott: BREAKING Pres.-Elect ALREADY Savin American Jobs: \"We were moving Lincoln to Mexico bt Trump changed r minds\" #tcot http…"},{"id":800070600828080100,"created_at":"Sat Nov 19 20:17:50 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @col_nj: @keithellison Slated 2 Head DNC Follows Islam Where Beating Women, Child Sex &amp; Killing Gays Promoted But..\n\nLibs ❤ Diversity…"},{"id":800070495051911200,"created_at":"Sat Nov 19 20:17:25 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @larryelder: Time to drain the swamp...\n\n#NewSheriffInTown https://t.co/IXmKqXuxjm"},{"id":800070408410169300,"created_at":"Sat Nov 19 20:17:04 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @HorseShort: @katlivezey @HamiltonMusical whoever that dress maker is needs to join https://t.co/fAQ3XvYz4W &amp; go out of business... omg…"},{"id":800070336087629800,"created_at":"Sat Nov 19 20:16:47 +0000 2016","date":"November 19, 2016","hour":12,"text":"Good! He should keep his hands to himself! Most learn that in kindergarten! https://t.co/rFDul1xRHs"},{"id":800069496643809300,"created_at":"Sat Nov 19 20:13:27 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @AJDelgado13: #HispanicOutreachDirector takes a small bow ;)\n\nhttps://t.co/tqnuDTXlhj"},{"id":800069458186276900,"created_at":"Sat Nov 19 20:13:18 +0000 2016","date":"November 19, 2016","hour":12,"text":"Ya mitt, say PREIDENT ELECT, you self-serving globalist POS! https://t.co/FCwLj2cXlI"},{"id":800069126190497800,"created_at":"Sat Nov 19 20:11:58 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @PrisonPlanet: A bunch of Oxford elitists want to tax the food of poor people because \"climate change\". How about fuck off instead? http…"},{"id":800069079067410400,"created_at":"Sat Nov 19 20:11:47 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @Cernovich: Banning conservative accounts while verifying a jihadi account. Twitter has lost its way. https://t.co/VF8khmwbbW"},{"id":800069040186265600,"created_at":"Sat Nov 19 20:11:38 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @Pamela_Moore13: Mike Pence is a wonderful man. I'm extremely impressed with him. Those half wit stage just wanted their 15mins of fame.…"},{"id":800068927229493200,"created_at":"Sat Nov 19 20:11:11 +0000 2016","date":"November 19, 2016","hour":12,"text":"RT @Rambobiggs: Aren't elected officials supposed to do whats best for the American people? why are so many officials more concerned for Il…"}]},{"date":"2016-11-19T08:00:00.000Z","hour":10,"count":12,"values":[{"id":800043267698131000,"created_at":"Sat Nov 19 18:29:13 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @TCB4265: A Nazi collaborator as a teen, which led to many deaths of innocent people. Mentor to Obama and HRC and financiere of Dem Part…"},{"id":800043202212282400,"created_at":"Sat Nov 19 18:28:58 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @Annposter1: ⤵⤵⤵⤵⤵ https://t.co/zozikf2Sa0"},{"id":800042844035678200,"created_at":"Sat Nov 19 18:27:32 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @pink_sprnva: That's because you're stupid @CampyAV @Reederschloss @teamcombover16 \n\nBut I will enlighten. America won this 💃🏼 👇🏻 https:…"},{"id":800042058228633600,"created_at":"Sat Nov 19 18:24:25 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @Shouse34: Bahahahaha! Already had to cut the price to 40% off! 1 1/2 star rating. Keep it up America! #BoycottMegynKelly https://t.co/U…"},{"id":800041948820095000,"created_at":"Sat Nov 19 18:23:59 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @Ronnywilliams24: Everyone is allowed to be proud of their race #ExceptWhitePeople"},{"id":800040563516969000,"created_at":"Sat Nov 19 18:18:29 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @ablebody4: Congratulations! Trump selects only the best! https://t.co/QYjcBJ8EpO"},{"id":800040518784872400,"created_at":"Sat Nov 19 18:18:18 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @2Pats2: #BoycottHamilton Hamilton actor was at work, no? Sounds like intimidation &amp; threats to me. Doing this to a customer = fired/sue…"},{"id":800040134519521300,"created_at":"Sat Nov 19 18:16:46 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @myGianLuca: RT -&gt;&gt; @CNN the WORST of the #MSM!\n \n SHUT EM DOWN!\n by\n SHUTTING EM OFF!!\n\n@jaketapper @andersoncoop…"},{"id":800039919729147900,"created_at":"Sat Nov 19 18:15:55 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @JackPosobiec: #BoycottHamilton https://t.co/nvEaRbGBLk"},{"id":800038697706070000,"created_at":"Sat Nov 19 18:11:04 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @JasonMillerinDC: Pro-business Sessions will not go easy on corporate crime: lawyers https://t.co/nXcMXfqeCb via @Reuters"},{"id":800038641737273300,"created_at":"Sat Nov 19 18:10:50 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @MarkDice: I must have missed the part of the campaign when Trump or Pence said they were going to deport all black people. #BoycottHami…"},{"id":800038110587482100,"created_at":"Sat Nov 19 18:08:44 +0000 2016","date":"November 19, 2016","hour":10,"text":"RT @ConstanceQueen8: Man Admits Lying About 'Trump Country Lynching' Hate Crime Report - Breitbart https://t.co/oHncpx8siV via @BreitbartNe…"}]},{"date":"2016-11-19T08:00:00.000Z","hour":9,"count":4,"values":[{"id":800035427310714900,"created_at":"Sat Nov 19 17:58:04 +0000 2016","date":"November 19, 2016","hour":9,"text":"RT @PrisonPlanet: Trump is completely correct. #BoycottHamilton (tweeting again because Twitter auto-corrected the hashtag to make it wrong…"},{"id":800034993506492400,"created_at":"Sat Nov 19 17:56:21 +0000 2016","date":"November 19, 2016","hour":9,"text":"RT @realDonaldTrump: The ONLY bad thing about winning the Presidency is that I did not have the time to go through a long but winning trial…"},{"id":800034947310485500,"created_at":"Sat Nov 19 17:56:10 +0000 2016","date":"November 19, 2016","hour":9,"text":"RT @RealJeremyNolt: Mike Pence being harassed is not surprising. Liberals are intolerant. They attack people with different beliefs than th…"},{"id":800034919179321300,"created_at":"Sat Nov 19 17:56:03 +0000 2016","date":"November 19, 2016","hour":9,"text":"RT @KamVTV: Happy Birthday to my precious sis and Angel mom @sabine_durden 🎉🎊I love you and America loves you too! #DomHugs #YouAreMyHero h…"}]},{"date":"2016-11-19T08:00:00.000Z","hour":4,"count":10,"values":[{"id":799956219553140700,"created_at":"Sat Nov 19 12:43:19 +0000 2016","date":"November 19, 2016","hour":4,"text":"Thats alright melania always looks beautiful, she can dress herself! U should be fired if u dressed Michelle Obama! https://t.co/WZuYKpN9ja"},{"id":799955685152878600,"created_at":"Sat Nov 19 12:41:12 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @LindaSuhler: Civil Rights Advocates Praise Jeff Sessions for Protecting Black American Workers\n#MAGA #Transition2017\nhttps://t.co/505Yj…"},{"id":799955645290217500,"created_at":"Sat Nov 19 12:41:02 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @ANOMALY1: WOW !AMAZING! LOVE IT !Country Singer Martina McBride DEFIES Liberals With AMAZING New Video Song Called-'We'll Pick Up Where…"},{"id":799955146000080900,"created_at":"Sat Nov 19 12:39:03 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @KellyannePolls: Unforgettable visit to @TheFive on @foxnews today. \"The cues &amp; clues of election were there the entire time\". https://t…"},{"id":799955077050024000,"created_at":"Sat Nov 19 12:38:47 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @adamhgeller: I was shocked when i heard how they tried to lecture and hector @mike_pence. Shameful. I'm done promoting the show. htt…"},{"id":799955017063166000,"created_at":"Sat Nov 19 12:38:33 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @22Americanfirst: These hollywood has beens are real MORONS .. guess they just don't like conservatives $$$ so we must oblige and not gi…"},{"id":799954952064004100,"created_at":"Sat Nov 19 12:38:17 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @LeahR77: Tucker Carlson DESTROYS Jonathan Allen On Jeff Sessions Being Racist FULL ... https://t.co/bfyWQh7BQm via @YouTube #ElectionNi…"},{"id":799954886204985300,"created_at":"Sat Nov 19 12:38:01 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @JohnKStahlUSA: If you've been deported, we're coming for you in a few months. Go home now and do the right thing for once. #tcot #ccot…"},{"id":799954806102069200,"created_at":"Sat Nov 19 12:37:42 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @RepStevenSmith: The same #FakeNews people who are hysterical about Trump University settling couldn't care less about SAUDI ARABIA BRIB…"},{"id":799954638334111700,"created_at":"Sat Nov 19 12:37:02 +0000 2016","date":"November 19, 2016","hour":4,"text":"RT @charliekirk11: The worst fake news was the media peddling this lie that Hillary was going to win no matter what and mocking us that tho…"}]},{"date":"2016-11-18T08:00:00.000Z","hour":18,"count":4,"values":[{"id":799796780401623000,"created_at":"Sat Nov 19 02:09:46 +0000 2016","date":"November 18, 2016","hour":18,"text":"RT @bakedalaska: TRUMP IS MY PRESIDENT - VICTORY SONG!\n\nPLS RT &amp; ENJOY THE FREE DOWNLOAD WITH THE WORLD! 🇺🇸\n\nhttps://t.co/wLJLWR0rbu"},{"id":799795138121859100,"created_at":"Sat Nov 19 02:03:15 +0000 2016","date":"November 18, 2016","hour":18,"text":"RT @ScottPresler: My baristas in Virginia Beach love me. I don't even ask them to write Trump, &amp; they do it. \n\n#TrumpCup https://t.co/J2Owg…"},{"id":799794833758027800,"created_at":"Sat Nov 19 02:02:02 +0000 2016","date":"November 18, 2016","hour":18,"text":"RT @PrisonPlanet: #TrumpCup is now a thing! https://t.co/eGq6IIEh2A"},{"id":799794755131543600,"created_at":"Sat Nov 19 02:01:43 +0000 2016","date":"November 18, 2016","hour":18,"text":"RT @bakedalaska: Operation #TrumpCup\n\n1) Go to Starbucks &amp; tell them your name is Trump\n\n2) If they refuse take video\n\nPls share &amp; spread t…"}]},{"date":"2016-11-18T08:00:00.000Z","hour":17,"count":12,"values":[{"id":799792002326003700,"created_at":"Sat Nov 19 01:50:47 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @JaredWyand: What @TuckerCarlson is doing right now on Fox is exactly what has to be done. We have to rip apart liberal bs on every plat…"},{"id":799791785316909000,"created_at":"Sat Nov 19 01:49:55 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @weknowwhatsbest: Remember when CBS' Lesley Stahl made Hillary look into the camera and denounce thugs hired by the Democrat Party on he…"},{"id":799786280406175700,"created_at":"Sat Nov 19 01:28:03 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @league2734: https://t.co/oYh7xIvHap Bans Ivanka Trump Products Because of Politics THEN BRAGS ABOUT IT ONLINE https://t.co/sOJEViZkvP v…"},{"id":799784845673107500,"created_at":"Sat Nov 19 01:22:21 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @RepMikePompeo: I look forward to rolling back this disastrous deal with the world’s largest state sponsor of terrorism. https://t.co/bi…"},{"id":799784275054837800,"created_at":"Sat Nov 19 01:20:05 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @RepMikePompeo: I am honored and humbled to accept the President-elect’s nomination to lead the @CIA . Read my full statement: https://t…"},{"id":799783913744900100,"created_at":"Sat Nov 19 01:18:38 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @JohnKStahlUSA: I want a President who respects our troops and their sacrifice. Barry was a disgrace to America #tcot #ccot #gop #maga h…"},{"id":799783104936284200,"created_at":"Sat Nov 19 01:15:26 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @freedfried: …and we’re dropping https://t.co/QMmchixtm8. LOL…. https://t.co/6dkgTsCvJr"},{"id":799783082014474200,"created_at":"Sat Nov 19 01:15:20 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @FredderTheMonk: #boycottNFL \n@nfl @NFLBoycott_Org Lady GAGA at half time of Super Bowl?\nGet ready for Grandaddy of all Boycotts\n #spir…"},{"id":799782739583045600,"created_at":"Sat Nov 19 01:13:59 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @BLUESFANMYR: Bye Bye https://t.co/HLurKuNr57 ! Saving so much money with @realDonaldTrump with all my boycotts loll #MAGA https://t.co/…"},{"id":799782196747898900,"created_at":"Sat Nov 19 01:11:49 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @misstozak: I would pull my kids out of that school faster than you can say Thomas Jefferson. https://t.co/oHVSxWNBwK"},{"id":799781867004293100,"created_at":"Sat Nov 19 01:10:30 +0000 2016","date":"November 18, 2016","hour":17,"text":"RT @wmleemert: Boycott. A PepsiCo company! @realDonaldTrump @mike_pence #TrumpPence16 #Trump45 https://t.co/QsTykfySA4"},{"id":799781689442652200,"created_at":"Sat Nov 19 01:09:48 +0000 2016","date":"November 18, 2016","hour":17,"text":"@asamjulian @YouTube go @TuckerCarlson !!thank you for trying to hold these idiots to \"journalistic standards\" 💙 your show!!"}]},{"date":"2016-11-18T08:00:00.000Z","hour":16,"count":15,"values":[{"id":799777247607554000,"created_at":"Sat Nov 19 00:52:09 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @tom_luu: 📰 ✔️ RT: 2016 #TIME Person of the Year will be..."},{"id":799776448835887100,"created_at":"Sat Nov 19 00:48:59 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @SurfPHX: 👋🏻 Bye Bye Loretta I Make Secret Deals On Planes Lynch and a big Hello to Jeff Sessions our new Attorney General! 🙌🏻 🙌🏻 \n\n#MAG…"},{"id":799776252920037400,"created_at":"Sat Nov 19 00:48:12 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @ReeFungorio: .@shoesdotcom \nAlways a smart business move to alienate half of your customers.\nSincerely, Former Customer\n#boycottshoesdo…"},{"id":799776114101129200,"created_at":"Sat Nov 19 00:47:39 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @Patriot_100469: @FoxNews @jonallendc @SenatorSessions @TuckerCarlson Keep it up Tucker. Keep calling out despicable lying trash journal…"},{"id":799776017976070100,"created_at":"Sat Nov 19 00:47:16 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @KGBVeteran: WATCH: Trump talks about his brothers battle with alcohol. Good insight into how DJT thinks. https://t.co/GJrLqUtmSf"},{"id":799775590182219800,"created_at":"Sat Nov 19 00:45:34 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @YoungDems4Trump: \"There’s great like-minded people out there who are Americans first and Republicans or Democrats second.\" - @tomhanks…"},{"id":799775535530381300,"created_at":"Sat Nov 19 00:45:21 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @LouDobbs: Tonight's #QuoteoftheDay by Abraham Lincoln! #FoxLDT https://t.co/biZ0xVz9Zq"},{"id":799775508183576600,"created_at":"Sat Nov 19 00:45:14 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @bocavista2016: If Trump was as CROOKED as Hillary, he would have used the Presidency to make Trump University \"go away\"\n\nBut he's NOT…"},{"id":799775476973731800,"created_at":"Sat Nov 19 00:45:07 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @LouDobbs: Historic number of appointments put @realDonaldTrump ahead of predecessors. Making history before he's president. Watch #FoxL…"},{"id":799775057539203100,"created_at":"Sat Nov 19 00:43:27 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @JasonMillerinDC: Key Republican throws support behind Sessions https://t.co/ybmHDj3COt via @DCExaminer"},{"id":799775015650652200,"created_at":"Sat Nov 19 00:43:17 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @PrisonPlanet: Tucker Carlson is completely destroying this clown who wrote a column smearing Senator Jeff Sessions as a racist. https:/…"},{"id":799774941705015300,"created_at":"Sat Nov 19 00:42:59 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @LouDobbs: #LDTPoll Are you, your family and friends considerably more optimistic following the election of @realDonaldTrump?"},{"id":799774861161861100,"created_at":"Sat Nov 19 00:42:40 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @Darren32895836: Middle East shaking in there Sandals now look to Strike deal as Donald Trump MAGA Team takes shape #FridayFeeling https…"},{"id":799774714369634300,"created_at":"Sat Nov 19 00:42:05 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @PrisonPlanet: General Flynn is completely correct.\n\nIslam is a political ideology. \n\nAnyone who claims otherwise is either lying or stu…"},{"id":799774531791573000,"created_at":"Sat Nov 19 00:41:22 +0000 2016","date":"November 18, 2016","hour":16,"text":"RT @Emy4Trump: Trump Supporters Launch Trending Hashtag #TrumpCup as a Protest Against Starbucks https://t.co/gIOA2Rzxj6 https://t.co/DtpIH…"}]},{"date":"2016-11-18T08:00:00.000Z","hour":15,"count":2,"values":[{"id":799755878815727600,"created_at":"Fri Nov 18 23:27:14 +0000 2016","date":"November 18, 2016","hour":15,"text":"RT @Cernovich: Settling a frivolous lawsuit, as Trump did today, shows he can put his ego aside for the greater good of OUR country. MAGA!"},{"id":799754016120926200,"created_at":"Fri Nov 18 23:19:50 +0000 2016","date":"November 18, 2016","hour":15,"text":"RT @AJDelgado13: Much misinformation in the press re Presdient-Elect Trump's picks. \n\nHighly suggest all follow @JasonMillerinDC for the la…"}]},{"date":"2016-11-18T08:00:00.000Z","hour":14,"count":4,"values":[{"id":799738776100581400,"created_at":"Fri Nov 18 22:19:17 +0000 2016","date":"November 18, 2016","hour":14,"text":"RT @JasonMillerinDC: Trump says he and Pence have talked to 29 foreign leaders. Here they are. https://t.co/kESzIm1DLK"},{"id":799738307592720400,"created_at":"Fri Nov 18 22:17:25 +0000 2016","date":"November 18, 2016","hour":14,"text":"RT @JasonMillerinDC: 🚨🚨🚨Trump team to bar administration officials from lobbying for five years https://t.co/mb44DoNTjn🚨🚨🚨"},{"id":799738259190546400,"created_at":"Fri Nov 18 22:17:14 +0000 2016","date":"November 18, 2016","hour":14,"text":"Liars https://t.co/AZmD6yT7ff"},{"id":799737832097120300,"created_at":"Fri Nov 18 22:15:32 +0000 2016","date":"November 18, 2016","hour":14,"text":"RT @Montana0323: @ChristopherGFX @Liee4Trump @TMZ I hope he has to pay for the replacement star and installation costs too."}]},{"date":"2016-11-18T08:00:00.000Z","hour":13,"count":7,"values":[{"id":799723460104691700,"created_at":"Fri Nov 18 21:18:25 +0000 2016","date":"November 18, 2016","hour":13,"text":"RT @tomkawczynski: I actually support full legalization of marijuana on state-by-state basis. I've seen the good it can do. Treat it resp…"},{"id":799721125731307500,"created_at":"Fri Nov 18 21:09:09 +0000 2016","date":"November 18, 2016","hour":13,"text":"RT @mikandynothem: Obama is almost gone, Hillary is gone, Democrats are powerless, Trump is President-elect and Congress is Republican. Lif…"},{"id":799721096165650400,"created_at":"Fri Nov 18 21:09:02 +0000 2016","date":"November 18, 2016","hour":13,"text":"RT @2ALAW: @POTUS hurry up and get out of our White House. Take that Sasquatch with you and please don't steal any of our property like the…"},{"id":799720685081886700,"created_at":"Fri Nov 18 21:07:24 +0000 2016","date":"November 18, 2016","hour":13,"text":"RT @spaceproxy1: @TallahForTrump @Mich4Trump @twitter Outrageous! MLK was a great man! Well, I guess they try not to have racists start a f…"},{"id":799720593029472300,"created_at":"Fri Nov 18 21:07:02 +0000 2016","date":"November 18, 2016","hour":13,"text":"RT @spaceproxy1: @markmasseygca4 @Mich4Trump https://t.co/FGiKZvzb45 Retweet, let everyone know!"},{"id":799720173796266000,"created_at":"Fri Nov 18 21:05:22 +0000 2016","date":"November 18, 2016","hour":13,"text":"RT @spaceproxy1: @league2734 @Mich4Trump Obama and Hillary were banking of rigged votes. That's why she didn't feel the need to work too ha…"},{"id":799720064157151200,"created_at":"Fri Nov 18 21:04:56 +0000 2016","date":"November 18, 2016","hour":13,"text":"RT @ZarkoElDiablo: No worries Jill! We, intelligent men, who don't wear diaper safety pins, can detect those nasty FEMINAZIS instantly! htt…"}]},{"date":"2016-11-18T08:00:00.000Z","hour":10,"count":1,"values":[{"id":799684547575156700,"created_at":"Fri Nov 18 18:43:48 +0000 2016","date":"November 18, 2016","hour":10,"text":"The Mainstream Media’s “Fake News” Narrative is Already Beginning to... https://t.co/9L8NVPIWtO by #elmerjfudd2012 via @c0nvey"}]},{"date":"2016-11-18T08:00:00.000Z","hour":5,"count":6,"values":[{"id":799603359074451500,"created_at":"Fri Nov 18 13:21:11 +0000 2016","date":"November 18, 2016","hour":5,"text":"RT @PrisonPlanet: People like Harry Reid are responsible for the kind of hysteria that ends in violence. https://t.co/NqzkajfqXD"},{"id":799603244053823500,"created_at":"Fri Nov 18 13:20:43 +0000 2016","date":"November 18, 2016","hour":5,"text":"RT @conserv_tribune: Armed Citizen Shoots Man Who Attacked Cop On Side Of Road https://t.co/N2YSEvpNSD #tcot https://t.co/h6DaUaeWrl"},{"id":799603038134603800,"created_at":"Fri Nov 18 13:19:54 +0000 2016","date":"November 18, 2016","hour":5,"text":"RT @ramzpaul: Google plans to attack \"fake\" news. What is that? The Rolling Stone rape hoax? Huffington Post claiming 98% win chance for Hi…"},{"id":799602943616053200,"created_at":"Fri Nov 18 13:19:32 +0000 2016","date":"November 18, 2016","hour":5,"text":"RT @nia4_trump: Hey @jack this is getting ridiculous @RealJamesWoods is leaving @twitter due to targeted &amp; arbitrary #Censorship 🙊James has…"},{"id":799602887802388500,"created_at":"Fri Nov 18 13:19:19 +0000 2016","date":"November 18, 2016","hour":5,"text":"RT @foxandfriends: Report: Most people arrested at Portland Trump protests didn't vote https://t.co/ItxasfFiWJ"},{"id":799602297131192300,"created_at":"Fri Nov 18 13:16:58 +0000 2016","date":"November 18, 2016","hour":5,"text":"RT @ish10040: CNN Gets Exposed on Twitter as Fake News Promoting Leftist Propaganda https://t.co/zeeQGxIuva VCX"}]},{"date":"2016-11-17T08:00:00.000Z","hour":22,"count":11,"values":[{"id":799505968719659000,"created_at":"Fri Nov 18 06:54:11 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @MrDewMaster: Your turn @Carrier. Do the right https://t.co/YHQ8GmE2Hu @Ford https://t.co/b7QVdRP9fm"},{"id":799505907289886700,"created_at":"Fri Nov 18 06:53:57 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @league2734: Breaking! NC governor discovers ballots cast by dead people, felons &amp; double voters in 50 counties! https://t.co/9icSzrkmq7"},{"id":799503978828591100,"created_at":"Fri Nov 18 06:46:17 +0000 2016","date":"November 17, 2016","hour":22,"text":"@GenFlynn I feel safer already, sir! Congratulations!!! https://t.co/3vQhr8PE10"},{"id":799503473687560200,"created_at":"Fri Nov 18 06:44:16 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @ConstanceQueen8: Sean Hannity to LOONY LIBERAL Crybabies \"IT'S TIME TO GROW UP!\" https://t.co/zwhzHCu4We"},{"id":799503316652884000,"created_at":"Fri Nov 18 06:43:39 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @realDonaldTrump: I worked hard with Bill Ford to keep the Lincoln plant in Kentucky. I owed it to the great State of Kentucky for their…"},{"id":799503256535912400,"created_at":"Fri Nov 18 06:43:25 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @realDonaldTrump: Just got a call from my friend Bill Ford, Chairman of Ford, who advised me that he will be keeping the Lincoln plant i…"},{"id":799503228232761300,"created_at":"Fri Nov 18 06:43:18 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @terrymendozer: Just today ✔️ Apple considered manufacturing products here ✔️ Ford keeping jobs in Kentucky 🙌🏾 9 days after election.Not…"},{"id":799503113925312500,"created_at":"Fri Nov 18 06:42:51 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @markmasseygca4: I will not touch another Pepsi product until the CEO is fired. Call me a bigot again. https://t.co/WlyycEeCTU"},{"id":799503024209231900,"created_at":"Fri Nov 18 06:42:29 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @_Makada_: I just hit 40K followers, thanks everyone! My new website will be launching very soon!\n\n#Blacks4Trump #MAGA"},{"id":799502643169296400,"created_at":"Fri Nov 18 06:40:58 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @TallahForTrump: .@twitter allows people to threaten the President on their social platform while censoring a black woman admiring MLK J…"},{"id":799502542128513000,"created_at":"Fri Nov 18 06:40:34 +0000 2016","date":"November 17, 2016","hour":22,"text":"RT @Cernovich: I don't \"harass\" anyone on Twitter, this is the REAL reason they want me banned. 134,455,000 reasons fake news media fears m…"}]},{"date":"2016-11-17T08:00:00.000Z","hour":18,"count":7,"values":[{"id":799434005250707500,"created_at":"Fri Nov 18 02:08:14 +0000 2016","date":"November 17, 2016","hour":18,"text":"RT @Cernovich: Thanks for the birthday wishes! Spent my bday as I like - reading, writing bantering on twitter, and with @ShaunaGee and Jul…"},{"id":799433911235444700,"created_at":"Fri Nov 18 02:07:51 +0000 2016","date":"November 17, 2016","hour":18,"text":"RT @_Makada_: BREAKING: President-Elect Trump Offers General Mike Flynn National Security Adviser Job https://t.co/y5vOP5I4Oa"},{"id":799433486574780400,"created_at":"Fri Nov 18 02:06:10 +0000 2016","date":"November 17, 2016","hour":18,"text":"RT @US_Army_Vet: Huge Trump protests planned 4 Inauguration &amp; Patriotic Bikers 4 Trump will be there too @LeahR77 @JustKate038 #USA🇺🇸 https…"},{"id":799433259843080200,"created_at":"Fri Nov 18 02:05:16 +0000 2016","date":"November 17, 2016","hour":18,"text":"RT @JOMainEvent: General Flynn is an awesome pick by Trump! Our Military will be ready for anything! \n#AmericaFirst \n#MAGA https://t.co/bq…"},{"id":799433231107952600,"created_at":"Fri Nov 18 02:05:09 +0000 2016","date":"November 17, 2016","hour":18,"text":"RT @immigrant4trump: The Trump Effect - \nDonald Trump: You gonna win so much you may even get tired of winning #MakeAmericaGreatAgain htt…"},{"id":799432893047177200,"created_at":"Fri Nov 18 02:03:49 +0000 2016","date":"November 17, 2016","hour":18,"text":"RT @SpecialKMB1969: AP source: TRUMP OFFERS FLYNN NATIONAL SECURITY ADVISER position /\nYES!!!\n@GenFlynn Congratulations #MAGA \nhttps://t.co…"},{"id":799432842342256600,"created_at":"Fri Nov 18 02:03:37 +0000 2016","date":"November 17, 2016","hour":18,"text":"RT @Don_Vito_08: BREAKING: Japanese Prime Minister Shinzo Abe meets with Trump, says he feels they will have \"a relationship of trust\" #Ame…"}]},{"date":"2016-11-17T08:00:00.000Z","hour":16,"count":3,"values":[{"id":799403384440815600,"created_at":"Fri Nov 18 00:06:33 +0000 2016","date":"November 17, 2016","hour":16,"text":"RT @seanhannity: SAD NEWS: Health of Melissa Young, Fmr. Miss Wisconsin and vocal Trump supporter, takes turn for the worse https://t.co/Pu…"},{"id":799402343569784800,"created_at":"Fri Nov 18 00:02:25 +0000 2016","date":"November 17, 2016","hour":16,"text":"RT @nia4_trump: All these fascists who keep saying 'Trump is literally Hitler' maybe on to something Their case is outlined here for your #…"},{"id":799402125348307000,"created_at":"Fri Nov 18 00:01:33 +0000 2016","date":"November 17, 2016","hour":16,"text":"RT @cyberprompt: .@WDFx2EU10 @jack @twitter https://t.co/RmWOYMkxcu"}]},{"date":"2016-11-17T08:00:00.000Z","hour":15,"count":16,"values":[{"id":799401200332378100,"created_at":"Thu Nov 17 23:57:52 +0000 2016","date":"November 17, 2016","hour":15,"text":"@efosta @PrisonPlanet u crazy ass pyschos are making us intelligent, articulate and REASONABLE women look bad! Feminism = cancer"},{"id":799400762350649300,"created_at":"Thu Nov 17 23:56:08 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @TuckerCarlson: While some liberals are cowering in their safe spaces, some are lashing out in anger. –TCT #Tucker @FoxNews https://t.co…"},{"id":799400563435831300,"created_at":"Thu Nov 17 23:55:21 +0000 2016","date":"November 17, 2016","hour":15,"text":"@AuntyNeville664 @PrisonPlanet @efosta agreed! Don't call me a feminist its a damn insult!! A bunch of nutjobs!"},{"id":799400293792358400,"created_at":"Thu Nov 17 23:54:16 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @AuntyNeville664: @PrisonPlanet @efosta The main reason many women don't identify as feminists is most so-called feminists today are mis…"},{"id":799397769463013400,"created_at":"Thu Nov 17 23:44:14 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @PrisonPlanet: Boycott @CelebrityCruise https://t.co/uTwY64fBlU"},{"id":799397400280498200,"created_at":"Thu Nov 17 23:42:46 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @PrisonPlanet: Hillary re-emerges looking like one of the dancers from Michael Jackson's Thriller. https://t.co/zUcGykb4yl https://t.co/…"},{"id":799397028577050600,"created_at":"Thu Nov 17 23:41:18 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @mtracey: The amount of money the HRC campaign spent on TV ads alone (at least $237 million) could have paid for a new Flint water syste…"},{"id":799396802512371700,"created_at":"Thu Nov 17 23:40:24 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @Cernovich: Slate just called me a \"white nationalist.\" That's a total lie, and that's what the fake media does. They can't debate, they…"},{"id":799396743053873200,"created_at":"Thu Nov 17 23:40:10 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @StefanMolyneux: New York Daily News reports a steep decline in circulation. Gee, I wonder why? https://t.co/tmDdUuR7Ao https://t.co/I14…"},{"id":799396683213918200,"created_at":"Thu Nov 17 23:39:56 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @PrisonPlanet: NEW VIDEO: The \"fake news\" hysteria is a trojan horse for censorship of conservative opinions. https://t.co/Otoi9uBsCr"},{"id":799396576670027800,"created_at":"Thu Nov 17 23:39:30 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @PrisonPlanet: Hillary's glowing appearance really proves the conspiracy theorists who questioned her health wrong. https://t.co/cEsJTbQ…"},{"id":799396467332956200,"created_at":"Thu Nov 17 23:39:04 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @LouDobbs: Soros Scrambling To Cover Up ”Evil Atheist” Video From 1998, SEE IT BEFORE IT’S DELETED! https://t.co/6rZFJKZBqn #MAGA #Ameri…"},{"id":799396373967892500,"created_at":"Thu Nov 17 23:38:42 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @PrisonPlanet: https://t.co/Tbzl6USL8Y"},{"id":799396280942346200,"created_at":"Thu Nov 17 23:38:20 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @pnehlen: When 'Trump protestor' is the highest paying job you're qualified to do, it's the liberal media/education complex you should b…"},{"id":799396148364644400,"created_at":"Thu Nov 17 23:37:48 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @realDonaldTrump: The failing @nytimes story is so totally wrong on transition. It is going so smoothly. Also, I have spoken to many for…"},{"id":799396061316083700,"created_at":"Thu Nov 17 23:37:27 +0000 2016","date":"November 17, 2016","hour":15,"text":"RT @realDonaldTrump: My transition team, which is working long hours and doing a fantastic job, will be seeing many great candidates today.…"}]},{"date":"2016-11-17T08:00:00.000Z","hour":14,"count":1,"values":[{"id":799386382905077800,"created_at":"Thu Nov 17 22:59:00 +0000 2016","date":"November 17, 2016","hour":14,"text":"Hillary re-emerges looking like one of the dancers from Michael Jackson's... https://t.co/Pr4z5AYLGn by #geosplace via @c0nvey"}]},{"date":"2016-11-17T08:00:00.000Z","hour":12,"count":1,"values":[{"id":799355768579321900,"created_at":"Thu Nov 17 20:57:21 +0000 2016","date":"November 17, 2016","hour":12,"text":"You can get free gift cards for discovering things online w/ @Swagbucks just like I did. Use my link to try it out: https://t.co/85bignIQTi"}]},{"date":"2016-11-17T08:00:00.000Z","hour":5,"count":16,"values":[{"id":799241469533896700,"created_at":"Thu Nov 17 13:23:10 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @Justin__Gleason: @ThaddeusRussell That's the funny thing. The media acts as if Trump team not getting along with usual suspects is bad.…"},{"id":799241308518944800,"created_at":"Thu Nov 17 13:22:31 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @DanScavino: #Hashtag# your pics with TRUMP apparel &amp; gear on Twitter &amp; Instagram as #Trump45 - and you just might find yourself on #PEO…"},{"id":799241205037101000,"created_at":"Thu Nov 17 13:22:07 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @CarmineZozzora: Corrupt MSM lies and deceives relentlessly and loses all public trust.\n\nMSM's solution: Continue to lie and deceive rel…"},{"id":799241154810277900,"created_at":"Thu Nov 17 13:21:55 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @datrumpnation1: I have to say @tedcruz it is nice to have you fully on board!! #AmericaFirst https://t.co/ly0xmlwXyT"},{"id":799241080306692100,"created_at":"Thu Nov 17 13:21:37 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @atensnut: Megyn can dish it out but can't take it!! Megyn Kelly was a \"Bully\" to us: Paula Jones, Kathleen Willey and I. https://t.co…"},{"id":799241048677613600,"created_at":"Thu Nov 17 13:21:29 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @hale_razor: Trump made a steak disappear.\nObama made your doctor disappear. \nHillary made subpoenaed emails disappear.\nOnly one of thes…"},{"id":799240615120740400,"created_at":"Thu Nov 17 13:19:46 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: Wow, Hillary looking a little unwell in her first public appearance after losing the election. https://t.co/FJr1O6jisL"},{"id":799240579049660400,"created_at":"Thu Nov 17 13:19:37 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: Lobbyists and Big Donors Shut Out From Trump Administration – DC Trembling… | The Last Refuge https://t.co/zIK6rVi8LP"},{"id":799240549681217500,"created_at":"Thu Nov 17 13:19:30 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: Team Trump Announces Five Year Lobbying Ban for Administration Officials - Breitbart https://t.co/kyibmMnl5W"},{"id":799240522602672100,"created_at":"Thu Nov 17 13:19:24 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: In Trump/Bannon's first openly anti-Semitic act, they blatantly and with malice aforethought called Israel a \"beacon of ho…"},{"id":799240438226055200,"created_at":"Thu Nov 17 13:19:04 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: Where is CNN getting completely different MI numbers than the SOS whose job it is to present those numbers?"},{"id":799240419901141000,"created_at":"Thu Nov 17 13:18:59 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: CNN has reduced Trump's lead in MI by 2000 votes. Watch out for those sneaky bastards. They'll keep chipping away."},{"id":799240258630152200,"created_at":"Thu Nov 17 13:18:21 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: MI Director of Elections says Trump WON MI, no question. It's done.\n\nhttps://t.co/JZtnNzAZ2Y"},{"id":799240215525261300,"created_at":"Thu Nov 17 13:18:11 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: On both the national and state level, the Democrat Party has been reduced to a mere insurgency at best.\n\nThanks Obama."},{"id":799240191101780000,"created_at":"Thu Nov 17 13:18:05 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: Unlike prior Republican wimps, Trump and Priebus won't be letting Democrats off the mat for a comeback this time."},{"id":799240049997086700,"created_at":"Thu Nov 17 13:17:31 +0000 2016","date":"November 17, 2016","hour":5,"text":"RT @mitchellvii: Pollsters claim Republicans make up only 24% of the electorate, but now in the last 3 out of 4 elections we have crushed t…"}]},{"date":"2016-11-16T08:00:00.000Z","hour":23,"count":14,"values":[{"id":799157887893438500,"created_at":"Thu Nov 17 07:51:02 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @TheBeat_Boss: These criminal illegal alien's days are numbered! 5-Time Deportee Arrested for Serial Rape in Central Texas https://t.co/…"},{"id":799157855588859900,"created_at":"Thu Nov 17 07:50:55 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @Cernovich: Damn yo, dis lady went on a massive drug and alcohol bender after the election. Huge bags under eyes. Faces of death. Get so…"},{"id":799157712403701800,"created_at":"Thu Nov 17 07:50:20 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @TRUMPMOVEMENTUS: 'It's Time to Grow Up': @seanhannity Goes Off on 'Coddled, Crybaby Liberals' #Hannity https://t.co/jsS7XEY6Z3 https://…"},{"id":799157663502401500,"created_at":"Thu Nov 17 07:50:09 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @TRUMPMOVEMENTUS: Lt. Gen. Michael Flynn is a contender for National Security Advisor for President-elect Trump: https://t.co/a1ivy2QTBq…"},{"id":799157644036571100,"created_at":"Thu Nov 17 07:50:04 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @TRUMPMOVEMENTUS: Philippine president, who lashed out at President Obama, wants to be friends with @realDonaldTrump, Vladimir Putin: ht…"},{"id":799157561547169800,"created_at":"Thu Nov 17 07:49:44 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @Rambobiggs: Do you trust CNN"},{"id":799157533495754800,"created_at":"Thu Nov 17 07:49:38 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @LouDobbs: Great insight from great American @peterschweizer – Dems try to smear Bannon, but “there’s not a racist bigoted bone in his b…"},{"id":799157456760934400,"created_at":"Thu Nov 17 07:49:19 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @MissLizzyNJ: If $TWTR shareholders ever want to profit again, then #JackMustGo, as he's defrauding them by suppressing trends &amp; censori…"},{"id":799157332450177000,"created_at":"Thu Nov 17 07:48:50 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @seanhannity: .@KellyannePolls: “We were always raised to respect the office of the presidency and its current occupant and the flag” #H…"},{"id":799157302469259300,"created_at":"Thu Nov 17 07:48:43 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @Lrihendry: Hey GOP, The American people gave you the biggest win in decades! You won on Trump's #AmericaFirst #MAGA message NOT Paul Ry…"},{"id":799157236446752800,"created_at":"Thu Nov 17 07:48:27 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @MichaelCohen212: Shame on @megynkelly @AC360 for your inaccurate reporting. I never said that &amp; was the one who resolved the dispute. A…"},{"id":799157112828002300,"created_at":"Thu Nov 17 07:47:57 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @greeneyes0084: Dear @SpeakerRyan ...ICYMI👉Trump won the election...We the people are fed up with paying for illegals &amp; the neglect of v…"},{"id":799156639374970900,"created_at":"Thu Nov 17 07:46:05 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @mitchellvii: .@MegynKelly is like the playground bully who punches you and when you hit back, runs to the teacher saying you started it."},{"id":799155768784195600,"created_at":"Thu Nov 17 07:42:37 +0000 2016","date":"November 16, 2016","hour":23,"text":"RT @KurtSchlichter: Just wanted to remind you - you lost. Bigly. And now you get to worry whether we'll treat you like you intended to trea…"}]},{"date":"2016-11-16T08:00:00.000Z","hour":17,"count":24,"values":[{"id":799066707662880800,"created_at":"Thu Nov 17 01:48:43 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @MelissaDownie1: @soulphoodie business is business - clearly you work hard and are successful and taking care of your family - COME ON D…"},{"id":799066400748879900,"created_at":"Thu Nov 17 01:47:30 +0000 2016","date":"November 16, 2016","hour":17,"text":"@soulphoodie they are downstate from us,I left a thank you email and will be stopping for dinner our next trip down!"},{"id":799063826989727700,"created_at":"Thu Nov 17 01:37:16 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @Cernovich: Twitter will be receiving a lot of scrutiny from FEC, FCC, and DOJ Antitrust. They have really messed up bigly."},{"id":799063759583137800,"created_at":"Thu Nov 17 01:37:00 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @cmccann413: @PotluckPolitico @middysworld @mtracey Juan Williams makes me cringe! He's all identity politics, little substance."},{"id":799063730508144600,"created_at":"Thu Nov 17 01:36:53 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @508zamo: Comrade progressive/communist https://t.co/w8dET9u8Mq"},{"id":799063658156453900,"created_at":"Thu Nov 17 01:36:36 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @LuckyBama14: Twitter has removed this shirt at least 200 times. Share the hell out of it... https://t.co/7H7lmYbXDb by #FreeDavidKing v…"},{"id":799063516128940000,"created_at":"Thu Nov 17 01:36:02 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @leo_quinn: https://t.co/eHbukHViqk Yes let's end these sanctuary cities. You have to come here LEGALLY ! #PresidentEle…"},{"id":799063266219749400,"created_at":"Thu Nov 17 01:35:03 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @jonnysayhey: @wikileaks @freep \nWould make for a good trivia Q or better yet a poll:\nWho has done more damage to race relations in the…"},{"id":799062594598342700,"created_at":"Thu Nov 17 01:32:23 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @kel2195: @wikileaks Pardon her because she's above the Law!Who's going to Pardon Obama?traitor to our country ."},{"id":799062173616062500,"created_at":"Thu Nov 17 01:30:42 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @MOVEFORWARDHUGE: \"Money Laundering – We Caught Him!\" #mustread #feedly https://t.co/RyBHRDzaPy"},{"id":799061460529872900,"created_at":"Thu Nov 17 01:27:52 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @DebraAr49979596: #BikersForTrump GodBless Y'all Time to separate the boy's from the men. 🇺🇸\n #notmypresident He's our:#PresidentTrump h…"},{"id":799061279466029000,"created_at":"Thu Nov 17 01:27:09 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @RogerRice10: I vote she be fired https://t.co/e0kiatuZAa"},{"id":799061079867408400,"created_at":"Thu Nov 17 01:26:21 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @Flewbys: Can you guess why Hill didn't speak election Night? Obviously!!👉Raging...her aides couldn't calm her😂 #CuckBehavior https://t.…"},{"id":799060194076540900,"created_at":"Thu Nov 17 01:22:50 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @Cernovich: Over 125 reviews in less than a month, this is a bigly help because it gets MAGA Mindset promoted. Thank you! \nhttps://t.co/…"},{"id":799060065172996100,"created_at":"Thu Nov 17 01:22:20 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @mitchellvii: When Obama took office in 2008, Democrats had almost unlimited power. They used it to break healthcare.\n\nVote New Republi…"},{"id":799059920083632100,"created_at":"Thu Nov 17 01:21:45 +0000 2016","date":"November 16, 2016","hour":17,"text":"@nia4_trump @KdredKarl @CNN @MSNBC @NBCNews screw you MSM u have lied for a year and a half! I hope he ditches u and takes breitbart!"},{"id":799059087296200700,"created_at":"Thu Nov 17 01:18:26 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @JaredWyand: These are the faces of illegals living in our country burning our flag while stealing your tax dollars\n\nEvery last one shou…"},{"id":799058768633937900,"created_at":"Thu Nov 17 01:17:10 +0000 2016","date":"November 16, 2016","hour":17,"text":"@ryannicholos @realDonaldTrump @maggieNYT take a civics class moron!"},{"id":799058056512413700,"created_at":"Thu Nov 17 01:14:21 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @THEHermanCain: I know Steve Bannon, and none of this nonsense is true https://t.co/u8StaUTRPX https://t.co/HXsKIXRH4b"},{"id":799057939336204300,"created_at":"Thu Nov 17 01:13:53 +0000 2016","date":"November 16, 2016","hour":17,"text":"@FriendofAm @IngrahamAngle @FoxNews @realDonaldTrump agreed, little brats!"},{"id":799056399191908400,"created_at":"Thu Nov 17 01:07:45 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @PolyPatriot: #BOYCOTTMEGYNKELLY Megyn Kelly Calls Her Trump Interactions 'Attempted Bullying' - 'Felt Like Being a Hostage' https://t.…"},{"id":799056180786163700,"created_at":"Thu Nov 17 01:06:53 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @JudgeJeanine: With my new friend - rather forward, no? https://t.co/ijtdkI4P98"},{"id":799055231002804200,"created_at":"Thu Nov 17 01:03:07 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @ReutersPolitics: JUST IN: Carl Icahn, asked if Steven Mnuchin should be U.S. Treasury secretary, calls him 'smart guy' who is not part…"},{"id":799055142104535000,"created_at":"Thu Nov 17 01:02:46 +0000 2016","date":"November 16, 2016","hour":17,"text":"RT @tedcruz: It’s past time we end sanctuary cities and stand for the rule of law nationwide: https://t.co/GOD1imX9vM https://t.co/9omtSUZP…"}]},{"date":"2016-11-16T08:00:00.000Z","hour":16,"count":14,"values":[{"id":799053555990675500,"created_at":"Thu Nov 17 00:56:28 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @IngrahamAngle: Coming soon--schools and colleges offering credit for protesting Pres-Elect Trump. https://t.co/UfCgnrkmqD"},{"id":799053179832909800,"created_at":"Thu Nov 17 00:54:58 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @Cernovich: Glenn Beck is begging CNN to forgive him - his new gods. This is among the most groveling displays of cuckery in world histo…"},{"id":799053169624051700,"created_at":"Thu Nov 17 00:54:55 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @DanScavino: The lies &amp; false reports continue. Media reports of Mr. Trumps phone/Twitter access being taken away are 100% false. Never…"},{"id":799053009204416500,"created_at":"Thu Nov 17 00:54:17 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @realDonaldTrump: I am not trying to get \"top level security clearance\" for my children. This was a typically false news story."},{"id":799052904749498400,"created_at":"Thu Nov 17 00:53:52 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @JaredWyand: How many Muslim women have to be caught hoaxing attacks before the NYTimes call them out for this tactic?\n\n\"Bullying in the…"},{"id":799052781042724900,"created_at":"Thu Nov 17 00:53:23 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @SandraTXAS: Trump putting Americans first, repairing relationships. If this is bullying in the age of Trump then please bully me more #…"},{"id":799052738323763200,"created_at":"Thu Nov 17 00:53:13 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @hrtablaze: This was awesome ! Dang yall it will never be this fun again ! Enjoy and take a trip with me down memory lane.😂\n\n#PatriotsUn…"},{"id":799052278082764800,"created_at":"Thu Nov 17 00:51:23 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @CarmineZozzora: The days of Trump answering to a corrupt media are over and the days of the media answering to the people have begun.…"},{"id":799052002764406800,"created_at":"Thu Nov 17 00:50:17 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @ScottPresler: Wow! #GaysForTrump is leading the way. Instead of rioting, we are out picking up trash. @markyhutt 🌈\n\nLead by example. #W…"},{"id":799051832911953900,"created_at":"Thu Nov 17 00:49:37 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @PrisonPlanet: Dying.... 😆😆😆 https://t.co/F1ZX0pZddH"},{"id":799051657216725000,"created_at":"Thu Nov 17 00:48:55 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @realDonaldTrump: Australia, New Zealand, and more. I am always available to them. @nytimes is just upset that they looked like fools in…"},{"id":799051546948419600,"created_at":"Thu Nov 17 00:48:29 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @realDonaldTrump: I have recieved and taken calls from many foreign leaders despite what the failing @nytimes said. Russia, U.K., China,…"},{"id":799051507370958800,"created_at":"Thu Nov 17 00:48:19 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @Rambobiggs: Trolley Car Diner &amp; Deli in Germantown ,PA employee assaults female Trump supporter https://t.co/vEBcKaGvNI"},{"id":799050977026392000,"created_at":"Thu Nov 17 00:46:13 +0000 2016","date":"November 16, 2016","hour":16,"text":"RT @realDonaldTrump: Very organized process taking place as I decide on Cabinet and many other positions. I am the only one who knows who t…"}]},{"date":"2016-11-16T08:00:00.000Z","hour":15,"count":1,"values":[{"id":799027157255278600,"created_at":"Wed Nov 16 23:11:34 +0000 2016","date":"November 16, 2016","hour":15,"text":"FBI: Legit Hate Crimes More Prevalent in Blue States https://t.co/H255Jf4j9B Coulter: Hoax Hate Crimes More... by #imx007 via @c0nvey"}]},{"date":"2016-11-15T08:00:00.000Z","hour":16,"count":8,"values":[{"id":798691159577129000,"created_at":"Wed Nov 16 00:56:26 +0000 2016","date":"November 15, 2016","hour":16,"text":"RT @LyndaG1963: Hey soros, we'll see your skinny jean wearing top-knotted jobless crybabies and raise you our BIKERS!! @carlaysorrell @Brea…"},{"id":798691113150414800,"created_at":"Wed Nov 16 00:56:14 +0000 2016","date":"November 15, 2016","hour":16,"text":"RT @Dylanesque2604: @KellyannePolls @KevinCormier10 @dcexaminer https://t.co/G6zS85FABa"},{"id":798690995193937900,"created_at":"Wed Nov 16 00:55:46 +0000 2016","date":"November 15, 2016","hour":16,"text":"RT @bfraser747: 💥💥 #SorosProtests\n\nListen to this INCREDIBLE WOMAN @brunelldonald If you're really concerned do something \nhttps://t.co/V1G…"},{"id":798690751022501900,"created_at":"Wed Nov 16 00:54:48 +0000 2016","date":"November 15, 2016","hour":16,"text":"RT @RealAlexJones: Racist Uneducated Militant Trump Voters Found at Kent State University…NOT! - https://t.co/pphLqok2Xf"},{"id":798689969372037100,"created_at":"Wed Nov 16 00:51:42 +0000 2016","date":"November 15, 2016","hour":16,"text":"RT @2ALAW: Dear Liberals\n\n\"Welcome Back To The Resistance Bitches\"\n\n#Trump\n#Hillary https://t.co/DsR93XRxug"},{"id":798688414639988700,"created_at":"Wed Nov 16 00:45:31 +0000 2016","date":"November 15, 2016","hour":16,"text":"RT @508zamo: Obama legacy he is the worst president ever https://t.co/3qIKPBwXwB"},{"id":798688258918064100,"created_at":"Wed Nov 16 00:44:54 +0000 2016","date":"November 15, 2016","hour":16,"text":"@WDFx2EU9 I had to follow u again, for the 3rd time is twitter messing with you? Or maybe me?"},{"id":798685210254700500,"created_at":"Wed Nov 16 00:32:47 +0000 2016","date":"November 15, 2016","hour":16,"text":"RT @Democrat_4Trump: REMINDER: You cannot make death threats to the President-elect of the United States of America. You'll go to jail. It'…"}]},{"date":"2016-11-15T08:00:00.000Z","hour":15,"count":2,"values":[{"id":798676927393321000,"created_at":"Tue Nov 15 23:59:52 +0000 2016","date":"November 15, 2016","hour":15,"text":"RT @DanScavino: Join #TeamTrumpBTS for part of our historical evening. This was when we won Ohio - and the scene in the war room at #TrumpT…"},{"id":798662013190697000,"created_at":"Tue Nov 15 23:00:37 +0000 2016","date":"November 15, 2016","hour":15,"text":"Obama Democrats used their power to force Obamacare on people who didn’t want it https://t.co/MR96vwm9hu …... by #USAHipster via @c0nvey"}]},{"date":"2016-11-15T08:00:00.000Z","hour":5,"count":6,"values":[{"id":798518976850657300,"created_at":"Tue Nov 15 13:32:14 +0000 2016","date":"November 15, 2016","hour":5,"text":"@Ban_asslam @ConservativeGM @EversFam @Swamper60 @SubjectPolitics @realDonaldTrump @twitter is allowing this shit!"},{"id":798518524021002200,"created_at":"Tue Nov 15 13:30:26 +0000 2016","date":"November 15, 2016","hour":5,"text":"RT @mitchellvii: Let me translate. When the media says, \"Sources have said,\" what they really mean is, \"We just made this up 5 minutes ago…"},{"id":798518376377253900,"created_at":"Tue Nov 15 13:29:51 +0000 2016","date":"November 15, 2016","hour":5,"text":"RT @krisreese: @LynnAkker @karennola719 @TeamTrumpAZ @seanhannity @JudgeJeanine @FoxBusiness Obama is just incubating the hatred towards Tr…"},{"id":798518336250409000,"created_at":"Tue Nov 15 13:29:41 +0000 2016","date":"November 15, 2016","hour":5,"text":"RT @SebGorka: BOOM https://t.co/8StgDalruk"},{"id":798517974541869000,"created_at":"Tue Nov 15 13:28:15 +0000 2016","date":"November 15, 2016","hour":5,"text":"@PrisonPlanet @asamjulian @Grubhub @scrowder don't forget #pepsi doesn't want our business either!"},{"id":798517677925040100,"created_at":"Tue Nov 15 13:27:04 +0000 2016","date":"November 15, 2016","hour":5,"text":"RT @WineGuyVenice: Sanctuary cities must go !! Whose crazy idea was this anyway ?? https://t.co/BkRDZMAtAl"}]},{"date":"2016-11-15T08:00:00.000Z","hour":2,"count":11,"values":[{"id":798478572918685700,"created_at":"Tue Nov 15 10:51:41 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @PrisonPlanet: America just elected a Republican president who is PRO GAY-MARRIAGE, yet the left hysterically fears persecution of LGBTs…"},{"id":798478180155846700,"created_at":"Tue Nov 15 10:50:07 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @ladies4trump: I love the Golden Girls 😂😂😂👍 Use to watch it with Granny. Don Lemon is a joke! 👍 https://t.co/uU7VWGGHJb"},{"id":798478097205051400,"created_at":"Tue Nov 15 10:49:48 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @RealJamesWoods: We won an election against all the odds. We can make boycotts work, too. #BoycottPepsi #TrumpHaters https://t.co/uMWq1c…"},{"id":798478068948017200,"created_at":"Tue Nov 15 10:49:41 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @FoxNews: Giuliani favorite for Trump's secretary of state, says 'I won't be attorney general' https://t.co/9Zecj9u124"},{"id":798478008583589900,"created_at":"Tue Nov 15 10:49:26 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @RealJamesWoods: #BoycottPepsi And if you really want to be heard, sell any #Pepsi stock you have. We beat #Hillary and #Soros. We can b…"},{"id":798467544508170200,"created_at":"Tue Nov 15 10:07:52 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @ISAACYASS: If only that was possible.. https://t.co/sS9fLbg5yL"},{"id":798467483141173200,"created_at":"Tue Nov 15 10:07:37 +0000 2016","date":"November 15, 2016","hour":2,"text":"@vivelafra @CNN #BlackOutCNN #boycottpepsi #boycottexxonmobile @pepsi"},{"id":798466580367740900,"created_at":"Tue Nov 15 10:04:02 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @Shaftee_RR: @vivelafra @CNN #BlackOutCNN We will do the same over here in New Zealand - glad to support you and expose the constant li…"},{"id":798466461044002800,"created_at":"Tue Nov 15 10:03:33 +0000 2016","date":"November 15, 2016","hour":2,"text":"@iLoveTheBrowns3 @J_A_Maher @vivelafra @SeeHumanity007 @CNN copying the list so I can tweet,email or call to tell them thy lost a customer!!"},{"id":798466209834537000,"created_at":"Tue Nov 15 10:02:33 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @iLoveTheBrowns3: @J_A_Maher @vivelafra @SeeHumanity007 @CNN What's say tomorrow we #BurnUpCNNSponsorsPhonelines"},{"id":798465853146599400,"created_at":"Tue Nov 15 10:01:08 +0000 2016","date":"November 15, 2016","hour":2,"text":"RT @vivelafra: @wcarino03 @CNN Well done, Will. #BlackOutCNN to #TakeDownCNN. November 20 we flip the switch."}]},{"date":"2016-11-15T08:00:00.000Z","hour":1,"count":15,"values":[{"id":798465523004473300,"created_at":"Tue Nov 15 09:59:50 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @RobPFL1: @Robotonation @vivelafra @WayneDupreeShow @CNN Woohoo! Got 3 airport authorities to change gate area monitors from CNN to Wea…"},{"id":798465314405175300,"created_at":"Tue Nov 15 09:59:00 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @priv8is: . @vivelafra @CarmineZozzora @CNN My #BoycottCNN started a very long time ago."},{"id":798464614451118100,"created_at":"Tue Nov 15 09:56:13 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @vivelafra: Our national media are criminally corrupt &amp; must be punished. Let's take them down, America, starting with @CNN. #BlackOut…"},{"id":798464254819074000,"created_at":"Tue Nov 15 09:54:47 +0000 2016","date":"November 15, 2016","hour":1,"text":"@pepsi @Tostitos #boycottpepsi you mixed politics with business not smart! Watch your stocks fall, I'll never buy a Pepsi product again!!"},{"id":798463221401342000,"created_at":"Tue Nov 15 09:50:41 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @jamesplake721: STOP DRINKING PEPSI NOW PLEASE. JOIN THE BOYCOTT \nWE ALSO VOTE WITH OUR DOLLARS. \n#BOYCOTTGRUB #BOYCOTTPEPSI who's next?…"},{"id":798463192582262800,"created_at":"Tue Nov 15 09:50:34 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @PrisonPlanet: Email I sent to @mashable after they accused me of \"advocating mass murder\". @ColinDaileda https://t.co/5ISxPFGHCQ https:…"},{"id":798462750393409500,"created_at":"Tue Nov 15 09:48:49 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @JohnKStahlUSA: The left is the problem in this country. They have no values, respect, integrity or decency. #tcot #ccot #gop #maga http…"},{"id":798461935285059600,"created_at":"Tue Nov 15 09:45:34 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @DavidAFrench: Donald Trump’s Vote Totals Are Higher Than We Think https://t.co/jg068M3KWF thanks to @henryolsenEPPC for the reminder."},{"id":798461875251986400,"created_at":"Tue Nov 15 09:45:20 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @MOVEFORWARDHUGE: \"Soros Organizing To Thwart Trump In First 100 Days As President\" #mustread #feedly https://t.co/Dmdh3nYKC7"},{"id":798461844742508500,"created_at":"Tue Nov 15 09:45:13 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @Cernovich: Fake news media terrified of Steve Bannon, which is why Bannon is needed in the Trump House."},{"id":798461823678697500,"created_at":"Tue Nov 15 09:45:08 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @cnnwriter69: Nothing cooking at Trump tower tonight. Did the protestors get jobs? Did they get bored? Did they realize they were cryi…"},{"id":798461734130356200,"created_at":"Tue Nov 15 09:44:46 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @StopStopHillary: AND LOCKUP THE ROTHSCHILDS ROCKEFELLERS AND MORGANS AND SEIZE ALL THEIR ASSETS ALONG WITH SOROS AND THE REST OF BILDER…"},{"id":798461668384706600,"created_at":"Tue Nov 15 09:44:31 +0000 2016","date":"November 15, 2016","hour":1,"text":"@Miami4Trump @TruthFeedNews trump isn't going to tolerate this rotten old man, bet he's extradited to russia in January!!!😀"},{"id":798461351366512600,"created_at":"Tue Nov 15 09:43:15 +0000 2016","date":"November 15, 2016","hour":1,"text":"RT @Miami4Trump: 🚨BUSTED🚨 Pocahontas Spotted RUSHING Into a Meeting With EVIL Globalist Soros \n#DrainTheSwamp #MAGA (video) https://t.co/W…"},{"id":798460874604290000,"created_at":"Tue Nov 15 09:41:21 +0000 2016","date":"November 15, 2016","hour":1,"text":"@Cernovich @wordpressdotcom this is fucking SICK! has anything been turned over to the FBI yet? OMG I hope these pigs ROT IN HELL!!"}]},{"date":"2016-11-14T08:00:00.000Z","hour":17,"count":28,"values":[{"id":798335875687989200,"created_at":"Tue Nov 15 01:24:39 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @JamesOKeefeIII: During #60Mins interview, @LesleyRStahl interrupted @realDonaldTrump as he was abt to talk about paid protesters expose…"},{"id":798335674416042000,"created_at":"Tue Nov 15 01:23:51 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @VoteTrumpPics: How much would it cost to hire a billionaire to Make America Great Again?\n\n#60Minutes 🇺🇸 #MAGA https://t.co/pRfnhzfuyC"},{"id":798334138700865500,"created_at":"Tue Nov 15 01:17:45 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @MacLeod4TRUMP: Well you have to admit my prediction on Nov 3 was better than most professional pollsters &amp; pundits. I was only off by 1…"},{"id":798334005460500500,"created_at":"Tue Nov 15 01:17:13 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @dixiefortrump: WILL NOT ONLY #BoycottPepsi My family will not spend our money at restaurants that only serve @pepsi @tacobell @kfc http…"},{"id":798333957834031100,"created_at":"Tue Nov 15 01:17:02 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @brandongroeny: So the party that LOST...\nWants to tell the party that WON...\nWHO they can hire for the positions\nThe party that WON wil…"},{"id":798333907766644700,"created_at":"Tue Nov 15 01:16:50 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @Bane1349: What will They Fight US with ? Dildos and BONGS ? MILLIONS OF US ARMED TO THE TEETH. BRING IT. https://t.co/JyQ48WbC9s"},{"id":798333512638033900,"created_at":"Tue Nov 15 01:15:16 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @hill6264: CALL AUTHORITIES=&gt; Senior Banker Calls for ISIS to Rape and Decapitate Melania Trump https://t.co/cfcPSFVu3M via @gatewaypund…"},{"id":798333273298464800,"created_at":"Tue Nov 15 01:14:19 +0000 2016","date":"November 14, 2016","hour":17,"text":"@cher you old hag u may take your rocketship to Jupiter now! I promise, we won't miss you! #hasbeen #driedup https://t.co/BvtE54fvBr"},{"id":798332968767029200,"created_at":"Tue Nov 15 01:13:06 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @FoxNews: .@IngrahamAngle: “Trump’s agenda is going to be Trump’s agenda.” #Tucker https://t.co/FYENiHjjug"},{"id":798332870020436000,"created_at":"Tue Nov 15 01:12:43 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @mitchellvii: If you thought the media was unhinged BEFORE this election, you have no idea how crazy their crazy can be."},{"id":798332783676506100,"created_at":"Tue Nov 15 01:12:22 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @CatRN4U: It figures https://t.co/j5EGMe9FFq"},{"id":798332640617173000,"created_at":"Tue Nov 15 01:11:48 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @PoliticalKathy: #trump in dad mode! #MAGA https://t.co/Jc0de7rYFV"},{"id":798332491392229400,"created_at":"Tue Nov 15 01:11:12 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @ChristiChat: TRUMP picked Bannon.\nThe left forgets they don't have a choice, they lost.\nWill the juvenile name calling attacks ever sto…"},{"id":798332452758585300,"created_at":"Tue Nov 15 01:11:03 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @JaredWyand: Dear libs\n\nYou just lost an election after calling Trump a racist xenophobic sexist Nazi for 16 months in every article &amp; t…"},{"id":798332369077932000,"created_at":"Tue Nov 15 01:10:43 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @JAmy208: @Thor_ROCKS @ChrisCoon4 @dcexaminer Right. Less government more power to the people I always say #COSProject #EndFederalAbuse…"},{"id":798332323255095300,"created_at":"Tue Nov 15 01:10:32 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @DennisMurphy15: I Know Steve Bannon, He’s Not a Racist Crackpot Like Rev. Wright or Terrorist Bomber Bill Ayers https://t.co/1dQTpjR4PO…"},{"id":798331827144523800,"created_at":"Tue Nov 15 01:08:34 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @jojoh888: This guy shouldn't be here at all #SorosPaidProtests #SorosAgenda is to destroy America #PresidentElectTrump #MAGA https://t.…"},{"id":798331283340345300,"created_at":"Tue Nov 15 01:06:24 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @kirstiealley: Please post names of awesome inner city organizations! Gonna start collecting them. Decided this is where my work $ &amp; att…"},{"id":798331225832300500,"created_at":"Tue Nov 15 01:06:11 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @NOn_Humans_here: Avoid all #Business deals with ( .@Don_King_Trader )@WaveStocks due to comment https://t.co/EWwPyfZNl8"},{"id":798331117837414400,"created_at":"Tue Nov 15 01:05:45 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @SameliasH: BREAKING : Laura Ingraham is Being Considered for Press Secretary https://t.co/qL3oSDA1lj"},{"id":798331100716298200,"created_at":"Tue Nov 15 01:05:41 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @SandraTXAS: If so outraged by Trump why does Soros https://t.co/6WpPzJFxoi have to pay people to 'protest'?🤔FAKE OUTRAGE 👈💥#SorosProtes…"},{"id":798330981551738900,"created_at":"Tue Nov 15 01:05:12 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @LOVETRUMPNOHOMO: @AtlTeaPartyLove @FatSpinster Get ready #libtard... Free ride is about to stop. https://t.co/0ljMRG39K2"},{"id":798330738789781500,"created_at":"Tue Nov 15 01:04:15 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @LoriJagla: Me too https://t.co/EvMu0PxkLY"},{"id":798330707705811000,"created_at":"Tue Nov 15 01:04:07 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @brandongroeny: I'm laughing out loud at these liberal lunatics crying #StopBannon 😂 hahaha! What 😿s"},{"id":798330542034800600,"created_at":"Tue Nov 15 01:03:28 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @Stevenwhirsch99: Pepsi CEO to Trump supporters- \"take your business elsewhere.\" My response-\" consider it done\" #MAGA\n\nhttps://t.co/Ihq…"},{"id":798330462036959200,"created_at":"Tue Nov 15 01:03:09 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @TnTrumpFan1: ❤❤❤❤ #UnitedStates https://t.co/gWRifWTSt2"},{"id":798330255505313800,"created_at":"Tue Nov 15 01:02:19 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @MagicRoyalty: 🔥🚫BOYCOTT @pepsi 🚫🔥\nI will not support any public corporation that pushes their political agenda.\n\n#TrumpTrain https://t.…"},{"id":798330165700993000,"created_at":"Tue Nov 15 01:01:58 +0000 2016","date":"November 14, 2016","hour":17,"text":"RT @sausman1: @FoxNewsInsider @IngrahamAngle @realDonaldTrump @TuckerCarlson Excellent choice."}]},{"date":"2016-11-14T08:00:00.000Z","hour":16,"count":26,"values":[{"id":798329605488775200,"created_at":"Tue Nov 15 00:59:44 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @drewsdiatribe: Take the #PEPSI challenge: Boycott the soft drinks to help their CEO and employees feel safe. #Snowflakes"},{"id":798329555035586600,"created_at":"Tue Nov 15 00:59:32 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @_5xo_25161: .@realDonaldTrump Americans want term limits so we r not stuck w establishment puppets w no achievement like Paul Ryan, Har…"},{"id":798329529605517300,"created_at":"Tue Nov 15 00:59:26 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @biggs_boss: @TheTrumpLady Gentlemen, we have a confirmed target. Ready. Set. Hunt. Don't think about destroying any USA soil when these…"},{"id":798329416371867600,"created_at":"Tue Nov 15 00:58:59 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @JumpVote: Obama dares Trump to do better on Obamacare https://t.co/5aOQwj3Dzh"},{"id":798329260666736600,"created_at":"Tue Nov 15 00:58:22 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @2AFightR: #Obama: \"Excuse me - I'm not done lying yet\" #ImpeachObama #2A #tcot #TGDN #ccot #PJNET #RNR https://t.co/0UGDslXidu"},{"id":798329049273794600,"created_at":"Tue Nov 15 00:57:32 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @GOPjenna: Really #StopBannon? Not a chance! He's extremely qualified: Naval Officer, Goldman Partner, GENIUS! Stop the racist BS alread…"},{"id":798328855182262300,"created_at":"Tue Nov 15 00:56:45 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @PrisonPlanet: \"There's not gonna be a President Donald Trump. That's not gonna happen.\" 😆😆😆 https://t.co/SoxiKa6w7q"},{"id":798328589783400400,"created_at":"Tue Nov 15 00:55:42 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @SEC_SAM: #SorosRiots #HillaryClinton #Trump .@realDonaldTrump @RealJamesWoods @RealDJTrumpTeam @jonvoight @sseagalofficial @mitchellvii…"},{"id":798328469906137100,"created_at":"Tue Nov 15 00:55:14 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @Liee4Trump: And we hate those who fail to recognize that it is we the ppl that buy your products and make your company rich. Bash Trump…"},{"id":798328360774541300,"created_at":"Tue Nov 15 00:54:48 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @Toth_4_Texas: \"All you safe spacers\nwho are crying right now,\nimagine how we must feel.\nYou're our future\"\n@GregGutfeldShow https://t.c…"},{"id":798327229142933500,"created_at":"Tue Nov 15 00:50:18 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @wrmilligan: RT‼️@IvankaTrump @seanhannity @realDonaldTrump @DonaldJTrumpJr @KellyannePolls @mike_pence @EricTrump @LouDobbs @DanScavin…"},{"id":798327034397261800,"created_at":"Tue Nov 15 00:49:31 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @ReversingASD: #StopBannon @realDonaldTrump🇺🇸 is the ONLY PRESIDENT🇺🇸SINCE GEORGE WASHINGTON🇺🇸TO ENTER THE WHITE HOUSE WITHOUT OWING ANY…"},{"id":798324472377905200,"created_at":"Tue Nov 15 00:39:21 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @EversFam: MILLIONS ARE BOYCOTTING SNL After SICKENING Tweet About Trump Supporters https://t.co/wshmHMlE4Q via @SubjectPolitics .@reald…"},{"id":798323652332843000,"created_at":"Tue Nov 15 00:36:05 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @APreate: Congratulations to @realDonaldTrump Chief Strategist and Senior Counselor #Steve Bannon @BreitbartNews @KellyannePolls @Reince…"},{"id":798323597857071100,"created_at":"Tue Nov 15 00:35:52 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @drzevetchin: I Just Can't Wait For January 20th 2017... https://t.co/H7Eqpq2EFk"},{"id":798323576369795100,"created_at":"Tue Nov 15 00:35:47 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @bfraser747: 💥💥 #MondayMotivation\n\nIt's time for everyone to stand up to #DishonestMedia &amp; start immediately to #BoycottCNN \nhttps://t.c…"},{"id":798321715163955200,"created_at":"Tue Nov 15 00:28:23 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @2ALAW: \"Anybody Not Willing To Except The Results Of An Election Is A Danger To Democracy\". @HillaryClinton \n\n#TrumpPresident https://t…"},{"id":798321681731383300,"created_at":"Tue Nov 15 00:28:15 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @ScottBaio: I bet @cher is singing \"If I Could Turn Back Time\" rather loudly since President elect @realDonaldTrump WON! https://t.co/M…"},{"id":798321590635286500,"created_at":"Tue Nov 15 00:27:53 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @RapinBill: @mitchellvii has surprised me this election cycle. I have never heard of his name prior. Extremely Underrated. Check out You…"},{"id":798321527120871400,"created_at":"Tue Nov 15 00:27:38 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @Flewbys: .@realDonaldTrump will take $1...I ❤️️my President Trump...That will #MAGA #WorldKindnessDay #60Minutes https://t.co/RMgj9DMu…"},{"id":798321223537229800,"created_at":"Tue Nov 15 00:26:26 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @PrisonPlanet: We eliminated Hillary from having any influence on U.S. politics, now it's time to pop the zit that is George Soros. http…"},{"id":798321151294509000,"created_at":"Tue Nov 15 00:26:09 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @pridepickle: It looks like @PepsiCo is now owned by Islam.\n\n#BoycottPepsi\n#IslamIsNotARace\n#IslamIsTheProblem"},{"id":798321052791226400,"created_at":"Tue Nov 15 00:25:45 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @mitchellvii: Democrats think violent protesting is the answer. Violent protesting is WHY YOU LOST! https://t.co/bYLdw1znv5"},{"id":798320484672741400,"created_at":"Tue Nov 15 00:23:30 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @LindaSuhler: Circulate the story about this person...\nShe shamed herself &amp; everyone she knows.\n#BlueLivesMatter https://t.co/jzGY0lsm9k"},{"id":798320360810680300,"created_at":"Tue Nov 15 00:23:00 +0000 2016","date":"November 14, 2016","hour":16,"text":"@LindaSuhler @BreitbartNews what a disgusting human being, next time she needs a cop she needs to forget calling 911!"},{"id":798316556467994600,"created_at":"Tue Nov 15 00:07:53 +0000 2016","date":"November 14, 2016","hour":16,"text":"RT @disspat: Nice to see a local @DunkinDonuts franchise supporting Trump with 'America's Donut' #BuildTheWall #SecureTheBorder https://t.c…"}]},{"date":"2016-11-14T08:00:00.000Z","hour":15,"count":18,"values":[{"id":798313694715379700,"created_at":"Mon Nov 14 23:56:31 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @WordSmithGuy: Dear Left Wing Media: Steve Bannon &amp; Donald Trump are strong friends of Israel. You are Not. PS: Donald Trump's grandchil…"},{"id":798311159686307800,"created_at":"Mon Nov 14 23:46:27 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @mbae_enthusiast: @jrhennessy @mitchellvii Fascist ? How about lawful and just. https://t.co/RjMJLWAc4l"},{"id":798310925254230000,"created_at":"Mon Nov 14 23:45:31 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @Larryvaughn18: Trump, Putin agree in phone call to improve ‘unsatisfactory’ relations between U.S. and Russ https://t.co/JnoagMZAkz htt…"},{"id":798310886431752200,"created_at":"Mon Nov 14 23:45:21 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @FoxBusiness: .@antoniosabatojr: \"I fought to come here, and I am proud to be an American, and I will do anything for this nation.\" http…"},{"id":798310744567779300,"created_at":"Mon Nov 14 23:44:48 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @Padoozles: Portland Police Chief: 'We are done with criminal activity in this city' https://t.co/DkhobYt235 via @@KGWNews"},{"id":798310728646217700,"created_at":"Mon Nov 14 23:44:44 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @_Makada_: Fox News: Anti-Trump protests being organized by George Soros, Al Sharpton and Michael Moore https://t.co/v4yfwL3URQ"},{"id":798310680403316700,"created_at":"Mon Nov 14 23:44:32 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @foxandfriends: .@mgoodwin_nypost: The mainstream media lied to the country about Donald Trump. https://t.co/80iU6aLkkk"},{"id":798310314538373100,"created_at":"Mon Nov 14 23:43:05 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @mitchellvii: Trump and Putin vow to tackle ISIS together as they hold breakthrough talks after billionaire's election https://t.co/uKpU…"},{"id":798308776193441800,"created_at":"Mon Nov 14 23:36:58 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @TheBeat_Boss: Trump has stated he might keep provisions of OCare, add fencing on border, maybe not jailing Hillary, keeping some of the…"},{"id":798308598518579200,"created_at":"Mon Nov 14 23:36:16 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @StocksAlotTEMP: Boycott. @PepsiCo you don't need to eat this garbage anyways. Also don't forget about their partnership with CF\n\nToot T…"},{"id":798307531986595800,"created_at":"Mon Nov 14 23:32:02 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @BluegillRises: 🚨 Liberal CNN commentators like Symone Sanders, who hate white people, mock white victims of assault:\n\"Ooo, poor white p…"},{"id":798307289186844700,"created_at":"Mon Nov 14 23:31:04 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @ThomasPKennedy3: You shouldnt eat this crap!\n\nCEOs forget We The People buy their products but they'll find out when their bottom line…"},{"id":798307261470953500,"created_at":"Mon Nov 14 23:30:57 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @cleared37Joseph: @ThomasPKennedy3 @adjunctprofessr @kyramarat1 @adjunctprofessr NP I Don'tLetMy KidsEatCrap I CookFresh @pepsi 💩👿👎💉☠🔪🚬…"},{"id":798306281480134700,"created_at":"Mon Nov 14 23:27:03 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @bfraser747: 💥💥 #MondayMotivation \n\nThere is so much HOPE for Americans now. #PresidentElectTrump doesn't owe any favors to anyone.\n\n#Dr…"},{"id":798302400041861100,"created_at":"Mon Nov 14 23:11:38 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @ladymacbeth1212: Of course you are right as usual @JaredWyand. Lol. The man's business acumen cannot be questioned. #Trump is Problem s…"},{"id":798300668373205000,"created_at":"Mon Nov 14 23:04:45 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @WayneDupreeShow: I don't usually pull these out but I am happy for opportunity over the past 2 yrs for face-to-face and phone interview…"},{"id":798300584851992600,"created_at":"Mon Nov 14 23:04:25 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @DiamondandSilk: We love the fact that President Elect Trump wants to do the job of the presidency and not get paid for it. That's why…"},{"id":798300481017806800,"created_at":"Mon Nov 14 23:04:01 +0000 2016","date":"November 14, 2016","hour":15,"text":"RT @PrisonPlanet: Hillary says Trump's comments about women were \"horrific\".\n\nWhat word adequately describes her silencing of Bill Clinton'…"}]},{"date":"2016-11-14T08:00:00.000Z","hour":12,"count":5,"values":[{"id":798259947293343700,"created_at":"Mon Nov 14 20:22:57 +0000 2016","date":"November 14, 2016","hour":12,"text":"RT @Rockprincess818: Looks like the CEO of @pepsi should have kept her politics to herself and kept her mouth shut. \n#PresidentElectTrump…"},{"id":798259820214284300,"created_at":"Mon Nov 14 20:22:26 +0000 2016","date":"November 14, 2016","hour":12,"text":"RT @AmericanMex067: I take @CNN &amp; @jaketapper seriously.\n#Bannon\n#Preibus"},{"id":798258333199179800,"created_at":"Mon Nov 14 20:16:32 +0000 2016","date":"November 14, 2016","hour":12,"text":"RT @FoxNews: You crybabies are why @realDonaldTrump won!: Air Force veteran's message to anti-Trump protesters goes viral https://t.co/jP9F…"},{"id":798257492794994700,"created_at":"Mon Nov 14 20:13:11 +0000 2016","date":"November 14, 2016","hour":12,"text":"RT @steingal2: John McNaughton, artist extraordinaire, sold to Hannity who will give it to President Trump. \"The Forgotten Man\" https://t.c…"},{"id":798257438612930600,"created_at":"Mon Nov 14 20:12:58 +0000 2016","date":"November 14, 2016","hour":12,"text":"RT @RealJamesWoods: The @nytimes publisher alleging his \"newspaper\" covered the recent election \"without fear or favor\" is an outright howl…"}]},{"date":"2016-11-14T08:00:00.000Z","hour":6,"count":6,"values":[{"id":798174999408418800,"created_at":"Mon Nov 14 14:45:23 +0000 2016","date":"November 14, 2016","hour":6,"text":"RT @CDoranHarader: CLAIM: 3 Million Votes in Presidential Election Cast by Illegals... https://t.co/dhLUcBDS1J by #MoberlyG"},{"id":798174632629207000,"created_at":"Mon Nov 14 14:43:56 +0000 2016","date":"November 14, 2016","hour":6,"text":"RT @red_pillman: @Eat_shit_obama YUGE!!! Lock up the no talent and #MAGA"},{"id":798174596990124000,"created_at":"Mon Nov 14 14:43:47 +0000 2016","date":"November 14, 2016","hour":6,"text":"RT @MyCheleMarie2: @Eat_shit_obama @rsultzba @ladygaga should have thrown herself in the back of the sanitation truck when she was standing…"},{"id":798174145917939700,"created_at":"Mon Nov 14 14:42:00 +0000 2016","date":"November 14, 2016","hour":6,"text":"RT @Conservative_VW: Melania Trump is the first immigrant First Lady in 188 years 👍👍🇺🇸🇺🇸 https://t.co/9Yvw8fpkvL"},{"id":798174128503025700,"created_at":"Mon Nov 14 14:41:56 +0000 2016","date":"November 14, 2016","hour":6,"text":"RT @Lrihendry: JOIN me in congratulating @MELANIATRUMP on becoming the first immigrant born First Lady in almost two centuries! \n\n#FirstLad…"},{"id":798174087612866600,"created_at":"Mon Nov 14 14:41:46 +0000 2016","date":"November 14, 2016","hour":6,"text":"@MELANIATRUMP america ❤ u Melania! Please be careful, may god protect you and your families in the years to come 🙏 praying for u from MICH."}]},{"date":"2016-11-14T08:00:00.000Z","hour":3,"count":4,"values":[{"id":798119309440598000,"created_at":"Mon Nov 14 11:04:06 +0000 2016","date":"November 14, 2016","hour":3,"text":"RT @dystopia47: Bannon is not an antisemite. His top employee is a Jew named Milo. Try another defamatory lie Media!"},{"id":798118912923668500,"created_at":"Mon Nov 14 11:02:31 +0000 2016","date":"November 14, 2016","hour":3,"text":"RT @realDonaldTrump: The debates, especially the second and third, plus speeches and intensity of the large rallies, plus OUR GREAT SUPPORT…"},{"id":798118885945815000,"created_at":"Mon Nov 14 11:02:25 +0000 2016","date":"November 14, 2016","hour":3,"text":"RT @realDonaldTrump: I will be interviewed on @60Minutes tonight after the NFL game - 7:00 P.M. Enjoy!"},{"id":798118870573690900,"created_at":"Mon Nov 14 11:02:21 +0000 2016","date":"November 14, 2016","hour":3,"text":"RT @realDonaldTrump: The @nytimes states today that DJT believes \"more countries should acquire nuclear weapons.\" How dishonest are they. I…"}]},{"date":"2016-11-14T08:00:00.000Z","hour":2,"count":20,"values":[{"id":798117714900357100,"created_at":"Mon Nov 14 10:57:46 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @mitchellvii: Based upon prior election cycles, there are still over 7 million votes to be counted outstanding."},{"id":798117625939169300,"created_at":"Mon Nov 14 10:57:24 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @ThePatriot143: My advice to @realDonaldTrump STOP giving outlets like #60Minutes anymore ratings until they admit that Soro's is fundin…"},{"id":798117469965664300,"created_at":"Mon Nov 14 10:56:47 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @therealroseanne: The Trump win was a revolution led by a woman-@KellyannePolls to give voice to working class Americans-those ppl whom…"},{"id":798117440924192800,"created_at":"Mon Nov 14 10:56:40 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @RealJamesWoods: We must now make every endeavor to block them for as long as humanly possible. They want it this way, and we should obl…"},{"id":798117393914413000,"created_at":"Mon Nov 14 10:56:29 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @mitchellvii: Some people try to build their Twitter following by copying popular tweets as their own without a retweet. Don't do that,…"},{"id":798117337211818000,"created_at":"Mon Nov 14 10:56:16 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @mitchellvii: The Democrats final firewall is the cities. If Trump can fix those, God help them Democrats."},{"id":798117301790867500,"created_at":"Mon Nov 14 10:56:07 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @mitchellvii: How out of touch is DC? They just voted 4% for the man the rest of the country chose as our President."},{"id":798117000123793400,"created_at":"Mon Nov 14 10:54:55 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @farrightgregy: Just for the record, I have to delete and retype tweets at least 4 or 5 times a day because of a misspell or typo. Happ…"},{"id":798116509801398300,"created_at":"Mon Nov 14 10:52:58 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @ElianaBenador: When the LEFT \n#MSM #Politicians \nCannot use the truth\nAll that is left \nFor them to do \nIs to LIE\nAs if they were \nTell…"},{"id":798116462976258000,"created_at":"Mon Nov 14 10:52:47 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @oisesu53: MSM THAT WANTS TO DESTROY AMERICA CAN ALSO KISS MY ROYAL ASS💥👹💥👹💥👹💥👹THERE IS A NEW SHERIFF IN TOWN GET ON BOARD OR GET THE HE…"},{"id":798113635008557000,"created_at":"Mon Nov 14 10:41:33 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @foxandfriends: .@brunelldonald: I think Donald Trump is going to be a pleasant surprise to the inner cities; he has passion and empathy…"},{"id":798112600630231000,"created_at":"Mon Nov 14 10:37:26 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @JayS2629: CEO Threatens to ASSASSINATE TRUMP With Sniper Rifle at White House https://t.co/4QEoJGg6Oh via @gatewaypundit"},{"id":798112365959086100,"created_at":"Mon Nov 14 10:36:30 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @DrMartyFox: Today's Feel Good Story \n\nAfter CEO Tells #Trump Supporters To Quit\n\n#GrubHub Stock Implodes \n\nhttps://t.co/PiShNnc5HN http…"},{"id":798112227001794600,"created_at":"Mon Nov 14 10:35:57 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @MagicRoyalty: This was me when I found out Trump won the election! https://t.co/v6gPj4dQZu"},{"id":798111669666857000,"created_at":"Mon Nov 14 10:33:44 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @STSTWO: Time to DESTROY the trash. https://t.co/lbTMwUieXy"},{"id":798111437860274200,"created_at":"Mon Nov 14 10:32:49 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @mitchellvii: Trump has the first winning female Republican Presidential Campaign Manager and STILL they yell misogynist."},{"id":798109966775308300,"created_at":"Mon Nov 14 10:26:58 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @mitchellvii: Priebus is very similar to the Pence pick. At first people thought that was an Establishment pick too, but we learned it w…"},{"id":798109410254004200,"created_at":"Mon Nov 14 10:24:46 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @jcali56451: At least we know we won't be paying for @realDonaldTrump extravagant life like we did @BarackObama. I don't know how BO was…"},{"id":798109366763319300,"created_at":"Mon Nov 14 10:24:35 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @ANOMALY1: WOW !Lou Dobbs Loses It When He Uncovers A Paul Ryan-GOP Scheme To Undercut Trump!We Need to Rebuild New Gop Party! Mr Trump…"},{"id":798108037726801900,"created_at":"Mon Nov 14 10:19:18 +0000 2016","date":"November 14, 2016","hour":2,"text":"RT @The_NewRight: KILL THE BEAST: Excluding \"total day\" viewers, @CNN's audience is down to 290K viewers. #BoycottCNN &amp; finish them off! #T…"}]},{"date":"2016-11-13T08:00:00.000Z","hour":23,"count":6,"values":[{"id":798065746735759400,"created_at":"Mon Nov 14 07:31:16 +0000 2016","date":"November 13, 2016","hour":23,"text":"RT @bfraser747: 🇺🇸🇺🇸 #PresidentElectTrump \n\nOur 45th POTUS named Steve Bannon as Chief Strategist \n\nCongratulations @StephenBannon \n\n#Pres…"},{"id":798065460008849400,"created_at":"Mon Nov 14 07:30:07 +0000 2016","date":"November 13, 2016","hour":23,"text":"RT @RichardWeaving: Julian Assange Should Get The Noble Peace Prize,\nFor Exposing Corrupt Political Parties\nAnd Corrupt Politicians\nThank Y…"},{"id":798065151291359200,"created_at":"Mon Nov 14 07:28:54 +0000 2016","date":"November 13, 2016","hour":23,"text":"RT @_Makada_: President-Elect Donald Trump: I will not accept a salary as president! #60Minutes https://t.co/GvH0KNsmgv"},{"id":798064826744533000,"created_at":"Mon Nov 14 07:27:36 +0000 2016","date":"November 13, 2016","hour":23,"text":"RT @DanScavino: Congratulations to Reince &amp; Steve on their new positions appointed by President-elect Trump. Took this photo 9/2016. https:…"},{"id":798064717155561500,"created_at":"Mon Nov 14 07:27:10 +0000 2016","date":"November 13, 2016","hour":23,"text":"RT @DineshDSouza: Not once in 8 years did Obama represent the values of those who voted against him--Dems should pray we don't do to them w…"},{"id":798064535579988000,"created_at":"Mon Nov 14 07:26:27 +0000 2016","date":"November 13, 2016","hour":23,"text":"RT @aerochic65: they will go after our water our electric they need to go you now they will make a move soon . theyre here for war. they wi…"}]},{"date":"2016-11-13T08:00:00.000Z","hour":17,"count":1,"values":[{"id":797975594512371700,"created_at":"Mon Nov 14 01:33:02 +0000 2016","date":"November 13, 2016","hour":17,"text":"We Did It: Obama Administration Gives Up on Pacific Trade Deal https://t.co/HLXfiQa9G8 by #DeplorableBabe via @c0nvey"}]},{"date":"2016-11-13T08:00:00.000Z","hour":15,"count":6,"values":[{"id":797943256273260500,"created_at":"Sun Nov 13 23:24:32 +0000 2016","date":"November 13, 2016","hour":15,"text":"RT @LouDobbs: Should DOJ investigate Soros &amp; his links to non-profits for their role in inciting riots that have caused property damage &amp; p…"},{"id":797942813216211000,"created_at":"Sun Nov 13 23:22:46 +0000 2016","date":"November 13, 2016","hour":15,"text":"RT @farrightgregy: RT joelpollak: I've worked closely w/ Steve Bannon at Breitbart. He's an American patriot who also defends Israel &amp; has…"},{"id":797940626478219300,"created_at":"Sun Nov 13 23:14:05 +0000 2016","date":"November 13, 2016","hour":15,"text":"RT @michelle4trump: @asamjulian @Olivianuzzi Olivia thinks Trump is the only person with access to his Twitter account. She also still beli…"},{"id":797940448610385900,"created_at":"Sun Nov 13 23:13:22 +0000 2016","date":"November 13, 2016","hour":15,"text":"RT @TallahForTrump: RT If You think that President Trump should put George Soros on the FBI Most Wanted list!\n\n#MAGA https://t.co/LqY6VsrXbx"},{"id":797939297701785600,"created_at":"Sun Nov 13 23:08:48 +0000 2016","date":"November 13, 2016","hour":15,"text":"RT @Dc37Deborah: FINAL ELECTION 2016 NUMBERS: TRUMP WON BOTH POPULAR ( 62.9 M -62.2 M ) AND ELECTORAL COLLEGE VOTES ( 306-232) https://t.co…"},{"id":797939217666084900,"created_at":"Sun Nov 13 23:08:29 +0000 2016","date":"November 13, 2016","hour":15,"text":"RT @healthandcents: ABSOLUTELY! @SheriffClarke would be FORCEFUL #DHS head and UPHOLD our #LAWS. Welcome change from current lawlessness &amp;…"}]},{"date":"2016-11-13T08:00:00.000Z","hour":14,"count":43,"values":[{"id":797935796930035700,"created_at":"Sun Nov 13 22:54:53 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @mitchellvii: The thing I liked about Priebus is that he saw something in Trump and risked everything politically to back him no matter…"},{"id":797935697042640900,"created_at":"Sun Nov 13 22:54:29 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @eeynouf: Stupidity at it's best https://t.co/RNw6DPfHyk"},{"id":797935615291572200,"created_at":"Sun Nov 13 22:54:10 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @ScottPresler: I didn't cry to my mom or run to a safe space when Hillary supporters threatened my life.\n\nI stood resolute. I organized.…"},{"id":797935572199190500,"created_at":"Sun Nov 13 22:53:59 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @SandraTXAS: Trump Announces Senior WH Team: Reince Priebus Chief of Staff and Steve Bannon Chief Strategist 🇺🇸🇺🇸🇺🇸Making America Great…"},{"id":797935229973381100,"created_at":"Sun Nov 13 22:52:38 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @hectormorenco: If Soros is not locked up &amp; stopped, he will continue to drive divisive race baiting MSM narratives &amp; riots to undermine…"},{"id":797934728561070100,"created_at":"Sun Nov 13 22:50:38 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @_Proud_American: Police Charge 2 Men with Brutally Assaulting Trump Supporter https://t.co/OTDSMsDqrC"},{"id":797934670478528500,"created_at":"Sun Nov 13 22:50:25 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @PrisonPlanet: This pre-election tweet has not aged well. https://t.co/0Dgj3PPiRt"},{"id":797934392035409900,"created_at":"Sun Nov 13 22:49:18 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @Ima_JAP: @susanziggyhelp @MiddleClazzMom @vickilynne58 @misterdish69 @WyverShago @jojoh888 @tabykatt_ @Hardlanding @redbrasco @wahrbear…"},{"id":797934312322539500,"created_at":"Sun Nov 13 22:48:59 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @USFreedomArmy: Martial Law. The socialist plan for the takeover of America. Enlist in the USFA at https://t.co/oSPeY3QMpH. Join!! https…"},{"id":797933913591009300,"created_at":"Sun Nov 13 22:47:24 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @LovingEagles1: HUGE IMPROVEMENT when the people stand up and vote for the USA... HUGE improvement in all that will now happen for us al…"},{"id":797933665086894100,"created_at":"Sun Nov 13 22:46:25 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @dynamex: @avanconia @RosemryS https://t.co/HzOkHgBKtH"},{"id":797933578038480900,"created_at":"Sun Nov 13 22:46:04 +0000 2016","date":"November 13, 2016","hour":14,"text":"@TrumpUntamed @JaredWyand I've seen that a lot recently &amp; I'd also like to know what it means"},{"id":797933391601684500,"created_at":"Sun Nov 13 22:45:20 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @mitchellvii: You know, it's pretty lame that Hillary has a .3% lead in NH and CNN called it for her but Trump's .3% lead in MI is \"too…"},{"id":797933307090452500,"created_at":"Sun Nov 13 22:44:59 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @michelle4trump: Does the media have a duty to set the record straight on the many lies they pushed throughout the campaign season?"},{"id":797933244134133800,"created_at":"Sun Nov 13 22:44:44 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @healthandcents: Yes. \n1. I trust #Trump instincts. \n2. Brilliant move to have BOTH men\nBannon will keep our agenda going forward. Prie…"},{"id":797933130615140400,"created_at":"Sun Nov 13 22:44:17 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @CyndiSanchez3: @mitchellvii @Mich4Trump He's a great choice. ❤️💙🇺🇸🎯"},{"id":797932119146299400,"created_at":"Sun Nov 13 22:40:16 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @ctczman4God: @Md_Renegade @FrankLuntz I guess Frank will need to be reciting the phrase \"Would you like fries with that?\" real soon!"},{"id":797931987520589800,"created_at":"Sun Nov 13 22:39:45 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @healthandcents: Support #PresidentElectTrump 🇺🇸 \n#Trump picks Priebus 4 WH ChiefOfStaff \nSteve Bannon 4 Senior Adviser\n#MAGA🇺🇸\n https:/…"},{"id":797929846533812200,"created_at":"Sun Nov 13 22:31:14 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @BadassTexCowboy: #PodestaEmails36 @wikileaks #44879\nJust n case You need more proof that #GeorgeSoros is tied2 @hillaryclinton\nanything…"},{"id":797929790258946000,"created_at":"Sun Nov 13 22:31:01 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @mitchellvii: CNN sees racism EVERYWHERE. It gets pretty damned old."},{"id":797929383021477900,"created_at":"Sun Nov 13 22:29:24 +0000 2016","date":"November 13, 2016","hour":14,"text":"Thank u Scott, you've been just awesome and someone we can ALL look up to!!! https://t.co/U0V6mToTTa"},{"id":797929105484316700,"created_at":"Sun Nov 13 22:28:18 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @LindaSuhler: Trump Names Steve Bannon as White House Chief Strategist and Reince Priebus as Chief of Staff\n#MAGA #PresidentTrump\nhttps:…"},{"id":797928927658328000,"created_at":"Sun Nov 13 22:27:35 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @sowtrout: @realDonaldTrump picks Preibus AND Bannon. Just like Trump to not pick either/or, just pick BOTH. \nBuckle up for best 100 da…"},{"id":797928841305960400,"created_at":"Sun Nov 13 22:27:15 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @jtblogs: @JaredWyand @JayS2629 I accept Trump's decision for these positions. Let's work together for what we are elected for. America…"},{"id":797928626884788200,"created_at":"Sun Nov 13 22:26:24 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @O_IrishT: They're just a bunch of wind bag fakes! No guts to leave, unfortunately! #SorosRiots 👎 #DrainTheSwamp .@mitchellvii #TrumpTra…"},{"id":797928522358603800,"created_at":"Sun Nov 13 22:25:59 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @RealKevinMain: A threat doesn't get much clearer than that does it? Secret Service should be right along for this tard. https://t.co/js…"},{"id":797928172398506000,"created_at":"Sun Nov 13 22:24:35 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @jtblogs: @kimpriestap @JayS2629 @vdare Exactly. He may be insider. But he did the best he can to support Trump, 100%. Let's hit the gro…"},{"id":797928135912091600,"created_at":"Sun Nov 13 22:24:27 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @Democrat_4Trump: Interesting that the girl who disappeared in 2007 points directly to the Clinton Crime Family. We must investigate the…"},{"id":797928010670362600,"created_at":"Sun Nov 13 22:23:57 +0000 2016","date":"November 13, 2016","hour":14,"text":"@VickyBrush @kaymac1018 @RogerJStoneJr I just saw that ☺ill stand by his choices, he's not a stupid man reince stepped up &amp; helped us!"},{"id":797927706293915600,"created_at":"Sun Nov 13 22:22:44 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @VickyBrush: It's official!! @Mich4Trump @kaymac1018 @RogerJStoneJr"},{"id":797927560260755500,"created_at":"Sun Nov 13 22:22:09 +0000 2016","date":"November 13, 2016","hour":14,"text":"@PoliticalOne2 @ForzaCorrado thank you! I think its disgusting coming from anyone😬"},{"id":797927296384368600,"created_at":"Sun Nov 13 22:21:06 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @ibegrannyof3: That would be nice. What would be your preference on that change? By Income only? I think we should all go independent so…"},{"id":797927222484926500,"created_at":"Sun Nov 13 22:20:49 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @ibegrannyof3: I also think he stepped up when it counted &amp; he w/ RNC did assist in getting Trump elected even if some did not endorse.…"},{"id":797927181351424000,"created_at":"Sun Nov 13 22:20:39 +0000 2016","date":"November 13, 2016","hour":14,"text":"@ibegrannyof3 @mitchellvii @Reince true! I'll stand behind our man on his picks! Already blocked one supposed trump supp. Whining like a lib"},{"id":797925746048172000,"created_at":"Sun Nov 13 22:14:57 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @mitchellvii: Priebus is a perfect example of someone I initially disliked who stepped up and earned my trust."},{"id":797925724602691600,"created_at":"Sun Nov 13 22:14:52 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @mitchellvii: If YourVoice™ Radio helped you through the election and you want to help us grow. Love you guys :-) https://t.co/zVujfXwJ…"},{"id":797925641647583200,"created_at":"Sun Nov 13 22:14:32 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @mitchellvii: Anyone attacking Trump on this Priebus pick gets a block from me. I have no time for these silly purity tests."},{"id":797925602263060500,"created_at":"Sun Nov 13 22:14:22 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @mitchellvii: Trump just wins. Trust his judgment."},{"id":797925575302094800,"created_at":"Sun Nov 13 22:14:16 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @mitchellvii: When Trump picked Pence many were unhappy but I said, no, it's a great choice, wait and see. Same thing on Priebus."},{"id":797925532713308200,"created_at":"Sun Nov 13 22:14:06 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @Realjmannarino: @mitchellvii I remember when I was upset by the Pence pick. That turned out incredible. From there on out, I trust his…"},{"id":797925265867468800,"created_at":"Sun Nov 13 22:13:02 +0000 2016","date":"November 13, 2016","hour":14,"text":"@mitchellvii @Reince will help the R's HV faith, bannon will hold reince to trumps agenda. Mks sense. Plus I really trust trumps judgement!"},{"id":797923524543332400,"created_at":"Sun Nov 13 22:06:07 +0000 2016","date":"November 13, 2016","hour":14,"text":"RT @PatriotByGod: Trump Names Steve Bannon as White House Chief Strategist and Reince Priebus as Chief of Staff - Breitbart https://t.co/Cl…"},{"id":797922588307636200,"created_at":"Sun Nov 13 22:02:24 +0000 2016","date":"November 13, 2016","hour":14,"text":"@VickyBrush @kaymac1018 WaS it officially announced? Last I knew @RogerJStoneJr said it was all BS, no DEC. Made yet!"}]},{"date":"2016-11-13T08:00:00.000Z","hour":13,"count":2,"values":[{"id":797921869399605200,"created_at":"Sun Nov 13 21:59:32 +0000 2016","date":"November 13, 2016","hour":13,"text":"RT @InGodIDoTrust: CNN needs to be removed from television. \nAll they are doing is inciting riots, spreading fear and hate https://t.co/XG8…"},{"id":797918658987077600,"created_at":"Sun Nov 13 21:46:47 +0000 2016","date":"November 13, 2016","hour":13,"text":"Roger stone said whatever names are floating around r BS, no firm DEC. Have been made https://t.co/DeGzTo9f7S"}]},{"date":"2016-11-13T08:00:00.000Z","hour":12,"count":12,"values":[{"id":797905955358842900,"created_at":"Sun Nov 13 20:56:18 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @mitchellvii: FoxNews just announced openly Communist Groups are funding the #Hillriots.\n\n#NotShocked"},{"id":797905852539621400,"created_at":"Sun Nov 13 20:55:54 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @DevinSavageLive: @ConstanceQueen8 @bp207crafts @BeachyKate69 @FriendlyJMC @AnitaDWhite https://t.co/GsHpZLuf02"},{"id":797905756737572900,"created_at":"Sun Nov 13 20:55:31 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @cultcommoncore: Very classy tweet by Trump.\nBut WE will remember Kasich and how hard he tried to prevent OUR movement's victory all alo…"},{"id":797905502407532500,"created_at":"Sun Nov 13 20:54:30 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @halsteadg048: One of my favorite #quotes #MotivationalSunday https://t.co/dzPS0VhcSf https://t.co/HwX3fh6Itf"},{"id":797905432413016000,"created_at":"Sun Nov 13 20:54:14 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @davidsirota: Agree/disagree: a 35K-person city in a non-swing state deserves as much political power/relevance as a 35K-person town in…"},{"id":797905393024319500,"created_at":"Sun Nov 13 20:54:04 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @WeNeedTrump: It's time to #DrainTheSwamp. https://t.co/epCpVSGSzP"},{"id":797904925065756700,"created_at":"Sun Nov 13 20:52:13 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @wpjenna: Kellyanne Conway: \"It's time really for President Obama and Secretary Clinton to say to these protesters: 'This man is our pre…"},{"id":797901710467403800,"created_at":"Sun Nov 13 20:39:26 +0000 2016","date":"November 13, 2016","hour":12,"text":"103 tweeps followed (thank you!) and 87 unfollowed (goodbye!) me in the past week. Thank you https://t.co/9u3Nxoersa."},{"id":797893294789247000,"created_at":"Sun Nov 13 20:06:00 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @NetworksManager: Not Reince, please not Reince White House Chief of Staff. I like Reince but we need Steve Bannon if we're gonna get it…"},{"id":797893205148581900,"created_at":"Sun Nov 13 20:05:38 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @pnehlen: Eleventh Hour: Paul Ryan Scrambles to Explain Away Trade Policy Effects on Wisconsin Workers. https://t.co/FYyp1RD9PB"},{"id":797893100446347300,"created_at":"Sun Nov 13 20:05:13 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @WayneDupreeShow: America beat MSM and Political establishment so don't expect them 2 go quietly but U just remember we aren't going any…"},{"id":797892706403876900,"created_at":"Sun Nov 13 20:03:39 +0000 2016","date":"November 13, 2016","hour":12,"text":"RT @FoxNews: .@brunelldonald: \"[@HillaryClinton] should step forward and she should calm the fears and the hurt of her people that voted fo…"}]},{"date":"2016-11-13T08:00:00.000Z","hour":11,"count":32,"values":[{"id":797889655781736400,"created_at":"Sun Nov 13 19:51:32 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @wraithvenge: .@nia4_trump @col_nj These people are burning cities, wont accept democracy &amp; burning flags. Theyre protesting America. Ea…"},{"id":797889167078223900,"created_at":"Sun Nov 13 19:49:36 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @lostincali26: Let me edit this for you @nytimes: Yet Again @HillaryClinton refuses to take responsibility, no surprise! https://t.co/bi…"},{"id":797888947913248800,"created_at":"Sun Nov 13 19:48:43 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @DonaldJTrumpJr: 11 years &amp; 5 little monsters down, still going strong. Happy anniversary @MrsVanessaTrump I love you. #anniversary http…"},{"id":797888600373227500,"created_at":"Sun Nov 13 19:47:21 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @sparks1017: Stick it to @GaryLineker boycott Pepsico brands, including Walkers and Quakers. #BoycottPepsi #BoycottWalkers @PepsiCo @In…"},{"id":797888408089526300,"created_at":"Sun Nov 13 19:46:35 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @KevinBooker206: 36 buses of paid Soros protesters left Seattle last night for Los Angeles"},{"id":797888152480288800,"created_at":"Sun Nov 13 19:45:34 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @ShannaMartella: Why isn't @HillaryClinton &amp; @POTUS saying/doing Anything? #NotMyPresident #Looters #Rioters #TrumpWon #SuckItUpButterCu…"},{"id":797888121937330200,"created_at":"Sun Nov 13 19:45:26 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @DineshDSouza: Pepsi CEO says her employees are \"mourning\" over @realDonaldTrump --I propose they have a Coke to lift their spirits http…"},{"id":797887046421360600,"created_at":"Sun Nov 13 19:41:10 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @PrisonPlanet: Wrong. https://t.co/vsQZbZImTs https://t.co/QWjC3tDPOj"},{"id":797886976099655700,"created_at":"Sun Nov 13 19:40:53 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @ronniefloyd: I hope thousands of churches on Sunday will pray for our new President-elect @realDonaldTrump &amp; Vice-President elect @GovP…"},{"id":797886629234896900,"created_at":"Sun Nov 13 19:39:31 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @DineshDSouza: TO THE SNIVELING ANTI-TRUMP PROTESTERS: Do you realize that we've been grieving for America for 8 years? What makes you s…"},{"id":797886513790914600,"created_at":"Sun Nov 13 19:39:03 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @ConstanceQueen8: Poll: 25 percent of federal employees would quit under Trump presidency https://t.co/JeowEiqctd"},{"id":797886344047431700,"created_at":"Sun Nov 13 19:38:23 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @BonnieBoat: @JerichoCane135 @glennbeck @WillisShepherd Beck\nHas sold us out. Just go away. Stop sending blaze daily \nNo way 2unsubscri…"},{"id":797886287650795500,"created_at":"Sun Nov 13 19:38:09 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @TheGhostImpala: How is George Soros a free man. He should be charged with racketeering under the RICO act. #SorosRiots #SundayMorning #…"},{"id":797885815397331000,"created_at":"Sun Nov 13 19:36:17 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @CloydRivers: Merica. https://t.co/ggMwQ4YpJc"},{"id":797885731045720000,"created_at":"Sun Nov 13 19:35:56 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @JudyBaldasaro: @NolteNC @radleybalko \n\nhttps://t.co/To7ZaDQZIk"},{"id":797885313989234700,"created_at":"Sun Nov 13 19:34:17 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @LibsNoFun: It's a crime #NewTrumpCabinetPositions https://t.co/FdkQ7rPVsK"},{"id":797885286738894800,"created_at":"Sun Nov 13 19:34:11 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @DineshDSouza: This book, which was published as a dire warning, can now be read for sheer learning and enjoyment https://t.co/THQ9rwItZw"},{"id":797884877953581000,"created_at":"Sun Nov 13 19:32:33 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @PeopleBSensible: Electoral College Electors: Counter-Petition to \"Electoral College: Make Hillary Clinton President on... https://t.co/…"},{"id":797883566826786800,"created_at":"Sun Nov 13 19:27:20 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @Conservatexian: News post: \"How we voted — by age, education, race and sexual orientation [college degree]\" https://t.co/5CUIwPG5tr"},{"id":797883550896791600,"created_at":"Sun Nov 13 19:27:17 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @GadSaad: https://t.co/ZNbLgK9YDQ"},{"id":797883274550919200,"created_at":"Sun Nov 13 19:26:11 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @kittycoyne: .@realDonaldTrump #heismyPresident. This country I live in, country I love, work for. I didn't complain 8 yrs with your Pre…"},{"id":797883165729636400,"created_at":"Sun Nov 13 19:25:45 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @TrumpD2016: \"@parscale: .@twitter clearly has problems. Twitter restricted us during campaign. Now they let @MELANIATRUMP be openly att…"},{"id":797880375414378500,"created_at":"Sun Nov 13 19:14:40 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @SonofLiberty357: The Decimation of the Democratic Party - https://t.co/9DAW3wQMn8"},{"id":797879339643596800,"created_at":"Sun Nov 13 19:10:33 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @PatriotGeorgia: Stress Expert: Media to Blame for Post-Trump Election Freakout https://t.co/ddnfnGrUKY"},{"id":797879286606639100,"created_at":"Sun Nov 13 19:10:20 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @Roadstar05: TRUMP WINS EVERYTHING\nBOTH POPULAR ( 62.9 M -62.2 M ) AND ELECTORAL COLLEGE VOTES ( 306-232). https://t.co/tfK3Z1vYfz"},{"id":797879234240778200,"created_at":"Sun Nov 13 19:10:07 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @American1765: #SundayMorning \n.@KimwithpanacheG \n#WorldKindnessDay\n😍Will Work For Free😍 https://t.co/KW7hulqbGv"},{"id":797879158571343900,"created_at":"Sun Nov 13 19:09:49 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @1776FREEDOMNOW: @DrMartyFox https://t.co/7RbzbLYS56"},{"id":797879101541355500,"created_at":"Sun Nov 13 19:09:36 +0000 2016","date":"November 13, 2016","hour":11,"text":"\"@lapierre_george: AP: After Trump’s election, many American Muslims feel fear within their own country. This is ridiculous!"},{"id":797878785081110500,"created_at":"Sun Nov 13 19:08:20 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @chuckwoolery: So how do you unite with the LEFT? Give them everything they want and they still won't be content. You cannot do it. Don'…"},{"id":797878755913928700,"created_at":"Sun Nov 13 19:08:13 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @kel2195: @brunelldonald Good For You,That would be Awesome!Good Luck!"},{"id":797878656013979600,"created_at":"Sun Nov 13 19:07:50 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @FoxNews: .@newtgingrich on @realDonaldTrump Admin: 'He's Going to Want People Who Are Committed to Draining the Swamp' https://t.co/CF5…"},{"id":797876760238911500,"created_at":"Sun Nov 13 19:00:18 +0000 2016","date":"November 13, 2016","hour":11,"text":"RT @PrisonPlanet: Another ad for paid Trump protesters. This is a fake astroturf movement. https://t.co/uyyBkSX7xN"}]},{"date":"2016-11-13T08:00:00.000Z","hour":10,"count":39,"values":[{"id":797876463689023500,"created_at":"Sun Nov 13 18:59:07 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @tomborelli: So happy 4 @KatrinaPierson she jumped on @realDonaldTrump train early &amp; fought against media &amp; left-wing hacks w style @den…"},{"id":797876396425023500,"created_at":"Sun Nov 13 18:58:51 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @Trummp_2016: Let's start boycotting CNN! Who's with me? Retweet if you'll join me! #WakeUpAmerica #VoteTrump https://t.co/fsU8GY62PM"},{"id":797876145966305300,"created_at":"Sun Nov 13 18:57:51 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @mitchellvii: Hillbots floating some BS about Hillary being 2 million votes ahead in the popular vote. Not even close."},{"id":797876120787959800,"created_at":"Sun Nov 13 18:57:45 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @MarkYoungTruth: Dear Rioters, tell me again how the \"Love Trumps Hate\" thing works again? I'm confused."},{"id":797875999455133700,"created_at":"Sun Nov 13 18:57:16 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @webster05281962: @trumpquility1 God Bless you. God Bless America and God Bless President Elect Trump"},{"id":797875817392914400,"created_at":"Sun Nov 13 18:56:33 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @Democrat_4Trump: Paul Ryan is a traitor NOBODY on pres-e Trumps team should trust this \"asshole\". When tough times come he will blame T…"},{"id":797875776691417100,"created_at":"Sun Nov 13 18:56:23 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @jcali56451: In Honor of @realDonaldTrump's victory, I donated to Patriot Paws (Support dogs for Veterans). Our Veterans should always…"},{"id":797875216265293800,"created_at":"Sun Nov 13 18:54:10 +0000 2016","date":"November 13, 2016","hour":10,"text":"@WellnessHempOil holy crap that would male perfect sense! Cant wait to see what u find!"},{"id":797875019376250900,"created_at":"Sun Nov 13 18:53:23 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @syfisally: This Charles waltz doesn't deserve to be on our planet. Vile mentally insane scumbag https://t.co/slUrmx2QKh"},{"id":797874981950529500,"created_at":"Sun Nov 13 18:53:14 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @mitchellvii: Watching these riots, suddenly the fact these fools were not concerned by Hillary's thuggish past becomes far less surpris…"},{"id":797874378331615200,"created_at":"Sun Nov 13 18:50:50 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @rey_lowe: We know that the DNC and Hillary hired protesters. We know organizer of protest 340 visits to White House #MTP https://t.co/…"},{"id":797873850193055700,"created_at":"Sun Nov 13 18:48:44 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @Rockprincess818: Number of predictions Trump would not be elected President: billions. Not having to hear Hillary's voice ever again: p…"},{"id":797873577043206100,"created_at":"Sun Nov 13 18:47:39 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @DavidA7808: The SAME IDIOT that he has been for the past 8 years! Its ok- January 20th will soon be here! https://t.co/I1LwrBJh63"},{"id":797873518104887300,"created_at":"Sun Nov 13 18:47:25 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @PrisonPlanet: De Niro is a thug who disgraced his acting legacy by spending the last 15 years phoning it in for the paycheck. https://t…"},{"id":797873307101995000,"created_at":"Sun Nov 13 18:46:34 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @CloydRiversPics: \"Rape Melania\" is trendin' on Twitter. Can y'all imagine if \"Melania\" was replaced with \"Michelle\" or \"Chelsea?\" But #…"},{"id":797872899289792500,"created_at":"Sun Nov 13 18:44:57 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @RealVinnieJames: So... it's #SundayMorning, it's #WorldKindnessDay and Rape Melania is trending on Twitter. This is what 8 years of lib…"},{"id":797872837897769000,"created_at":"Sun Nov 13 18:44:42 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @mikesmom108: @lee_ritz @FiveRights This pic was taken by a friend in #Louisiana - screams hate crime to me. https://t.co/OXue1ZC5w7"},{"id":797872651465150500,"created_at":"Sun Nov 13 18:43:58 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @RogerJStoneJr: Eat it liberal scum #MakeAmericaGreatAgain https://t.co/tCQPtRJ6lo"},{"id":797868142777102300,"created_at":"Sun Nov 13 18:26:03 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @anthony76730120: # TAKE THAT OLD BROKE DOWN PEDOPHILE JOE BIDEN WITH YOU BRO ! HE SAID IN PUBLIC 13 YR OLD GIRL MADE HIM HORNY WTF IS T…"},{"id":797867828569194500,"created_at":"Sun Nov 13 18:24:48 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @TrthSeeker: @JasonBaird8 @Sheepdogleader @barrycunningham @seanhannity @infowars https://t.co/k5YrwRXZtX"},{"id":797867648293818400,"created_at":"Sun Nov 13 18:24:05 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @Carolde: Trump Announces Trey Gowdy Is Finalist For One CRUCIAL Position In His Cabinet, Are You Excited? – Conservative 101 https://t.…"},{"id":797867065122037800,"created_at":"Sun Nov 13 18:21:46 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @RaznCA: @LindaSuhler @realDonaldTrump @nytimes Trump will make media accountable once in office"},{"id":797866721336037400,"created_at":"Sun Nov 13 18:20:24 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @Donald4Change: @RealScottErnst @onion @BillKristol \nBill I forgot about you. I'll bet @realDonaldTrump s win is eating u alive. Makes m…"},{"id":797866376559870000,"created_at":"Sun Nov 13 18:19:02 +0000 2016","date":"November 13, 2016","hour":10,"text":"Im so DISGUSTED that @jack @twitter would allow thous. of assassination threats to our Pres. Elect! Time to move to gab.ai"},{"id":797864449184907300,"created_at":"Sun Nov 13 18:11:22 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @RealJamesWoods: So the good news is, if you're a #liberal you can wear a #Douchebag #Alert pin in TWO DIFFERENT SHAPES! https://t.co/1H…"},{"id":797864384898838500,"created_at":"Sun Nov 13 18:11:07 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @PatDollard: Univ. Of Michigan Law School Tries — And Fails — To Scrub Trump Trauma Play-Doh Event From Website... https://t.co/o9LXj4Ni…"},{"id":797864309871128600,"created_at":"Sun Nov 13 18:10:49 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @DanRiehl: 'Kill the police!' Anti-Trump protesters chant death threats at cops in Indianapolis protests https://t.co/WM3HoCH5X0 via @M…"},{"id":797864168070123500,"created_at":"Sun Nov 13 18:10:15 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @mitchellvii: How big was Trump's win? He could have lost OH and NC and still been elected. Wow."},{"id":797864137850114000,"created_at":"Sun Nov 13 18:10:08 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @kimmie99: FINAL ELECTION 2016 NUMBERS: TRUMP WON BOTH POPULAR ( 62.9 M -62.2 M ) AND ELECTORAL COLLEGE VOTES ( 306-232)…HEY... https://…"},{"id":797864115666489300,"created_at":"Sun Nov 13 18:10:03 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @wraithvenge: .@LouDobbs @SecretService @realDonaldTrump Not only does twitter promote assassination threats, but rape threats against n…"},{"id":797864092560044000,"created_at":"Sun Nov 13 18:09:57 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @greenstarparadx: Last week we blew up the status quo. This week the MAGA March begins. We give no quarter. This is a mandate folks. Be…"},{"id":797864014369828900,"created_at":"Sun Nov 13 18:09:39 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @Heritage: https://t.co/BKcMeU3Jua"},{"id":797863966391177200,"created_at":"Sun Nov 13 18:09:27 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @mitchellvii: A reporter asked me, \"Is there even one thing you like about Democrats?\"\n\n\"Sure, they never learn from their mistakes...\""},{"id":797863849135214600,"created_at":"Sun Nov 13 18:08:59 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @superlioness1: we will celebrate Christmas this year!!! every one go for it...it is our time w Christmas https://t.co/jf3QOoN1II"},{"id":797863708043055100,"created_at":"Sun Nov 13 18:08:26 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @baconjayhawks: The \"outrage\" of much of Hollywood because Trump won is laughable. Now u see that u aren't as important 2 USA as u wante…"},{"id":797863678934532100,"created_at":"Sun Nov 13 18:08:19 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @DiamondandSilk: .@diamondandSilk will be discussing the Riots, Liberals throwing Temper Tantrums and How the Media got it all Wrong. Tu…"},{"id":797862139562102800,"created_at":"Sun Nov 13 18:02:12 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @JayS2629: Kellyanne Conway tells The Post she feels 'blessed’ over White House gig https://t.co/pvcfmlBQIj via @nypost"},{"id":797862112106147800,"created_at":"Sun Nov 13 18:02:05 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @davlyn2032: They have no respect, that's something your taught at home. So sad. https://t.co/R5QIhB0kvt"},{"id":797862096822112300,"created_at":"Sun Nov 13 18:02:02 +0000 2016","date":"November 13, 2016","hour":10,"text":"RT @jazzmine_reilly: They still dont get it, ALL CLINTON WON WAS LARGE DEM CITYS,whole rest of country voted Trump. TIME 4BIG CITY FOLKS 2T…"}]},{"date":"2016-11-13T08:00:00.000Z","hour":9,"count":25,"values":[{"id":797861485951078400,"created_at":"Sun Nov 13 17:59:36 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @jamalrustler: This is exactly why Trump won. This is the hatred and racism that calls itself progressive in our country #ElectionNight…"},{"id":797858816230506500,"created_at":"Sun Nov 13 17:48:59 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @PrisonPlanet: Imagine being a leftist and looking at this picture. https://t.co/78wv1fDiNT"},{"id":797858796374663200,"created_at":"Sun Nov 13 17:48:55 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @iowahawkblog: If you have a politically woke 8-year old who suffering debilitating anxiety over the election, you're a shitty parent."},{"id":797858676669198300,"created_at":"Sun Nov 13 17:48:26 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @PrisonPlanet: Hearing that tolerant leftists in Ohio are bombarding members of the electoral college with death threats."},{"id":797858649641128000,"created_at":"Sun Nov 13 17:48:20 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @PrisonPlanet: Tolerant liberal. https://t.co/7ipOaPRRYt"},{"id":797857913033277400,"created_at":"Sun Nov 13 17:45:24 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @PrisonPlanet: Anti-Trump hate crime wave continues to sweep America. https://t.co/EQFVuPuBom"},{"id":797857890711109600,"created_at":"Sun Nov 13 17:45:19 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @PrisonPlanet: Fake hate crimes being blamed on Trump supporters while Trump supporters are the victims of REAL hate crimes. https://t.c…"},{"id":797857642290954200,"created_at":"Sun Nov 13 17:44:20 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @LindaSuhler: When this is done, Donald Trump will have spent $100Mil of his OWN money to save this country.\nWho else has ever done this…"},{"id":797857407481221100,"created_at":"Sun Nov 13 17:43:24 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @SheriffClarke: To Black America both those who supported @realDonaldTrump &amp; those who did not; help is on the way. Leave that Democrat…"},{"id":797857357447315500,"created_at":"Sun Nov 13 17:43:12 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @TrumpNewss: BREAKING : Laura Ingraham is Being Considered for Press Secretary https://t.co/lsfBIVmhVs https://t.co/FxAFsd1p98"},{"id":797856546310885400,"created_at":"Sun Nov 13 17:39:58 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @mitchellvii: California leans so far Left it's putting undue strain on the San Andreas Fault."},{"id":797856425917567000,"created_at":"Sun Nov 13 17:39:30 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @FocusedOnNow: . @CNN why are you IGNORING the \"Rape Melania\" signs that protestors are holding outside Trump Tower? Is THAT NOT newswor…"},{"id":797856272284422100,"created_at":"Sun Nov 13 17:38:53 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @TheRealKWingate: Seeing someone holding a \"Rape Melania\" sign at a protest, just reinforces that America made the right decision."},{"id":797856179527352300,"created_at":"Sun Nov 13 17:38:31 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @MargaretMcgui16: @JudgeJeanine Is this so? $@realDonaldTrump https://t.co/ofnqmqg30s"},{"id":797856005581217800,"created_at":"Sun Nov 13 17:37:49 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @JoshNoneYaBiz: I'm asked a lot how I can be gay and vote Republican. \n\nI want NOTHING to do with a party who's sunk so low to have a Ra…"},{"id":797855892171460600,"created_at":"Sun Nov 13 17:37:22 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @DanScavino: Join @realDonaldTrump @MELANIATRUMP @IvankaTrump @DonaldJTrumpJr @EricTrump @TiffanyATrump on @60Minutes tonight @ 7pm- aft…"},{"id":797855701171175400,"created_at":"Sun Nov 13 17:36:37 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @wikileaks: WikiLeaks dominated the US election according to Facebook statistics https://t.co/l9EhNreTJJ https://t.co/sYNPPMaHyp"},{"id":797855692757438500,"created_at":"Sun Nov 13 17:36:35 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @wikileaks: #RonPaul on #US election: \"The greatest thing happened is the evidence &amp; information we got from #WikiLeaks\" https://t.co/0y…"},{"id":797855615330623500,"created_at":"Sun Nov 13 17:36:16 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @wikileaks: Newsweek recalls 125000 copies of its magazine whose cover shows Clinton winning the US presidential election https://t.co/R…"},{"id":797855578072563700,"created_at":"Sun Nov 13 17:36:07 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @TheborderIzsafe: RUSSIA has also put out a HIT on \nSOROS - WANTED DEAD OR ALIVE"},{"id":797854664335106000,"created_at":"Sun Nov 13 17:32:30 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @MOVEFORWARDHUGE: \"CNN’s Ratings Continue to TANK as Trump Supporters Boycott the Dishonest “News” Channel\" #mustread #feedly https://t.…"},{"id":797854563193585700,"created_at":"Sun Nov 13 17:32:05 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @HairbyJennE: I feel @POTUS @HillaryClinton should speak out against their party in the streets creating havoc 2 stand down &amp; grow up Th…"},{"id":797854508650901500,"created_at":"Sun Nov 13 17:31:52 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @mitchellvii: The Electoral College was so damned important to the Framers of the Constitution, they made it the Second Article."},{"id":797854301259374600,"created_at":"Sun Nov 13 17:31:03 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @ScottPresler: In response to the protestors spreading hate &amp; littering the streets, I'm going out to pick up debris. \n\n#TakeOutTheTrash…"},{"id":797854256464216000,"created_at":"Sun Nov 13 17:30:52 +0000 2016","date":"November 13, 2016","hour":9,"text":"RT @KamVTV: Yes, this is our American Badass! \nBest video on the internet! \nBased!👌🏽#MAGA3X \n#VeteransDay #TrumpProtest \nhttps://t.co/GT7cL…"}]},{"date":"2016-11-13T08:00:00.000Z","hour":8,"count":5,"values":[{"id":797836019978506200,"created_at":"Sun Nov 13 16:18:24 +0000 2016","date":"November 13, 2016","hour":8,"text":"RT @RitaPanahi: And they're trashing the cities where Hillary won. You can't cure stupid. https://t.co/wyNoTaPEKc"},{"id":797834344593117200,"created_at":"Sun Nov 13 16:11:45 +0000 2016","date":"November 13, 2016","hour":8,"text":"@WayneDupreeShow we ,in Michigan, are sick and tired of michael Moore! Hes a useless disgrace to this state, embarrassing!"},{"id":797834123268108300,"created_at":"Sun Nov 13 16:10:52 +0000 2016","date":"November 13, 2016","hour":8,"text":"RT @WayneDupreeShow: Michael Moore Complains GOP Poisoned Michigan Democrats Minds; Democrats Neglected Them https://t.co/XFRG9ZONWv via @W…"},{"id":797833772498501600,"created_at":"Sun Nov 13 16:09:29 +0000 2016","date":"November 13, 2016","hour":8,"text":"RT @mitchellvii: Priebus risked it all to back Trump. For that I forgive past choices I did not support."},{"id":797833741460639700,"created_at":"Sun Nov 13 16:09:21 +0000 2016","date":"November 13, 2016","hour":8,"text":"RT @mitchellvii: You'd think FoxNews, CNN, NBC, ABC and CBS would interview me regarding what went wrong with polling? Not a call. They d…"}]},{"date":"2016-11-13T08:00:00.000Z","hour":7,"count":8,"values":[{"id":797824857907937300,"created_at":"Sun Nov 13 15:34:03 +0000 2016","date":"November 13, 2016","hour":7,"text":"RT @realDonaldTrump: Just had a very open and successful presidential election. Now professional protesters, incited by the media, are prot…"},{"id":797824805105848300,"created_at":"Sun Nov 13 15:33:51 +0000 2016","date":"November 13, 2016","hour":7,"text":"RT @realDonaldTrump: Wow, the @nytimes is losing thousands of subscribers because of their very poor and highly inaccurate coverage of the…"},{"id":797824781894570000,"created_at":"Sun Nov 13 15:33:45 +0000 2016","date":"November 13, 2016","hour":7,"text":"RT @realDonaldTrump: The @nytimes sent a letter to their subscribers apologizing for their BAD coverage of me. I wonder if it will change -…"},{"id":797824754061189100,"created_at":"Sun Nov 13 15:33:38 +0000 2016","date":"November 13, 2016","hour":7,"text":"RT @realDonaldTrump: Mitt Romney called to congratulate me on the win. Very nice!"},{"id":797824739326599200,"created_at":"Sun Nov 13 15:33:35 +0000 2016","date":"November 13, 2016","hour":7,"text":"RT @realDonaldTrump: Jeb Bush, George W and George H.W. all called to express their best wishes on the win. Very nice!"},{"id":797824683290697700,"created_at":"Sun Nov 13 15:33:22 +0000 2016","date":"November 13, 2016","hour":7,"text":"RT @realDonaldTrump: Governor John Kasich of the GREAT, GREAT, GREAT State of Ohio called to congratulate me on the win. The people of Ohio…"},{"id":797824640978554900,"created_at":"Sun Nov 13 15:33:11 +0000 2016","date":"November 13, 2016","hour":7,"text":"RT @DiamondandSilk: Rioting in the streets is not freedom of speech, its a crime and people should be arrested. Now we see who is Dividing…"},{"id":797824601560490000,"created_at":"Sun Nov 13 15:33:02 +0000 2016","date":"November 13, 2016","hour":7,"text":"RT @DiamondandSilk: \"UNITY PRAYER CHAIN\" We Believe In The Power Of Prayer. We are the United States not the divided states. https://t.co…"}]},{"date":"2016-11-13T08:00:00.000Z","hour":5,"count":23,"values":[{"id":797791405842268200,"created_at":"Sun Nov 13 13:21:08 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @mitchellvii: Pepsi CEO: \"Women in my company say they don't feel safe.\" Lol, just tell them to stay away from Portland and they'll be…"},{"id":797791342428557300,"created_at":"Sun Nov 13 13:20:52 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @guy_next_to_me: Laura Ingraham would be the first Supreme Court clerk to serve as press secretary- if true, Trump is going top shelf!…"},{"id":797791295980863500,"created_at":"Sun Nov 13 13:20:41 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @JerreMorganti4: @JerreMorganti4 If Trump won the popular vote, they have nothing to protest about."},{"id":797791217786482700,"created_at":"Sun Nov 13 13:20:23 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @joedmaier: @foxandfriends - please stop calling this a Democracy on air which is incorrect-it is a Constitutional Republic- the differ…"},{"id":797790895747846100,"created_at":"Sun Nov 13 13:19:06 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @mitchellvii: My God, how close America came to having our leader elected by these rioting maniacs."},{"id":797790826868985900,"created_at":"Sun Nov 13 13:18:50 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @TwitchyTeam: Cue ANOTHER Lefty WHINE-FEST: Laura Ingraham being considered for Trump’s press secretary \n\nhttps://t.co/uex8eYu5dI"},{"id":797790788306563100,"created_at":"Sun Nov 13 13:18:40 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @IngrahamAngle: REPORTER'S NOTEBOOK - EX-MARINE SAVES LIVES ON THE TERROR FRONT LINE | https://t.co/jf4ZUm36O5"},{"id":797790650943082500,"created_at":"Sun Nov 13 13:18:08 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @MissLizzyNJ: Dear Liberals, the protest already happened..at the voting booth. \nWe voted against the establishment in protest of what y…"},{"id":797790580126478300,"created_at":"Sun Nov 13 13:17:51 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @davis1087: #GeorgeSoros and #BlackLivesMatter are being sued. #RentaRiot https://t.co/oGe2MUfaFS"},{"id":797790407333740500,"created_at":"Sun Nov 13 13:17:09 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @TrussElise: #MSM has ignored and held, #Americans in disdain always\n#TRUMP made us heard\n#GlobalistPropaganda\nINCITING VIOLENCE AGAINST…"},{"id":797790144296341500,"created_at":"Sun Nov 13 13:16:07 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @Braveheart_USA: Snowflakes you have reason to be scared. However the Hate &amp; Anger you oppose, yet openly display, might be better serve…"},{"id":797789762568470500,"created_at":"Sun Nov 13 13:14:36 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @Trumpster5: Should George Soros be brought to justice for his involvement in the corrupt Hillary campaign?"},{"id":797789731199324200,"created_at":"Sun Nov 13 13:14:28 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @ThePatriot143: Time to Boycott Pepsi=&gt; Far Left CEO Says \"Employees Are Scared for Their Safety\" After Trump's Victory https://t.co/Hvx…"},{"id":797789711779721200,"created_at":"Sun Nov 13 13:14:24 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @TrumpSuperPAC: Media needs to set the record straight! #TRUMP did not mock a reporter's disability. He uses flailing to mock stupidity!…"},{"id":797789681484185600,"created_at":"Sun Nov 13 13:14:16 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @TRUMPMOVEMENTUS: Giuliani: ELECTION OVER! Now we are not divided &amp; lets start this new era united in our goals and wishing our Pres. El…"},{"id":797789517478592500,"created_at":"Sun Nov 13 13:13:37 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @ObamaMalik: I couldn't sleep. I miss Mr.Trump!"},{"id":797789408888029200,"created_at":"Sun Nov 13 13:13:11 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @Trumptbird: Empire State Bldg honors our 45th president Donald Trump! What a beautiful site! @realDonaldTrump #TrumpTrain @mitchellvii…"},{"id":797789175659593700,"created_at":"Sun Nov 13 13:12:16 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @DineshDSouza: History will remember Obama as the man who tried to take America down before a better man helped put it back up https://t…"},{"id":797788994566242300,"created_at":"Sun Nov 13 13:11:33 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @laura_stietz: Turn on the TV with popcorn in hand and watch the Hillary Supporters ensure that Trump wins again in 2020! #Crybabies\nPla…"},{"id":797788955852832800,"created_at":"Sun Nov 13 13:11:23 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @TrumpSupport13: These two lowlifes &amp; HRC literally tried to steal the Presidency of the United States of America &amp; 60 million ppl were…"},{"id":797788917546229800,"created_at":"Sun Nov 13 13:11:14 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @_Makada_: President-Elect Trump has not broken ANY of his promises to the American people, he is not in office until Jan 20! Hoaxing me…"},{"id":797788678559072300,"created_at":"Sun Nov 13 13:10:17 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @PrisonPlanet: Fake protest movement by fake paid protesters. We built a real movement, they invented a fraud. https://t.co/7Mwh6F3jUV"},{"id":797788398454997000,"created_at":"Sun Nov 13 13:09:11 +0000 2016","date":"November 13, 2016","hour":5,"text":"RT @PrisonPlanet: The most rampant hatred and actual misogyny is reserved for conservative/Republican women.\n\nTolerant left strikes again.…"}]},{"date":"2016-11-12T08:00:00.000Z","hour":18,"count":2,"values":[{"id":797620227165028400,"created_at":"Sun Nov 13 02:00:55 +0000 2016","date":"November 12, 2016","hour":18,"text":"RT @mtracey: \"The media\" was 99.9% in lockstep against her opponent, but deluded Clintonoids still blame the media. Incredible! https://t.c…"},{"id":797620110798229500,"created_at":"Sun Nov 13 02:00:28 +0000 2016","date":"November 12, 2016","hour":18,"text":"RT @JackPosobiec: This viral video claiming to show anti-Trump protests in Los Angeles is actually from Venezuela https://t.co/dwDrjiuL0m"}]},{"date":"2016-11-12T08:00:00.000Z","hour":17,"count":18,"values":[{"id":797619988052017200,"created_at":"Sun Nov 13 01:59:58 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @OnlineMagazin: 🆘‼️😂🇺🇸 You can't always get what you want... https://t.co/0YKETU4lmw"},{"id":797619675580469200,"created_at":"Sun Nov 13 01:58:44 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @d2gbeard: Those who would disrespect our Flag have never been handed a folded one. https://t.co/jWFX917XaO"},{"id":797619281819299800,"created_at":"Sun Nov 13 01:57:10 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @LucidHuricane: #BREAKING #Portland Police Chief: 'We are done with criminal activity in this city' https://t.co/9vzi2P0GTx"},{"id":797615065209905200,"created_at":"Sun Nov 13 01:40:25 +0000 2016","date":"November 12, 2016","hour":17,"text":"Facebook: WikiLeaks was the top political topic throughout October https://t.co/s46GxiYP6i by #jenilynn1001 via @c0nvey"},{"id":797614726045978600,"created_at":"Sun Nov 13 01:39:04 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @JewsChooseTrump: #JewsChooseTrump We are putting together a grassroots coalition of Jews from across the country"},{"id":797614622031380500,"created_at":"Sun Nov 13 01:38:39 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @poopracer: @UK_PPN https://t.co/rTgXciXW2N"},{"id":797612854111273000,"created_at":"Sun Nov 13 01:31:38 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @laudreport: #BoycottNFL #BoycottESPN https://t.co/vXGH8pPWLR"},{"id":797612826516979700,"created_at":"Sun Nov 13 01:31:31 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @lastpatriotsusa: #JailSoros #SorosIsANazi https://t.co/yhSl0PjHlP"},{"id":797612599705817100,"created_at":"Sun Nov 13 01:30:37 +0000 2016","date":"November 12, 2016","hour":17,"text":"@StefanMolyneux @BreitbartNews they can then get a job flipping burgers until they grow up!"},{"id":797612512925646800,"created_at":"Sun Nov 13 01:30:16 +0000 2016","date":"November 12, 2016","hour":17,"text":"@StefanMolyneux @BreitbartNews if this was my child I would drive to the univ. Drag them out by the ear and cut off college $!"},{"id":797611577537134600,"created_at":"Sun Nov 13 01:26:33 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @halsteadg048: dear liberals, the truth will set you free. https://t.co/SHaUwEbQxj https://t.co/k714OftTNm"},{"id":797611317330935800,"created_at":"Sun Nov 13 01:25:31 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @Don_Vito_08: @wikileaks @DefenseOne https://t.co/9oLAJoMbeh"},{"id":797607858254868500,"created_at":"Sun Nov 13 01:11:46 +0000 2016","date":"November 12, 2016","hour":17,"text":"@nytimes you can start your \"honesty\" by reporting wikileaks info, publish the ads by SOROS 4paid protesters! TELL THE TRUTH!"},{"id":797607198524403700,"created_at":"Sun Nov 13 01:09:09 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @FoxNews: New York Times publisher vows to 'rededicate' paper to reporting honestly https://t.co/HCa0DsH4WM"},{"id":797606968345165800,"created_at":"Sun Nov 13 01:08:14 +0000 2016","date":"November 12, 2016","hour":17,"text":"@USHeraldNews #BoycottPepsi"},{"id":797606123956211700,"created_at":"Sun Nov 13 01:04:53 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @PRPOnline: Let this picture forever mark what what many went thru to elect Trump. Via @drillermiller2 https://t.co/nFQBe6d4J6"},{"id":797605995182772200,"created_at":"Sun Nov 13 01:04:22 +0000 2016","date":"November 12, 2016","hour":17,"text":"RT @pwaldrop33: O. M. G. YES ALREADY!!\n\nWho the hell shows up to work in a negligee and EXPECTS to be taken SERIOUSLY?!?!!\n@FoxNews @rupert…"},{"id":797605893374443500,"created_at":"Sun Nov 13 01:03:58 +0000 2016","date":"November 12, 2016","hour":17,"text":"@TrumpTrain09 @PrisonPlanet idiots ! 😂😂😂"}]},{"date":"2016-11-12T08:00:00.000Z","hour":16,"count":31,"values":[{"id":797604752435638300,"created_at":"Sun Nov 13 00:59:26 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @OpinionOnion7: EXTRA❗️EXTRA❗️ RIGHT HERE FOLKS👇 #TRUMP WINS THE POPULAR VOTE❗️ 🎉🍾💃THE MSM WAS WRONG ONCE AGAIN❗️ https://t.co/xYXqIbr0EU"},{"id":797604333273698300,"created_at":"Sun Nov 13 00:57:46 +0000 2016","date":"November 12, 2016","hour":16,"text":"@PrisonPlanet anyone report the psycho that posted this? the FBI will look into it! What a whack job!"},{"id":797603050475163600,"created_at":"Sun Nov 13 00:52:40 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @PrisonPlanet: Some leftists are literally beginning to sound like ISIS jihadists. https://t.co/rhlwuEquwD"},{"id":797602204941221900,"created_at":"Sun Nov 13 00:49:19 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @TheTrumpLady: CONFIRMED! MI GOES RED! Broke “blue wall” by taking PA, WI &amp; now, MI! via TruthFeed https://t.co/sYb9XAN7xu\n#TrumpPreside…"},{"id":797602054478897200,"created_at":"Sun Nov 13 00:48:43 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @debsinger2: Donald Trump Supporters Raise $124k for Burned Down Black Church https://t.co/9CVWREs9mO #tcot #MAGA"},{"id":797600210746744800,"created_at":"Sun Nov 13 00:41:23 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @Nigel_Farage: It was a great honour to spend time with @realDonaldTrump. He was relaxed and full of good ideas. I'm confident he will b…"},{"id":797599906735259600,"created_at":"Sun Nov 13 00:40:11 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @SMassadi: They hurt a few cats also. They are sickos. Why hurt innocent animals? https://t.co/tAKzveyk7k"},{"id":797599854063140900,"created_at":"Sun Nov 13 00:39:58 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @LindaSuhler: Get the news out!\nDonald Trump's Team Rolls Out Transition Website, Social Media Presence\n#MAGA\n@Transition2017 \nhttps://t…"},{"id":797598636142116900,"created_at":"Sun Nov 13 00:35:08 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @KatrinaPierson: Stopped by #TrumpTower to congratulate the boss again, I mean, the next President of the United States! @realDonaldTrum…"},{"id":797598434752655400,"created_at":"Sun Nov 13 00:34:20 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @ErinJJones11: @tirangabrigade 👈🏻via💯‼️ \n@EjHirschberger @RealAlexJones @realErinJReidt @DJTrumpIT @realNormaJeane1 #PresidentTRUMP #Ma…"},{"id":797598056661319700,"created_at":"Sun Nov 13 00:32:50 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @ScottPresler: Dear Liberals, \n\nI voted for #PresidentTrump because I'm not a victim. I'm not going to blame anyone for my problems. I e…"},{"id":797597208925311000,"created_at":"Sun Nov 13 00:29:27 +0000 2016","date":"November 12, 2016","hour":16,"text":"@CNN @msnbc @hillary the riots are YOUR faults u HV been lying to viewers &amp; u kno it! Tell the truth b4 people r killed!"},{"id":797596043626119200,"created_at":"Sun Nov 13 00:24:50 +0000 2016","date":"November 12, 2016","hour":16,"text":"@FrankLuntz @MAGA_Mack @mitchellvii luntz, keep ass kissing all u want but trump supporters consider you MSM! We will not 4get"},{"id":797594590199029800,"created_at":"Sun Nov 13 00:19:03 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @American1765: #NationalPizzaDay 🍺\nCould Buy Lotsa Pizza 🍕\n&amp; #GetRichIn4Words 💰\n🦁 BY BETTING ON TRUMP🦁\nWinner Of🏆The Popular Vote\n🔗 http…"},{"id":797594507923587100,"created_at":"Sun Nov 13 00:18:43 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @Bane1349: SOROS is paying people to be ANARCHISTS https://t.co/5RGoeJCh4v"},{"id":797594132088844300,"created_at":"Sun Nov 13 00:17:14 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @Davewellwisher: Alabama Mayor Launches GoFundMe Campaign to Send Anti-Trump Elites to Tijuana https://t.co/gSc5oJZujv"},{"id":797593613140197400,"created_at":"Sun Nov 13 00:15:10 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @adampayne26: Trump &amp; Farage together this evening https://t.co/OmCEP18lnH"},{"id":797593575559139300,"created_at":"Sun Nov 13 00:15:01 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @FoxNews: President-elect @realDonaldTrump's transition team. https://t.co/TjRhq2fnOy"},{"id":797593507846295600,"created_at":"Sun Nov 13 00:14:45 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @GovMikeHuckabee: LOL watching ppl even at Fox who said Trump COULDN'T win now explain how he DID.They scoffed at us who said Trump woul…"},{"id":797593469082632200,"created_at":"Sun Nov 13 00:14:36 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @2ALAW: Dear Liberals,\nDonald Trump Wants To Keep This Barbaric Backward Ideology Out Of America.\n\nSo You Have No Idea What You're Even…"},{"id":797593017062424600,"created_at":"Sun Nov 13 00:12:48 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @Cernovich: You and your son are going to prison, George. It's my highest priority. You have incited mobs and violence. Rico Act. Prison…"},{"id":797592811495456800,"created_at":"Sun Nov 13 00:11:59 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @PrisonPlanet: #TrumpRiot https://t.co/6lxR13wC9K"},{"id":797592649695973400,"created_at":"Sun Nov 13 00:11:20 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @bfraser747: 💥💥 Dear Liberals\n\nWE are sick &amp; tired of #DishonestMedia that are inciting these #TrumpProtests blaming #PresidentElectTru…"},{"id":797592479562420200,"created_at":"Sun Nov 13 00:10:40 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @timmmo510: @BenHowe https://t.co/kzTXEi1sSj"},{"id":797592432393285600,"created_at":"Sun Nov 13 00:10:29 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @hectormorenco: Quatar &amp; Saudis donated to the Clinton foundation while HRC was Sec. State. In exchange for the donations, the CIA was s…"},{"id":797592039642857500,"created_at":"Sun Nov 13 00:08:55 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @Rockprincess818: #NewTrumpCabinetPositions\nImmigration Hard-Liner https://t.co/IbIejzKal1"},{"id":797591937549275100,"created_at":"Sun Nov 13 00:08:31 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @investigator50: @Debramax @voxdotcom https://t.co/akS1Nq3Vz3"},{"id":797591809404899300,"created_at":"Sun Nov 13 00:08:00 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @JackBPR: Watch anti-Trump rioters get what they deserve as cops take back the streets; it’s a new day in America https://t.co/OFZPrVHBx…"},{"id":797591755084402700,"created_at":"Sun Nov 13 00:07:47 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @deb_sadie: I am honoring our new President Elect @realDonaldTrump with my new hashtag! #CelebratePresident45"},{"id":797591207895515100,"created_at":"Sun Nov 13 00:05:37 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @PaulineHansonOz: FREE JULIAN ASSANGE: It is time to bring him home. #auspol #PardonJulian #FreeAssange #Wikileaks #whistleblower #Hero…"},{"id":797590972712546300,"created_at":"Sun Nov 13 00:04:41 +0000 2016","date":"November 12, 2016","hour":16,"text":"RT @Breaking911: Trump supporter arrives at anti-Trump protest in Fresno.\n\nhttps://t.co/AJzZ2ZaSvZ"}]},{"date":"2016-11-12T08:00:00.000Z","hour":15,"count":14,"values":[{"id":797589687498051600,"created_at":"Sat Nov 12 23:59:34 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @PortlandPolice: 25 People Arrested in Thursday Night Riot in Portland (Photo) https://t.co/oas2XpzoHw https://t.co/ikipWaoqB1"},{"id":797589504701894700,"created_at":"Sat Nov 12 23:58:51 +0000 2016","date":"November 12, 2016","hour":15,"text":"@JoshNoneYaBiz @SeanKD we are all Americans! I'm conservative but support gay marriage. We aren't racist, homophobes MSM/HRC lied!"},{"id":797587879023300600,"created_at":"Sat Nov 12 23:52:23 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @JoshNoneYaBiz: Dear Liberals,\n\nThe right has embraced me as a #GaysForTrump \n\nMeanwhile you viciously attack me for my political views.…"},{"id":797587444132675600,"created_at":"Sat Nov 12 23:50:39 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @GOPjenna: Watching all these protest videos, I'm noticing the police are already acting unleashed. They can FINALLY do their jobs again…"},{"id":797587150053183500,"created_at":"Sat Nov 12 23:49:29 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @Nigel_Farage: Especially pleased at @realDonaldTrump's very positive reaction to idea that Sir Winston Churchill's bust should be put b…"},{"id":797586624058159100,"created_at":"Sat Nov 12 23:47:24 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @theordinaryman2: two men who have changed the world\n#NigelFarage &amp; #DonaldTrump\n\n#PresidentTrump #Electionnight #USADecides #Brexit #US…"},{"id":797583482398642200,"created_at":"Sat Nov 12 23:34:55 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @America_1st_: Dear Liberals, who's laughing now? https://t.co/NoIBw2WK8s"},{"id":797583090113806300,"created_at":"Sat Nov 12 23:33:21 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @MELANIATRUMP: Melania Trump Shares Her Vision And Inspiration For America https://t.co/pnRAgmX9ip https://t.co/bM5j4iTQ4w"},{"id":797581485154902000,"created_at":"Sat Nov 12 23:26:59 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @LindaSuhler: When Christians vote...\nData Show Evangelicals, Catholics Delivered Key States to Trump\n#CCOT #Election2016 #MAGA\nhttps://…"},{"id":797581394134388700,"created_at":"Sat Nov 12 23:26:37 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @LindaSuhler: #FoxNews needs to unload this loon\n#DeadWood #DrainTheSwamp #MAGA\nhttps://t.co/E0rhfemLV9 https://t.co/ibc0rCRGa4"},{"id":797581277994123300,"created_at":"Sat Nov 12 23:26:09 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @Veteran4Trump: It's already happening, President of Mexico wants to Negotiate that “Wall” https://t.co/wgOD9pgDbm via @BreitbartNews #…"},{"id":797580645342052400,"created_at":"Sat Nov 12 23:23:38 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @JHaystrand: Internationally I created isis! Domestically I created black lives matter! https://t.co/r0evvvUDzV"},{"id":797580612156686300,"created_at":"Sat Nov 12 23:23:30 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @BigBluetn65: Trump Optimism Propels Dow to Best Week in Five Years - You ain't seen nothing yet! https://t.co/Wu3oMGXsxN"},{"id":797580544699678700,"created_at":"Sat Nov 12 23:23:14 +0000 2016","date":"November 12, 2016","hour":15,"text":"RT @PortlandPolice: 17 People Arrested During Friday Night's Protest in Portland (Photo) https://t.co/XKxqQ9JZLS https://t.co/gVg8PUiU8n"}]},{"date":"2016-11-12T08:00:00.000Z","hour":14,"count":9,"values":[{"id":797567571595841500,"created_at":"Sat Nov 12 22:31:41 +0000 2016","date":"November 12, 2016","hour":14,"text":"RT @bfraser747: 🇺🇸🇺🇸 #PresidentElectTrump\n\nDear Liberals I wish you would all listen to this smart man and ask yourself some of the same qu…"},{"id":797566782747852800,"created_at":"Sat Nov 12 22:28:33 +0000 2016","date":"November 12, 2016","hour":14,"text":"@DRUDGE_REPORT @woitekj @politico he's a nasty human being, from my home state where we are ASHAMED at his hateful rhetoric!"},{"id":797566162737463300,"created_at":"Sat Nov 12 22:26:05 +0000 2016","date":"November 12, 2016","hour":14,"text":"RT @mitchellvii: Every car window you smash is another nail in the Democrat Party coffin. No million dollar ad could send a clearer message."},{"id":797566076775174100,"created_at":"Sat Nov 12 22:25:45 +0000 2016","date":"November 12, 2016","hour":14,"text":"RT @MadBarbi: and WE SHALL NEVER LET @realDonaldTrump down EITHER. https://t.co/cF8qBx4gr6"},{"id":797565961234710500,"created_at":"Sat Nov 12 22:25:17 +0000 2016","date":"November 12, 2016","hour":14,"text":"RT @terrymendozer: Dear Liberals: please read. A dear friend and Hillary supporter sent me this after watching the hateful things people sa…"},{"id":797565704786575400,"created_at":"Sat Nov 12 22:24:16 +0000 2016","date":"November 12, 2016","hour":14,"text":"RT @umpire43: And now with the final count in she did not Win the popular vote 2016 either. Trump beat her by 3.52 million votes. https://t…"},{"id":797565625879105500,"created_at":"Sat Nov 12 22:23:57 +0000 2016","date":"November 12, 2016","hour":14,"text":"RT @Stevenwhirsch99: Don't let #MSM convince you that Trump is going back on his promises. It's all a bunch of collaborated lies. It's not…"},{"id":797565528588034000,"created_at":"Sat Nov 12 22:23:34 +0000 2016","date":"November 12, 2016","hour":14,"text":"RT @TallahForTrump: You were literally bankrolled by the DNC &amp; promised press positions for lying about Trump. You're wrong, morally and po…"},{"id":797564921412255700,"created_at":"Sat Nov 12 22:21:09 +0000 2016","date":"November 12, 2016","hour":14,"text":"RT @Robertfata1: DOJ should investigate how Soros became a citizen.when he was a Nazi during ww2 no statute of limitations on Nazis https:/…"}]},{"date":"2016-11-12T08:00:00.000Z","hour":12,"count":2,"values":[{"id":797536088122343400,"created_at":"Sat Nov 12 20:26:35 +0000 2016","date":"November 12, 2016","hour":12,"text":"Facebook: WikiLeaks was the top political topic throughout October https://t.co/PI9dkt6i5c by #BrittPettibone via @c0nvey"},{"id":797534326732836900,"created_at":"Sat Nov 12 20:19:35 +0000 2016","date":"November 12, 2016","hour":12,"text":"RT @DAILY_AMERICAN: Dear Liberals #FactCheck https://t.co/REdclBH5re"}]},{"date":"2016-11-12T08:00:00.000Z","hour":10,"count":13,"values":[{"id":797504261382963200,"created_at":"Sat Nov 12 18:20:07 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @MarkDice: Dear Liberals - Your ideology is as wrong as the once held belief that smoking cigarettes is good for one's health. Time to…"},{"id":797503888706388000,"created_at":"Sat Nov 12 18:18:38 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @realDonaldTrump: This will prove to be a great time in the lives of ALL Americans. We will unite and we will win, win, win!"},{"id":797503807185887200,"created_at":"Sat Nov 12 18:18:19 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @dmon4ever: .@realDonaldTrump:\n\n'BREAK THE CYCLE\n\nOF CORRUPTION'\n\nVOWS TO SUPPORT\n\nTERM LIMITS IN DC.\n\nhttps://t.co/TXHVI73zKu\n#DrainThe…"},{"id":797502467395190800,"created_at":"Sat Nov 12 18:12:59 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @AlwaysActions: Al Sharpton calls for the killing\nof all white people and cops 🚨\n\n#Trump2016\n#HopeAndChange2008\n#POTUS #ComingOutDay\nhtt…"},{"id":797502449787564000,"created_at":"Sat Nov 12 18:12:55 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @PrisonPlanet: Harry Reid accuses Trump of unleashing a \"tide of hate\" as Hillary voters riot &amp; attack Trump supporters nationwide. http…"},{"id":797502377502920700,"created_at":"Sat Nov 12 18:12:38 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @TrumpNation22: Dear Liberals: President, House, Senate, SupremeCourt &amp; 35/50 USGovernors = GOP\n\nLet that sink in👍\n#NationalPizzaDay\n#Sa…"},{"id":797502355201728500,"created_at":"Sat Nov 12 18:12:33 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @TRUMP_PREZ: Dear Liberals,\n\nStill wondering why the polls &amp; MSM news were so wrong?\n\nThey weren't wrong. They were LYING.\n\nJust like th…"},{"id":797502324486848500,"created_at":"Sat Nov 12 18:12:25 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @MJK98123: Julian assange needs to be pardoned if it wasnt for wiki leakes we never would have known the extent of corruption personally…"},{"id":797502302022201300,"created_at":"Sat Nov 12 18:12:20 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @PrisonPlanet: Rioting, burning and smashing up your own neighborhood is not \"freedom of assembly,\" it's criminal behavior. https://t.co…"},{"id":797500926005309400,"created_at":"Sat Nov 12 18:06:52 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @AnnCoulter: Commander in Chief's duty is to protect the nation's borders. Building a wall is not an unconstitutional executive order. I…"},{"id":797500797881876500,"created_at":"Sat Nov 12 18:06:21 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @JayS2629: New York Times publisher vows to 'rededicate' paper to reporting honestly | https://t.co/fOGuq8Z6gP"},{"id":797500704747294700,"created_at":"Sat Nov 12 18:05:59 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @PrisonPlanet: Hey @guardian - will you be taking action against your reporter who openly advocated the assassination of a president-ele…"},{"id":797500554700329000,"created_at":"Sat Nov 12 18:05:23 +0000 2016","date":"November 12, 2016","hour":10,"text":"RT @steingal2: Our new First Lady. https://t.co/mm6MUZzBle"}]},{"date":"2016-11-12T08:00:00.000Z","hour":2,"count":3,"values":[{"id":797381053279248400,"created_at":"Sat Nov 12 10:10:32 +0000 2016","date":"November 12, 2016","hour":2,"text":"RT @mikandynothem: This is a dream come true for Conservatives that thought we may never see this Revolution in our lifetime. #tcot #NewTru…"},{"id":797380634549297200,"created_at":"Sat Nov 12 10:08:52 +0000 2016","date":"November 12, 2016","hour":2,"text":"RT @terrymendozer: #NewTrumpCabinetPositions what if I told you everything media, Hillary and Obama told you about #PresidentTrump is a lie…"},{"id":797378758638534700,"created_at":"Sat Nov 12 10:01:25 +0000 2016","date":"November 12, 2016","hour":2,"text":"RT @ANOMALY1: TRUMP:I WANT THE CHILDREN THAT ARE GROWING UP IN THE UNITED STATES 2 BE DREAMERS ALSO!#AmericanDream WILL RISE AGAIN https://…"}]},{"date":"2016-11-12T08:00:00.000Z","hour":1,"count":32,"values":[{"id":797377810725793800,"created_at":"Sat Nov 12 09:57:39 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @mavrick803: @LodiSilverado these riots we're seeing did not spring up genuinely and organically they're bought and paid for. Trump need…"},{"id":797376301283819500,"created_at":"Sat Nov 12 09:51:39 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @IngrahamAngle: We Did It: Obama Administration Gives Up on Pacific Trade Deal https://t.co/OOwv6sVDP6"},{"id":797376154684551200,"created_at":"Sat Nov 12 09:51:04 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @YoungDems4Trump: .@ChelseaClinton is preparing to run for congress. Like and RT if you reject the return of criminals and money launder…"},{"id":797375976988639200,"created_at":"Sat Nov 12 09:50:22 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @bocavista2016: The media labeled @realDonaldTrump as a racist, sexist, homophobe for 16 months\n\nBut then there's THIS\n\nhttps://t.co/qCu…"},{"id":797374520927600600,"created_at":"Sat Nov 12 09:44:34 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @FoxBusiness: .@SheriffClarke: \"Donald Trump ran on a theme of law-and-order, and what we are seeing is pure lawlessness by anarchists.\"…"},{"id":797374123303465000,"created_at":"Sat Nov 12 09:43:00 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @2ALAW: This Is How Ronald Reagan Handled Protesters!!\n\n@Lrihendry \n#VeteransDay\n#TrumpRiot\n@realDonaldTrump https://t.co/Nop9I4WZRn"},{"id":797373868667179000,"created_at":"Sat Nov 12 09:41:59 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @Australiaunwra6: The media is saying that Trump won because of \"uneducated white men.\" Can you imagine said that Obama won because of \"…"},{"id":797370850123116500,"created_at":"Sat Nov 12 09:29:59 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @CNN: .@AsraNomani on why she voted for Donald Trump: \"The condition of my life has not improved over the last 8 years\" https://t.co/acf…"},{"id":797369370745962500,"created_at":"Sat Nov 12 09:24:07 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @mitchellvii: Trump Family, we gave it our all. We left everything on the field and when the clock struck zero, America had won. \n\nThan…"},{"id":797368890493898800,"created_at":"Sat Nov 12 09:22:12 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @GDLtothePDX: Another liberal OBAMA/Hillary supporter calling for assassination of #PresidentElectTrump @SecretService @NewYorkFBI @FBI…"},{"id":797368814182760400,"created_at":"Sat Nov 12 09:21:54 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @Gunnar_Thor: RT If You think that President Trump should put George Soros on the FBI Most Wanted list!\n\n#MAGA https://t.co/srIXfLPDyW"},{"id":797368620011716600,"created_at":"Sat Nov 12 09:21:08 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @Shannon07884884: @mitchellvii there's still more to expose. Wikileaks keeps dropping stuff &amp; we need to keep our eyes open. I don't tru…"},{"id":797367976592818200,"created_at":"Sat Nov 12 09:18:34 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @Cernovich: Fake news media only has power if we believe them. We are taking away this power every day. Feels great!"},{"id":797367672128360400,"created_at":"Sat Nov 12 09:17:22 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @Cernovich: Great to see the media hasn't learned a thing from their loss. They are doubling down on insulting the public. GREAT. Keep d…"},{"id":797367053913124900,"created_at":"Sat Nov 12 09:14:54 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @NoMoreRomney: Loves This Women Setting The Two #PussyGrabs Straight https://t.co/wbMzZJNaJp"},{"id":797366684415918100,"created_at":"Sat Nov 12 09:13:26 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @Gunnar_Thor: I cannot believe they're blaming Trump 4 the divide in this nation. Obama has been striving 2 divide us for the last 8 yea…"},{"id":797365693020864500,"created_at":"Sat Nov 12 09:09:30 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @natsocialist: he lives in Queen's NYC https://t.co/woJipNPsfr"},{"id":797365640097099800,"created_at":"Sat Nov 12 09:09:17 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @AnnCoulter: Just for exposing the media, Assange deserves a pardon and a presidential medal of freedom. https://t.co/nGJNh9KIbP"},{"id":797365510782484500,"created_at":"Sat Nov 12 09:08:46 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @foxandfriends: .@JudgeJeanine's message to anti-Trump protesters: \"Get a life, get a job, get over it.\" https://t.co/CbxXtUEJVx"},{"id":797365163267649500,"created_at":"Sat Nov 12 09:07:23 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @Bikers4Trump: Trump won the popular vote too. Now the liberals have nothing to cry about (they will anyways.) #TrumpRiots\nDonate @ http…"},{"id":797365068811931600,"created_at":"Sat Nov 12 09:07:01 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @TheTrumpLady: .@mitchellvii Liberals, \"America has fundamentally rejected your belief systems!\" #SorosPaidProtesters \n#SorosFundedRiots…"},{"id":797364714724589600,"created_at":"Sat Nov 12 09:05:36 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @RaymondSmith54: @ErickaJacobs123 @townhallcom Um, she lost the popular vote"},{"id":797364656176250900,"created_at":"Sat Nov 12 09:05:23 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @OpinionOnion7: 100%! HERE'S A LINK TO ALL OF THE ORGANIZATIONS LINKED TO SOROS. IT WILL SURPRISE YOU. PLEASE RT TO GET THE WORD OUT\nhtt…"},{"id":797364585384865800,"created_at":"Sat Nov 12 09:05:06 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @SheriffClarke: How to stop riots. 1)Declare state of emergency.2)Impose early curfew. 3)Mobilize Nat Guard.4)Authorize ALL non lethal f…"},{"id":797364308258725900,"created_at":"Sat Nov 12 09:04:00 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @ConstanceQueen8: BREAKING : The Failing New York Times Issues an Apology to it's Readers for Biased Reporting https://t.co/8ZqmuPaKuI"},{"id":797363741935435800,"created_at":"Sat Nov 12 09:01:45 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @Lrihendry: Plot twist: CNN now saying that Donald Trump will won the popular vote! https://t.co/rMKZtVHMsB #TrumpPresident #MAGA"},{"id":797363696460767200,"created_at":"Sat Nov 12 09:01:34 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @USAforTrump2016: If you don't respect America, get the hell out"},{"id":797363635588833300,"created_at":"Sat Nov 12 09:01:19 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @ConstanceQueen8: CNN ratings drop below gardening network as Trump supporters boycott over bias https://t.co/Av3Fnd7hYq"},{"id":797363568752607200,"created_at":"Sat Nov 12 09:01:03 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @AmyMek: Did you know Mike Pence slipped away last week to go to pay respect to the two Iowa officers that were slain? No fanfare, Just…"},{"id":797363512343490600,"created_at":"Sat Nov 12 09:00:50 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @JaredWyand: Dear Gregg Popovich,\n\nIslam is a supremacist ideology, not a race\n\nIllegal aliens are criminals, not a race\n\nStick to the c…"},{"id":797363388758323200,"created_at":"Sat Nov 12 09:00:20 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @terrymendozer: #NewTrumpCabinetPositions can it be true?? Sheriff Clarke for secretary of homeland security!! 🙏🏽 can you imagine these…"},{"id":797363329954095100,"created_at":"Sat Nov 12 09:00:06 +0000 2016","date":"November 12, 2016","hour":1,"text":"RT @ofccadjust: .@jack Jack you're a disgrace &amp; should step down immediately. https://t.co/80fSYnssS8"}]},{"date":"2016-11-12T08:00:00.000Z","hour":0,"count":7,"values":[{"id":797362613172715500,"created_at":"Sat Nov 12 08:57:15 +0000 2016","date":"November 12, 2016","hour":0,"text":"RT @brunelldonald: I just applied online on the Great Again website to serve in The Trump Administration which included submitting my resum…"},{"id":797362528867283000,"created_at":"Sat Nov 12 08:56:55 +0000 2016","date":"November 12, 2016","hour":0,"text":"RT @healthandcents: #TrumpTrain ▶️TIME 2 #BoycottCNN \n\n#CorruptMSM is undermining #PresidentElectTrump ➕ inciting paid #SorosRiots\n\nDemand…"},{"id":797362401444302800,"created_at":"Sat Nov 12 08:56:25 +0000 2016","date":"November 12, 2016","hour":0,"text":"RT @bakedalaska: I am calling for @Jack Dorsey to step down as Twitter CEO! He has allowed murder threats to run rampant, while censoring T…"},{"id":797362357651591200,"created_at":"Sat Nov 12 08:56:14 +0000 2016","date":"November 12, 2016","hour":0,"text":"RT @TallahForTrump: Hey Obama, worried about legacy? How about you grow a pair and tell your black \"brothas\" to stop burning the damn count…"},{"id":797362237946073100,"created_at":"Sat Nov 12 08:55:46 +0000 2016","date":"November 12, 2016","hour":0,"text":"RT @TallahForTrump: Retweet and Like if this man needs to be held accountable for his riot-funding. https://t.co/LMFzLWLYah"},{"id":797362199924764700,"created_at":"Sat Nov 12 08:55:37 +0000 2016","date":"November 12, 2016","hour":0,"text":"RT @wikileaks: Remember how you let Obama \"legalize\"\n✔Assassinating anyone \n✔Spying on everyone\n✔Prosecuting publishers+sources\nIt's all Tr…"},{"id":797361862362984400,"created_at":"Sat Nov 12 08:54:16 +0000 2016","date":"November 12, 2016","hour":0,"text":"RT @mitchellvii: The votes haven't change in MI in 3 days. Why don't they just give it to Trump already? I want 306."}]},{"date":"2016-11-11T08:00:00.000Z","hour":17,"count":1,"values":[{"id":797250220455297000,"created_at":"Sat Nov 12 01:30:39 +0000 2016","date":"November 11, 2016","hour":17,"text":"RT @SheriffClarke: Thank you to ALL military veterans for your service to this great republic. https://t.co/eTeAbUyg2l"}]},{"date":"2016-11-11T08:00:00.000Z","hour":16,"count":10,"values":[{"id":797233504044073000,"created_at":"Sat Nov 12 00:24:13 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @NewtTrump: RETWEET if you want to see @newtgingrich as @realDonaldTrump's Secretary of State! https://t.co/e9EzH35Nnc"},{"id":797233479113179100,"created_at":"Sat Nov 12 00:24:07 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @60kolex: Keep moving left until you fall into the ocean California #California #CA #SorosRiots #TrumpProtest #safetypin #TrumpRiot #Fak…"},{"id":797233431675605000,"created_at":"Sat Nov 12 00:23:56 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @SebGorka: STILL lying. https://t.co/29hYXL8Ptd"},{"id":797232782107955200,"created_at":"Sat Nov 12 00:21:21 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @JaredWyand: Another lying Muslim caught hoaxing assault. They do this to Europeans constantly to achieve victimhood\n\n#FacingRace\nhttps:…"},{"id":797232495422910500,"created_at":"Sat Nov 12 00:20:13 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @MisterMetokur: They are actually wearing #safetypin to promote safe spaces after Trump's election. Why not diapers you giant fucking t…"},{"id":797232438032339000,"created_at":"Sat Nov 12 00:19:59 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @MrsDigger: I cannot believe that the nation that defeated fascism and communism has raised multiple generations of weenies. #safetypin"},{"id":797232217751777300,"created_at":"Sat Nov 12 00:19:07 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @CantStumpTrump1: I'm going to walk around with a #Safetypin &amp; when someone approaches me I'll whisper in their ear \"We're going to Make…"},{"id":797231979523674100,"created_at":"Sat Nov 12 00:18:10 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @Bloviate_Barbie: This is my #SafetyGlock. I carry it in my purse so that I can secure my safe space.\n\n#safetypin https://t.co/5VrUadMBJ8"},{"id":797231822975496200,"created_at":"Sat Nov 12 00:17:33 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @tcotonleftcoast: #WhenTrappedInAnElevator a democrat would clutch their #safetypin and break out crying, a Trump supporter would Make E…"},{"id":797230755424378900,"created_at":"Sat Nov 12 00:13:18 +0000 2016","date":"November 11, 2016","hour":16,"text":"RT @VoteTrumpPics: \"Spending time with our Veterans has been the greatest honor of this campaign.\" - @realDonaldTrump\n\n#VeteransDay 🇺🇸 #Tha…"}]},{"date":"2016-11-11T08:00:00.000Z","hour":15,"count":13,"values":[{"id":797217387716153300,"created_at":"Fri Nov 11 23:20:11 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @TomiLahren: Let this sink in. #MAGA https://t.co/bBRlBHtGq7"},{"id":797216995343269900,"created_at":"Fri Nov 11 23:18:37 +0000 2016","date":"November 11, 2016","hour":15,"text":"Have they fired brazille? I haven't heard that, good if they did, she's as crooked as Clinton! https://t.co/23EvxkL15v"},{"id":797216605969256400,"created_at":"Fri Nov 11 23:17:05 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @TrumpsNewsDaily: President Elect Trump calls slain cop's widow to offer his condolences https://t.co/BegAxhYHrp"},{"id":797216421331828700,"created_at":"Fri Nov 11 23:16:21 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @TeamTrumpNC: I smell a cabinet position. https://t.co/kHEZCBKHnY"},{"id":797216070327304200,"created_at":"Fri Nov 11 23:14:57 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @VickyBrush: .#TheFive on Fox just reported: #PresidentElectDonaldJTrump won more WOMEN VOTES than #HillaryClinton! This speaks VOLUMES,…"},{"id":797215431157252100,"created_at":"Fri Nov 11 23:12:24 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @heifer109: What this economist heard in DC shows Clinton WH could’ve been even more CORRUPT than thought https://t.co/DuYnrGB9SK"},{"id":797214908899278800,"created_at":"Fri Nov 11 23:10:20 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @Jamesbr71035348: @Inked1BNA @ABC hahahah MAGA!! We took our country back!! Live with it!! https://t.co/a7wYl4PEnk"},{"id":797214758609023000,"created_at":"Fri Nov 11 23:09:44 +0000 2016","date":"November 11, 2016","hour":15,"text":"@peddoc63 nice! He will hire the BEST! @georgmir why do u say that about Dr. Ben Carson?"},{"id":797213729695924200,"created_at":"Fri Nov 11 23:05:39 +0000 2016","date":"November 11, 2016","hour":15,"text":"@faagifts @YouTube still &amp; will continue to #BoycottMegynKelly"},{"id":797213184251805700,"created_at":"Fri Nov 11 23:03:29 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @ABC: Muslim woman in Louisiana who reported Donald Trump-inspired attack admits she made it up, police say. https://t.co/cGuYgKhQIM"},{"id":797213119521194000,"created_at":"Fri Nov 11 23:03:13 +0000 2016","date":"November 11, 2016","hour":15,"text":"#thefive @foxnews I like your show but, can no longer watch and see @juanwilliams repeat lies, divide r ppl &amp; offend over half of america!"},{"id":797212581568122900,"created_at":"Fri Nov 11 23:01:05 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @Nigel_Farage: Don’t think that the democratic revolution is over. There are plenty more shocks to come. 2017 may surprise us as much as…"},{"id":797212410021105700,"created_at":"Fri Nov 11 23:00:24 +0000 2016","date":"November 11, 2016","hour":15,"text":"RT @terrymendozer: #FridayFeeling. Found this pic in local paper from election night and I'm still this excited and happy. WE THE PEOPLE ha…"}]},{"date":"2016-11-11T08:00:00.000Z","hour":14,"count":20,"values":[{"id":797212204894486500,"created_at":"Fri Nov 11 22:59:35 +0000 2016","date":"November 11, 2016","hour":14,"text":"@GopAaron @jamss3468 we took my dad there today also! He's 92 &amp; fought in world war ll , thank ur grand dad for his service!!"},{"id":797211646464823300,"created_at":"Fri Nov 11 22:57:22 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @GopAaron: I'm at Applebee's with my grandad right now. He gets to eat free he's a veteran and fought in the Korean War! #ThankYouVetera…"},{"id":797211607474602000,"created_at":"Fri Nov 11 22:57:13 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @lovestheworld3: @perl_greyhound @M3aloney boycott everything they own, we did it to @Target it is @Grubhub 's time to face their hate +…"},{"id":797211574318563300,"created_at":"Fri Nov 11 22:57:05 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @Carolde: @KellyannePolls we ❤️❤️❤️U https://t.co/RnbwoPQACt"},{"id":797209997340004400,"created_at":"Fri Nov 11 22:50:49 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @LindaSuhler: Liberal Hypocrisy\n\n#Election2016 https://t.co/NC0YxoRsFU"},{"id":797209818482245600,"created_at":"Fri Nov 11 22:50:06 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @Rambobiggs: So I just met with the Secretary of the Army https://t.co/GN9TWR8aSo"},{"id":797208934369071100,"created_at":"Fri Nov 11 22:46:36 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @SrFezza: This is their job 15.00- 18.00 an hour up to 77 hours per week according to Craig's list https://t.co/rk71v2nEto"},{"id":797208893101371400,"created_at":"Fri Nov 11 22:46:26 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @_Makada_: President-Elect Trump Calls Slain Cop’s Widow to Offer Condolences\n\nhttps://t.co/6Fpp3pSBnT"},{"id":797207385467134000,"created_at":"Fri Nov 11 22:40:26 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @RGeaux: The media is not who you think they are.\n#Truth\n#TrumpPence16 #Trump #TrumpPresident https://t.co/GrL7vi1nxm"},{"id":797207071343149000,"created_at":"Fri Nov 11 22:39:11 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @FoxNews: Watch an emotional performance of \"God Bless the U.S.A.\" by @TheLeeGreenwood on @foxandfriends. #VeteransDay #ProudAmerican ht…"},{"id":797206272315629600,"created_at":"Fri Nov 11 22:36:01 +0000 2016","date":"November 11, 2016","hour":14,"text":"@ConstanceQueen8 @BeachyKate69 @AnitaDWhite @FriendlyJMC @debsellsslc @magnifier661 @SandraTXAS #boycottjuanwilliams I'm sick of his whining"},{"id":797206041020813300,"created_at":"Fri Nov 11 22:35:06 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @tpel78: Rt ty #TrumpPresident So #SorosMachines make #protests https://t.co/bM5b89QsXw"},{"id":797205163819802600,"created_at":"Fri Nov 11 22:31:37 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @farrightgregy: Bye.\n\n#DrainTheSwamp https://t.co/cL7ZzKgAJ2"},{"id":797201179952484400,"created_at":"Fri Nov 11 22:15:47 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @PrisonPlanet: The truth about the #TrumpRiot.\n\nSHARE: https://t.co/zSkYpMnQXx https://t.co/7SenXVAQOs"},{"id":797201022481469400,"created_at":"Fri Nov 11 22:15:09 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @LeahR77: For Those Who Want #Trump To Reach Across The Aisle👉 Lets See What Obama Said After He Won 😉 #ElectionNight #TrumpRiot #WEWON…"},{"id":797200823726043100,"created_at":"Fri Nov 11 22:14:22 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @mtracey: Hillary isn't a victim, she's a failure and a disgrace. She had every advantage in the world and still lost to the guy from \"T…"},{"id":797200606398136300,"created_at":"Fri Nov 11 22:13:30 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @JOMainEvent: Reince Priebus totally exposes CNN for their Divisive Narration of this whole Election! \n#BiasCNN\n#CorruptMedia https://t.…"},{"id":797199936873971700,"created_at":"Fri Nov 11 22:10:50 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @SheriffClarke: Woke up this morning realizing that @realDonaldTrump is President-elect. The exhilaration is as sweet today as it was el…"},{"id":797197560440127500,"created_at":"Fri Nov 11 22:01:24 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @PrisonPlanet: Inability of the media &amp; political class to STILL not grasp that Trump's success was driven by anything other than \"racis…"},{"id":797197437374963700,"created_at":"Fri Nov 11 22:00:54 +0000 2016","date":"November 11, 2016","hour":14,"text":"RT @The_NewRight: Look what someone found at the Richmond, VA airport yesterday! #HillaryLost #TrumpWon #PresidentElectTrump https://t.co/Z…"}]},{"date":"2016-11-11T08:00:00.000Z","hour":13,"count":11,"values":[{"id":797196541131976700,"created_at":"Fri Nov 11 21:57:21 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @mitchellvii: Lucky for Newsweek they printed the \"President Hillary\" Edition on toilet paper. Now they can still sell it..."},{"id":797196471821013000,"created_at":"Fri Nov 11 21:57:04 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @nia4_trump: Hey all you Hollywood shit libs, Nia has a question for you\n#TrumpRiot https://t.co/aOHfzdvgdR"},{"id":797196315381891100,"created_at":"Fri Nov 11 21:56:27 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @Nigel_Farage: This week’s result, indeed this whole year, has seen monumental political change. I could not be happier or more optimist…"},{"id":797196211614785500,"created_at":"Fri Nov 11 21:56:02 +0000 2016","date":"November 11, 2016","hour":13,"text":"Trump supporters, I believe it is time to #boycottjuanwilliams I've had it with his decisive hate speech! @foxnews https://t.co/K8gDd3J72n"},{"id":797194785526345700,"created_at":"Fri Nov 11 21:50:22 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @ChristieC733: To my son who flew many missions in the ME, and all #Veterans who fought to keep America safe. I salute you! \n\n#ThankYouF…"},{"id":797194692911923200,"created_at":"Fri Nov 11 21:50:00 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @col_nj: To All That Have Served\nTo All Deployed \nTo All That Gave The Ultimate Sacrifice\n\nWE THANK YOU TODAY &amp; EVERYDAY \n\n#HonorThem #V…"},{"id":797194612637102100,"created_at":"Fri Nov 11 21:49:41 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @NEVER_WITH_HER_: @PrisonPlanet \n\nNC 8th grader at my nephew's middle school beat a 7th grader into a coma on Wednesday over the 7th gra…"},{"id":797191836305621000,"created_at":"Fri Nov 11 21:38:39 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @JamesOKeefeIII: Oh what a tangled web you celebrities weave. @gogreen18 https://t.co/MguBQE6WtA"},{"id":797191214336503800,"created_at":"Fri Nov 11 21:36:11 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @DineshDSouza: .@Debber66 Hanging with the intrepid @JamesOKeefeIII at @horowitz39 Restoration Weekend https://t.co/uuXGjDTtP9"},{"id":797190618984366100,"created_at":"Fri Nov 11 21:33:49 +0000 2016","date":"November 11, 2016","hour":13,"text":"RT @hrtablaze: Thank you @CNN @MSNBC &amp; Democrats for painting Trump &amp; his supporters as fascists &amp; hitler. We blame you for all the violenc…"},{"id":797182171958153200,"created_at":"Fri Nov 11 21:00:15 +0000 2016","date":"November 11, 2016","hour":13,"text":"Leftists already putting out ads for 'Full-Time Activists' to fight Trump https://t.co/hhDD5e1U0H by #jomas19 via @c0nvey"}]},{"date":"2016-11-11T08:00:00.000Z","hour":12,"count":9,"values":[{"id":797178399945060400,"created_at":"Fri Nov 11 20:45:16 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @realshady8kers: FAKED!!: The photo of the woman who happened to run across Hillary while hiking was STAGED! Hillary can't tell the trut…"},{"id":797175305085612000,"created_at":"Fri Nov 11 20:32:58 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @PrisonPlanet: She writes for the Guardian.\n\nImagine my shock. https://t.co/tBwnfI2UHg"},{"id":797174972397584400,"created_at":"Fri Nov 11 20:31:38 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @sahouraxo: In defeat speech, Clinton ivokes \"women and little girls\" as if she's not funded by the biggest women-hating regime on earth…"},{"id":797174697070829600,"created_at":"Fri Nov 11 20:30:33 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @Michael67166063: They are spreading hate https://t.co/aHVYacl1yz"},{"id":797174500693594100,"created_at":"Fri Nov 11 20:29:46 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @JacumbaGirl: Hell No. Keep those emails coming. Thank God for Julian Assange. Donate to Wiki leaks where is Eric Braverman??? https://t…"},{"id":797174300893708300,"created_at":"Fri Nov 11 20:28:58 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @Conservative_VW: \"Lyin'Liberal Media is too busy cryin' 2 tell you that Trump just won both Michigan &amp; Arizona yesterday; That made it…"},{"id":797171875210203100,"created_at":"Fri Nov 11 20:19:20 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @LindaSuhler: Waiting to hear who gets what job in President Trump's Admin is like waiting for Christmas--you just know it's going to be…"},{"id":797171839273463800,"created_at":"Fri Nov 11 20:19:11 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @LindaSuhler: Good riddance to very bad rubbish\nColumnist Deletes Twitter Acct Following Trump Assassination Tweet\n#sick\nhttps://t.co/1x…"},{"id":797170855142916100,"created_at":"Fri Nov 11 20:15:17 +0000 2016","date":"November 11, 2016","hour":12,"text":"RT @mitchellvii: SMART POWER! Vice President-elect Mike Pence Leading Trump Administration Transition Team - Breitbart https://t.co/NjNg3Zd…"}]},{"date":"2016-11-11T08:00:00.000Z","hour":11,"count":18,"values":[{"id":797160644004954100,"created_at":"Fri Nov 11 19:34:42 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @PrisonPlanet: Black bloc anarchists; Go back to your parents' basements.\n\nEven leftists fucking hate you, which illustrates how vile yo…"},{"id":797160620642730000,"created_at":"Fri Nov 11 19:34:37 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @PrisonPlanet: Hey Revcom, we crushed you on social media, you got whupped.\n\nSmashing a few shop windows isn't going to change that fact…"},{"id":797160492573847600,"created_at":"Fri Nov 11 19:34:06 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @PrisonPlanet: Each time another shop window gets smashed, it proves Trump was the right choice. #TrumpRiot"},{"id":797160454061703200,"created_at":"Fri Nov 11 19:33:57 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @charliekirk11: #TrumpRiot people say Trump hates blacks gays &amp; women \n\nThiel running Trump transition - gay\nCarson to serve - black \nCo…"},{"id":797160349455839200,"created_at":"Fri Nov 11 19:33:32 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @JasonTotin: Perfect meme #TrumpRiot #TrumpPresident will restore #LAW &amp; #ORDER @TrumpsGucciGirl @OldLinePatriot @JackPosobiec @PlaysT…"},{"id":797160168337395700,"created_at":"Fri Nov 11 19:32:49 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @PrisonPlanet: Hillary: \"When they go low, we go high.\" #TrumpRiot https://t.co/AbenZRQmtC"},{"id":797160151824420900,"created_at":"Fri Nov 11 19:32:45 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @PrisonPlanet: America is a meritocracy. It rewards hard work, not whining, burning flags and wallowing in your own imaginary \"oppressio…"},{"id":797160086032552000,"created_at":"Fri Nov 11 19:32:29 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @bfraser747: 💥💥 #PresidentElectTrump\n\nI hope POTUS #TrumpsFirstOrder is to put an arrest warrant out for #GeorgeSoros \n\n#TrumpRiot \n\n#Tr…"},{"id":797159688219586600,"created_at":"Fri Nov 11 19:30:54 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @JaredWyand: The people need to demand that @CNN stop allowing racist anarchists like @VanJones68 and @MariaTCardona to have a voice on…"},{"id":797159379791474700,"created_at":"Fri Nov 11 19:29:41 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @SteveSherrill11: #TrumpRiot all these folks taking to the streets should be in front of CNN-MSM their the ones that lied to them about…"},{"id":797159318223196200,"created_at":"Fri Nov 11 19:29:26 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @ARmastrangelo: We are normal ppl you talk to every day without realizing. We're silent. We're everywhere. Your #TrumpRiot proves we mad…"},{"id":797159245405950000,"created_at":"Fri Nov 11 19:29:09 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @The_NewRight: PROOF #TrumpRiot &amp; #TrumpProtest are being led by #Soros-funded group \"United We Dream\" #StopSoros #SorosPaidProtestors h…"},{"id":797159110412304400,"created_at":"Fri Nov 11 19:28:37 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @PrisonPlanet: Funny how we were smeared all year as violent, hateful bigots yet it's Hillary voters who turn out to be violent, hateful…"},{"id":797159075696013300,"created_at":"Fri Nov 11 19:28:28 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @AmericanMex067: .@Grubhub will NEVER be giving them business. Spreading lies, TRUMP is anti ILLEGAL immigration. Consumers we have the…"},{"id":797158840089317400,"created_at":"Fri Nov 11 19:27:32 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @realDonaldTrump: Love the fact that the small groups of protesters last night have passion for our great country. We will all come toge…"},{"id":797158754575847400,"created_at":"Fri Nov 11 19:27:12 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @realDonaldTrump: A fantastic day in D.C. Met with President Obama for first time. Really good meeting, great chemistry. Melania liked M…"},{"id":797158699609587700,"created_at":"Fri Nov 11 19:26:59 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @realDonaldTrump: Busy day planned in New York. Will soon be making some very important decisions on the people who will be running our…"},{"id":797158676872175600,"created_at":"Fri Nov 11 19:26:53 +0000 2016","date":"November 11, 2016","hour":11,"text":"RT @realDonaldTrump: Today we express our deepest gratitude to all those who have served in our armed forces. #ThankAVet https://t.co/wPk7Q…"}]},{"date":"2016-11-11T08:00:00.000Z","hour":3,"count":17,"values":[{"id":797042684309467100,"created_at":"Fri Nov 11 11:45:58 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @BeCupids: https://t.co/5nhexdQuFH"},{"id":797042612502986800,"created_at":"Fri Nov 11 11:45:41 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @healthandcents: .@RealBenCarson CLASS! Thank you, Dr. Carson for your support of .@realDonaldTrump all along, your call for #Unity to h…"},{"id":797042578868867100,"created_at":"Fri Nov 11 11:45:33 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @PrisonPlanet: CNN interviews its own cameraman while pretending he's an anti-Trump protester. RIGGED media caught red handed. https://t…"},{"id":797042554445463600,"created_at":"Fri Nov 11 11:45:27 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @mitchellvii: You read these stories and realize, these fools actually BELIEVED their silly D+10 polls. They believe their own lies - th…"},{"id":797042509289521200,"created_at":"Fri Nov 11 11:45:17 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @Stevenwhirsch99: All a paid orchestration from George Soros and the DNC which have kept quiet only because of the election. #MAGA https…"},{"id":797042465794621400,"created_at":"Fri Nov 11 11:45:06 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @_Women4Trump: WE ARE ALL SO HAPPY THAT MR. TRUMP WON. WE WERE SCREAMING OF JOY. #Trump #Trump2016 @realDonaldTrump @Billoreilly https:/…"},{"id":797042272714051600,"created_at":"Fri Nov 11 11:44:20 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @mitchellvii: The best part of all this is watching all of these arrogant jerks attacking each other over why they lost. Thank God they…"},{"id":797042227314913300,"created_at":"Fri Nov 11 11:44:09 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @jrwade1955: ❌🇰🇪🇱🇱🇾 needs to go\n🇧🇴🇾🇨🇴🇹🇹\nMove her to the lying cheating Clinton News Network\n#PresidentElectTrump #AmericaFirst #TrumpTra…"},{"id":797041646303055900,"created_at":"Fri Nov 11 11:41:51 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @stranahan: Our President-elect is acting presidential, showing class &amp; dignity.\n\nAnd the people who hate him are an irrational mob of f…"},{"id":797041585678614500,"created_at":"Fri Nov 11 11:41:36 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @DonaldJTrumpJr: THANK YOU! For all the support and votes! Our family is humbled by the support!\n\nIf your polls are still open GO AND VO…"},{"id":797041471195148300,"created_at":"Fri Nov 11 11:41:09 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @MissLizzyNJ: FYI: the protest already happened...at the voting booth. \nWe voted against the establishment in protest of what ur protest…"},{"id":797041406804160500,"created_at":"Fri Nov 11 11:40:54 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @Trump_World: President Donald Trump's plane receives water cannon salute at LaGuardia Airport as he departs for White House\nhttps://t.c…"},{"id":797041369068007400,"created_at":"Fri Nov 11 11:40:45 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @ScottSaxman1: .#VeteransDay God Bless our Veterans!! https://t.co/GGAAvpIOQe"},{"id":797041074485268500,"created_at":"Fri Nov 11 11:39:35 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @hectormorenco: Congratulations to @KellyannePolls the first female campaign manager to lead a winning Presidential Campaign!!! https://…"},{"id":797036954135253000,"created_at":"Fri Nov 11 11:23:12 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @Lrihendry: WOW! Hillary supporters burn American flag, riot, threaten to kill Trump after losing the election! Where is the tolerance?…"},{"id":797031422527701000,"created_at":"Fri Nov 11 11:01:13 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @GenFlynn: THE BEST PEOPLE WE HAVE IN OUR COUNTRY SERVE OR HAVE SERVED IN OUR ARMED FORCES. THANK YOU ALL FOR STANDING WATCH. https://t.…"},{"id":797031135595397100,"created_at":"Fri Nov 11 11:00:05 +0000 2016","date":"November 11, 2016","hour":3,"text":"RT @KathyShelton_: I don't know what to say. After 40 years I feel like Hillary Clinton finally got what she deserved. Thank you to everybo…"}]},{"date":"2016-11-11T08:00:00.000Z","hour":2,"count":5,"values":[{"id":797031041173229600,"created_at":"Fri Nov 11 10:59:42 +0000 2016","date":"November 11, 2016","hour":2,"text":"RT @mikandynothem: I would already have a lawsuit being drafted if I worked for this moron... @M3aloney @grubhub\n#tcot #FoxNews\n https://t.…"},{"id":797031015541772300,"created_at":"Fri Nov 11 10:59:36 +0000 2016","date":"November 11, 2016","hour":2,"text":"RT @PrisonPlanet: BREAKING: Just got this footage from the #TrumpRiot in Portland. https://t.co/7qchsn3GrO"},{"id":797030854660943900,"created_at":"Fri Nov 11 10:58:58 +0000 2016","date":"November 11, 2016","hour":2,"text":"RT @Patriot18D: To everybody saying \"the electoral college is bullshit.\"\nYou're welcome. #TrumpRiot #portlandprotests https://t.co/rAuj6TKJ…"},{"id":797029918941020200,"created_at":"Fri Nov 11 10:55:15 +0000 2016","date":"November 11, 2016","hour":2,"text":"RT @TheDonaldNews: Trump Reveals Policy Goals: \"Building That Wall\"End \"War On Coal\", Repeal Obamacare, Dismantle Dodd-Frank | #Hannity htt…"},{"id":797029881620140000,"created_at":"Fri Nov 11 10:55:06 +0000 2016","date":"November 11, 2016","hour":2,"text":"RT @workbench59: Please RT if you agree @KellyannePolls should be Time Magazine Woman of The Year! @Carolde @ShowoffByDesign @Lagartija_Nix…"}]},{"date":"2016-11-10T08:00:00.000Z","hour":23,"count":1,"values":[{"id":796982110267510800,"created_at":"Fri Nov 11 07:45:16 +0000 2016","date":"November 10, 2016","hour":23,"text":"RT @avanconia: Everybody needs to support this.. 55 Electoral votes the lying cheating divisive left will never get again. #MAGA3X made sim…"}]},{"date":"2016-11-10T08:00:00.000Z","hour":19,"count":2,"values":[{"id":796913624140935200,"created_at":"Fri Nov 11 03:13:08 +0000 2016","date":"November 10, 2016","hour":19,"text":"RT @binny0122: @TIMEmag_Service @TIMEMagUSA \nHow bout it? @KellyannePolls Woman of the year?? https://t.co/ttLE4I08xd"},{"id":796913547007631400,"created_at":"Fri Nov 11 03:12:50 +0000 2016","date":"November 10, 2016","hour":19,"text":"RT @Nonna_Ni: .@realDonaldTrump I love this pic. I think it's the best of the entire campaign and a great one to start your presidency. htt…"}]},{"date":"2016-11-10T08:00:00.000Z","hour":18,"count":4,"values":[{"id":796903699037769700,"created_at":"Fri Nov 11 02:33:42 +0000 2016","date":"November 10, 2016","hour":18,"text":"RT @Rambobiggs: A toy company is making an action figure of me. Pretty neat. https://t.co/6N28zpGQh0"},{"id":796902898386997200,"created_at":"Fri Nov 11 02:30:31 +0000 2016","date":"November 10, 2016","hour":18,"text":"RT @Bikers4Trump: Obviously @HillaryClinton @GeorgeSoros @DonnaBrazile @BarackObama are funding the #TrumpProtest as they're silent!\n\nhttps…"},{"id":796902834872709100,"created_at":"Fri Nov 11 02:30:16 +0000 2016","date":"November 10, 2016","hour":18,"text":"RT @ConstanceQueen8: VIDEO : Pathetic CNN has a Cameraman Pose as a FAKE Outraged Trump Protester https://t.co/s9ANytYYrL"},{"id":796902750219042800,"created_at":"Fri Nov 11 02:29:56 +0000 2016","date":"November 10, 2016","hour":18,"text":"RT @steingal2: https://t.co/eeiCKalY0I"}]},{"date":"2016-11-10T08:00:00.000Z","hour":17,"count":14,"values":[{"id":796895133904072700,"created_at":"Fri Nov 11 01:59:40 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @hereisLesley: RT. @grubhub tells employees to resign if they voted Trump. #boycottgrubhub until this manager is fired for civil rights…"},{"id":796895094691479600,"created_at":"Fri Nov 11 01:59:30 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @LouDobbs: From ultimate outsider to statesman - Pres-Elect @realDonaldTrump begins transition of power #MakeAmericaGreatAgain Join Lou…"},{"id":796895042967371800,"created_at":"Fri Nov 11 01:59:18 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @seankclark84: @Grubhub We are inclusive here at @Grubhub Oh, except for you Trump supporters, you guys can go fuck yourselves. \n-Signed…"},{"id":796891406988181500,"created_at":"Fri Nov 11 01:44:51 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @SandraTXAS: These idiots are burning Trump in effigy. Burning flags, and we Trump voters are the scary people🤔🙄. #TrumpProtest https://…"},{"id":796891302403145700,"created_at":"Fri Nov 11 01:44:26 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @magnifier661: 🔥🚨Great segment🚨🔥\nSo much truth. The liberal press are still bewildered they didn't get what they wanted.\n#MAGA3X🇺🇸 https…"},{"id":796889258674061300,"created_at":"Fri Nov 11 01:36:19 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @Able_49: MT @Angelemichelle: I SUPPORT LAW ENFORCEMENT. #AllLivesMatter #ccot https://t.co/eZ27Wrut7Z #BlueLivesMatter #PJNET"},{"id":796889186787848200,"created_at":"Fri Nov 11 01:36:02 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @KyleWRowley: U're in luck&gt;@GKapelanski&lt;\n#TerroristObama &amp; #Moooochelle staying in #DC until their vermin spawn finish school😂\n\n@kennedy…"},{"id":796889059213852700,"created_at":"Fri Nov 11 01:35:31 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @germanotes: New Balance: \"The Obama admin turned a deaf ear to us &amp; frankly w/ Pres-Elect Trump we feel things are going to move in the…"},{"id":796888966180044800,"created_at":"Fri Nov 11 01:35:09 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @hmaxwellpitts: I just deleted my @Grubhub app.\nLittle tip: never mix your politics with your business.\nThat rarely, if ever, bodes well…"},{"id":796888916976693200,"created_at":"Fri Nov 11 01:34:57 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @GunterGSharp: To all the people calling for Trump's impeachment, here's a quick lesson in Constitutional Law \n\n#TrumpProtest #Electoral…"},{"id":796888513090355200,"created_at":"Fri Nov 11 01:33:21 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @carolinagirl217: Hah! #SwampDrain #MAGA\nMexico Backtracks, Willing to Talk NAFTA with Trump https://t.co/NMIQntCveU via @BreitbartNews"},{"id":796888499454615600,"created_at":"Fri Nov 11 01:33:18 +0000 2016","date":"November 10, 2016","hour":17,"text":"Yeah, we thought so, mexico! We aren't going to take it anymore!! https://t.co/jFGM54PFIM"},{"id":796887177560985600,"created_at":"Fri Nov 11 01:28:03 +0000 2016","date":"November 10, 2016","hour":17,"text":"RT @MONAKatOILS: LMAO 😂😂😂 It got a lot harder to book a shrink in NYC after Trump's win https://t.co/hM8HArimqk via @nypmetro"},{"id":796887013190467600,"created_at":"Fri Nov 11 01:27:24 +0000 2016","date":"November 10, 2016","hour":17,"text":"Hahaha!!! Wtf is WRONG with these people? https://t.co/d9OPKqmVUu"}]},{"date":"2016-11-10T08:00:00.000Z","hour":16,"count":24,"values":[{"id":796876955933151200,"created_at":"Fri Nov 11 00:47:26 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @AmyMek: Someone unfriending you because of your Pro-Trump post is kind of like the garbage taking out itself. 🇺🇸 https://t.co/254dnxCk92"},{"id":796876869685669900,"created_at":"Fri Nov 11 00:47:05 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @PrisonPlanet: Boycott @Grubhub and this intolerant bully @M3aloney. https://t.co/w6XDr0oGsN"},{"id":796876800781676500,"created_at":"Fri Nov 11 00:46:49 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @Lrihendry: Iran violates nuclear deal! Second offense! Time for TRUMP to rip up that deal! #MAGA #IranNukeDeal"},{"id":796876784675463200,"created_at":"Fri Nov 11 00:46:45 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @PrisonPlanet: Sack of shit Michael Moore wants to \"form an opposition movement\" controlled by billionaire elitist George Soros' MoveOn.…"},{"id":796876733542760400,"created_at":"Fri Nov 11 00:46:33 +0000 2016","date":"November 10, 2016","hour":16,"text":"Domestic terrorist! https://t.co/Xzpl6QfpbE"},{"id":796876229488050200,"created_at":"Fri Nov 11 00:44:33 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @YoungDems4Trump: All the accusations against Trump magically disappeared into thin air, but yet @wikileaks remains. That's truth. We we…"},{"id":796876151297835000,"created_at":"Fri Nov 11 00:44:14 +0000 2016","date":"November 10, 2016","hour":16,"text":"@DineshDSouza half of us realized, the half that voting for Donald trump! 🙏"},{"id":796875994099580900,"created_at":"Fri Nov 11 00:43:36 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @DineshDSouza: For those who continue to think Trump was a weak candidate, could any other Republican win industrial states like PA &amp; WI…"},{"id":796875957604876300,"created_at":"Fri Nov 11 00:43:28 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @netanyahu: I congratulate Donald Trump on being elected the 45th President of the United States of America. https://t.co/mD2lIn6L2k"},{"id":796868163220766700,"created_at":"Fri Nov 11 00:12:29 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @ScottPresler: Best meme ever. \n\n#TrumpProtest https://t.co/9riP9vRqxS"},{"id":796867407893725200,"created_at":"Fri Nov 11 00:09:29 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @GartrellLinda: Yellow shows more sanctuary cities than most ppl realized existed. Trump vows 2 defund them ICE will enforce immigration…"},{"id":796867284585291800,"created_at":"Fri Nov 11 00:09:00 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @llmk100_larry: We need to consider these punks enemy combatants and eliminate them ASAP. https://t.co/oJ9DLX7MgZ"},{"id":796867220236365800,"created_at":"Fri Nov 11 00:08:45 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @jd_Constitution: #ThursdayThought https://t.co/UWC4cUj31J"},{"id":796867087897595900,"created_at":"Fri Nov 11 00:08:13 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @AmericanMex067: 2016: The year @realDonaldTrump killed the racist, sexist, misogyny, bigotry &amp; any other bullshit lib card.\nThank you.…"},{"id":796866894863204400,"created_at":"Fri Nov 11 00:07:27 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @carrieksada: Buy you &amp; your ❤️ ones New Balance products for #Christmas this year. It'll make a liberal cry. #PresidentElectTrump #Trum…"},{"id":796866817683767300,"created_at":"Fri Nov 11 00:07:09 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @Liz_Wheeler: Democrats, get a grip on your party. Repudiate rioters chanting \"die whites die\" or make your new slogan \"the party of rev…"},{"id":796866673471094800,"created_at":"Fri Nov 11 00:06:34 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @FoxBusiness: .@mike_pence: I ask you to pray for our country. Pray that we might find our way forward as a nation, renew the American d…"},{"id":796866575458570200,"created_at":"Fri Nov 11 00:06:11 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @tapperdon: https://t.co/oD51IMG4N9"},{"id":796866452573876200,"created_at":"Fri Nov 11 00:05:42 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @Miami4Trump: STUNNING MAP Shows All The Sanctuary Cities Went BLUE For Hillary. Guess They Were Hoping For Amnesty\n#ThursdayThoughts #B…"},{"id":796866381484609500,"created_at":"Fri Nov 11 00:05:25 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @bfraser747: 💥💥 #PresidentElectTrump \n\nI don't seem to recall any protests in 2008 &amp; 2012 for #Obama\n\n#TrumpProrest \n\n#PresidentTrump wi…"},{"id":796866079175876600,"created_at":"Fri Nov 11 00:04:12 +0000 2016","date":"November 10, 2016","hour":16,"text":"@ElianaBenador love it 😀💞"},{"id":796865785851416600,"created_at":"Fri Nov 11 00:03:03 +0000 2016","date":"November 10, 2016","hour":16,"text":"@Cernovich check out https://t.co/kfyEwsU3X7 trumps new website! Has a place for reg. People to send ideas! I'm feeling better already😀"},{"id":796865412508086300,"created_at":"Fri Nov 11 00:01:34 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @Cernovich: You feel it in the air and in your own life. You have BIG IDEAS. It's a cultural change. Trump is America's first \"imaginati…"},{"id":796865318744391700,"created_at":"Fri Nov 11 00:01:11 +0000 2016","date":"November 10, 2016","hour":16,"text":"RT @Cernovich: America does not have a \"free press.\" The media is a bunch of hoaxers. We must kick them out of the Trump House. https://t.c…"}]},{"date":"2016-11-10T08:00:00.000Z","hour":15,"count":1,"values":[{"id":796859988991967200,"created_at":"Thu Nov 10 23:40:00 +0000 2016","date":"November 10, 2016","hour":15,"text":"RT @FoxNews: .@FLOTUS meets with @MELANIATRUMP for tea in the Yellow Oval Room of the @WhiteHouse. https://t.co/yCA71DKREw"}]},{"date":"2016-11-10T08:00:00.000Z","hour":14,"count":15,"values":[{"id":796849847844405200,"created_at":"Thu Nov 10 22:59:43 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @PrisonPlanet: NEW VIDEO: The Truth About the Trump Protests - https://t.co/zSkYpM6g5Z #TrumpProtest"},{"id":796849804026544100,"created_at":"Thu Nov 10 22:59:32 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @PrisonPlanet: Regressive tears never tasted so good. \n\nhttps://t.co/ArtUxQOK1n https://t.co/1qmv52fy6T"},{"id":796848157179179000,"created_at":"Thu Nov 10 22:53:00 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @mendelsonic: @DBloom451 well looky looky\nhttps://t.co/8xQtLccsA5"},{"id":796847934725881900,"created_at":"Thu Nov 10 22:52:07 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @fearguns13_r: SEMPER FI MARINE https://t.co/c3TYBNZBNa"},{"id":796846344942010400,"created_at":"Thu Nov 10 22:45:47 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @spaceproxy1: @KKNoMates @Mich4Trump @0hour @realDonaldTrump will be happy to give Soros to Russia as a new alliance gift."},{"id":796846332342403100,"created_at":"Thu Nov 10 22:45:44 +0000 2016","date":"November 10, 2016","hour":14,"text":"@spaceproxy1 @KKNoMates @0hour @realDonaldTrump yes, let's!!!!"},{"id":796845084662698000,"created_at":"Thu Nov 10 22:40:47 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @dyanjae: .@ValentineShow @mitchellvii Since ur explaining electoral college-funny tweet by Bill Mitchell from Charlotte. https://t.co/R…"},{"id":796843935259828200,"created_at":"Thu Nov 10 22:36:13 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @RepStevenSmith: DISGUSTING. https://t.co/ecUa2Abjwy"},{"id":796843872974471200,"created_at":"Thu Nov 10 22:35:58 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @AlwayanAmerican: Mr President elect @realDonaldTrump the people have voted keep the media out of the White House and talk only directly…"},{"id":796843634725371900,"created_at":"Thu Nov 10 22:35:01 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @IvankaTrump: Thank you America! 🇺🇸 https://t.co/hOWQwZ6Qrs"},{"id":796843511274410000,"created_at":"Thu Nov 10 22:34:32 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @JedediahBila: To those acting unhinged over the election: grow up. You rightfully wanted respect for Obama when he won. Now practice wh…"},{"id":796841885402824700,"created_at":"Thu Nov 10 22:28:04 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @USATODAY: #BREAKING Stocks soar as investors shake off fears of Donald Trump presidency; Dow up more than 200 points https://t.co/wvZgs…"},{"id":796841839559114800,"created_at":"Thu Nov 10 22:27:53 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @RealJamesWoods: Even more fun to watch this #LiberalDouchebag with the sound off... https://t.co/nEbEGx4n17"},{"id":796841600123043800,"created_at":"Thu Nov 10 22:26:56 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @KKNoMates: @0Hour\nPutin officially declared: George Soros is a wanted man, dead or alive https://t.co/hcIw1yKfId"},{"id":796840950106558500,"created_at":"Thu Nov 10 22:24:21 +0000 2016","date":"November 10, 2016","hour":14,"text":"RT @KellyannePolls: Election = Evidence. They are no longer hiding. https://t.co/FN0CiteijK"}]},{"date":"2016-11-10T08:00:00.000Z","hour":13,"count":21,"values":[{"id":796832946552442900,"created_at":"Thu Nov 10 21:52:33 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @WayneDupreeShow: Why hasn't George Soros been arrested for inciting violence and protest across state lines. Isn't this also definition…"},{"id":796832928454021100,"created_at":"Thu Nov 10 21:52:29 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @santiagos58: Tripwire Alert – President Elect Trump Actually Believes In Smaller Government… | The Last Refuge https://t.co/hxL6Ie7ArC"},{"id":796830596089659400,"created_at":"Thu Nov 10 21:43:13 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @mjritchi2: A very courageous piece, please share. @Peggynoonannyc @lizpeek https://t.co/nUgxUaYUQy"},{"id":796829730163064800,"created_at":"Thu Nov 10 21:39:46 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @JaredWyand: So much we need to do. It's extremely important that we keep this movement together and behind Trump. Time to organize and…"},{"id":796828953394745300,"created_at":"Thu Nov 10 21:36:41 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @latinaafortrump: Happy Birthday Marines! \n\nThank you for serving and protecting our country for 241 years. You are truly appreciated by…"},{"id":796828665208311800,"created_at":"Thu Nov 10 21:35:32 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @Pamela_Moore13: New Balance is ❤️ https://t.co/9v79IAm8eg"},{"id":796828550716411900,"created_at":"Thu Nov 10 21:35:05 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @AmericanMex067: If you think America elects a bigot, then you clearly ignored #Wikileaks &amp; the Democratic Party's history. \n#ThursdayTh…"},{"id":796828516411183100,"created_at":"Thu Nov 10 21:34:57 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @Arizona_Blonde: https://t.co/FgyCu0Zb0Z"},{"id":796828348748070900,"created_at":"Thu Nov 10 21:34:17 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @mitchellvii: Is Trump a good dealmaker? He just closed the biggest deal of all on his first try. :-)"},{"id":796825838713000000,"created_at":"Thu Nov 10 21:24:18 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @Ma1973sk: A 'protective' pool of people that lied about him &amp; called him Hitler for 18 months?\nSorry, but no one needs that kind of 'pr…"},{"id":796824658087739400,"created_at":"Thu Nov 10 21:19:37 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @ItsAboutTime18: @rescuetracker81 🎵🎶🎼🎤Na Na Na Na Hey Hey Hey Goodbye🎵🎶🎹 😁 #MAGA #draintheswamp"},{"id":796824219665526800,"created_at":"Thu Nov 10 21:17:52 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @TheTrumpTrain: VERY COOL! President-Elect Trump/Trump Force One receives water cannon salute at Laguardia this morning. Thank you FDNY!…"},{"id":796822558607867900,"created_at":"Thu Nov 10 21:11:16 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @isusan66: Yes. Some are here on student visas; how did they get to register to vote? Ask your SOS! @OhioSOSHusted https://t.co/ifmH1AVr…"},{"id":796821786365165600,"created_at":"Thu Nov 10 21:08:12 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @TheMarkRomano: Dear Hateful Leftist Protesters:\n\nTHIS is the reason you lost.\n\nYou are validating our vote and already helping the Trum…"},{"id":796821709773013000,"created_at":"Thu Nov 10 21:07:54 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @BigStick2013: Congratulations Coal country -- Trump victory will bring hope back to an industry crushed by Obama👍"},{"id":796821586544300000,"created_at":"Thu Nov 10 21:07:25 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @DanScavino: .@SpeakerRyan from his office balcony - shows President-elect @realDonaldTrump where he will be sworn in. https://t.co/C2K2…"},{"id":796821392251617300,"created_at":"Thu Nov 10 21:06:38 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @trumpology: Excellent job @KellyannePolls! Some day we will have a smart, honorable &amp; respectable woman run for #Potus &amp; I'll be proud…"},{"id":796821343568363500,"created_at":"Thu Nov 10 21:06:27 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @nes709: The left's precious CNN is projecting Trump will win the popular vote. Sorry #HesNotMyPresident &amp; #TrumpProtest time to accept…"},{"id":796821171073380400,"created_at":"Thu Nov 10 21:05:46 +0000 2016","date":"November 10, 2016","hour":13,"text":"This is bullshit! Our military died for their right to protest! Assholes! https://t.co/KQimX48KNf"},{"id":796820458549235700,"created_at":"Thu Nov 10 21:02:56 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @BobbyReport: I Am In Support Of This Concept, But Do Please Let Us Know Before President Trump Builds The Wall So He Knows Where To Sta…"},{"id":796820079438688300,"created_at":"Thu Nov 10 21:01:25 +0000 2016","date":"November 10, 2016","hour":13,"text":"RT @nia4_trump: Go Home #TrumpProtest or better yet see if George Soros will buy you a one-way ticket on the Trump Express to Mexico 💦😭Buh…"}]},{"date":"2016-11-10T08:00:00.000Z","hour":12,"count":13,"values":[{"id":796819111556812800,"created_at":"Thu Nov 10 20:57:35 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @bcooke7412: @mitchellvii CNN said they believe Trump will WIN popular vote! HooRah!"},{"id":796817979086438400,"created_at":"Thu Nov 10 20:53:05 +0000 2016","date":"November 10, 2016","hour":12,"text":"Oh that's not going to b a problem! We r sick of u Hollywood assholes! https://t.co/vb2R3tPKPS"},{"id":796817017181524000,"created_at":"Thu Nov 10 20:49:15 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @slone: KARMA!!!!!!! NEVER TRUMP LOST THEIR SENATE RACES: Ayotte in NH, Mark Kirk in IL &amp; Joe Heck NV https://t.co/Daj0V2ZcOC"},{"id":796816985573228500,"created_at":"Thu Nov 10 20:49:08 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @NO_RapeFugees: Sounds like an excellent plan.\n\ncc: @realDonaldTrump https://t.co/O4h4qaDZ0j"},{"id":796815604254646300,"created_at":"Thu Nov 10 20:43:38 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @jpodhoretz: I, too, have written a letter to my daughters following Tuesday night. Get out your handkerchiefs. This is going to wreck y…"},{"id":796815396137562100,"created_at":"Thu Nov 10 20:42:49 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @BWSchank: Muslims hide t/fact #Islam is a Hellish sexually deviant cult. .@LodiSilverado @Troopti @Godndguns @PamelaGeller https://t.co…"},{"id":796814108226125800,"created_at":"Thu Nov 10 20:37:42 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @PrisonPlanet: This is great for America. All the SJWs can move to the Islamic Caliphate of Sweden and join up with their ideological al…"},{"id":796814036293783600,"created_at":"Thu Nov 10 20:37:24 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @mike_pence: We're boarding Trump Force 2 in NYC to depart for D.C. for the first time as Vice President-elect. Then, we'll head back ho…"},{"id":796813971189878800,"created_at":"Thu Nov 10 20:37:09 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @hrtablaze: Thanks alot for burning my city to the ground liberals ! All those minority business owners are happy #TrumpProtest https://…"},{"id":796813898288689200,"created_at":"Thu Nov 10 20:36:52 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @seanhannity: A special thank you to the @realDonaldTrump Twitter army. I watched all of you battle the haters. You helped make Tu nite…"},{"id":796813869121437700,"created_at":"Thu Nov 10 20:36:45 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @mike_pence: As the father of a Marine, I'm proud today to honor @USMC on 241 years of defending our freedom and this nation. #HappyBirt…"},{"id":796813834652700700,"created_at":"Thu Nov 10 20:36:36 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @KellyannePolls: Dear Cognoscenti: speak less with each other; speak more with people. \nTrump's voters were 'hidden' in plain sight http…"},{"id":796812790929485800,"created_at":"Thu Nov 10 20:32:28 +0000 2016","date":"November 10, 2016","hour":12,"text":"RT @realDonaldTrump: Happy 241st birthday to the U.S. Marine Corps! Thank you for your service!! https://t.co/Lz2dhrXzo4"}]},{"date":"2016-11-10T08:00:00.000Z","hour":11,"count":1,"values":[{"id":796796411098570800,"created_at":"Thu Nov 10 19:27:22 +0000 2016","date":"November 10, 2016","hour":11,"text":"#Trump I just looked at his face, and the heavenly powers told me that he –... https://t.co/BuOnooGOF2 by #rafshmatko via @c0nvey"}]},{"date":"2016-11-10T08:00:00.000Z","hour":10,"count":6,"values":[{"id":796775971709915100,"created_at":"Thu Nov 10 18:06:09 +0000 2016","date":"November 10, 2016","hour":10,"text":"RT @AnnCoulter: I respectfully suggest a new name for Michelle's White House vegetable garden: \"Putting green\""},{"id":796775463175802900,"created_at":"Thu Nov 10 18:04:08 +0000 2016","date":"November 10, 2016","hour":10,"text":"RT @JackPosobiec: Obama's top advisors yesterday https://t.co/OkSTH6EWRk"},{"id":796775443194146800,"created_at":"Thu Nov 10 18:04:03 +0000 2016","date":"November 10, 2016","hour":10,"text":"RT @Harlan: The mainstream media is so done. \n\nThey're corrupt, discredited and dying off. https://t.co/2wtWUznBZo"},{"id":796775326022037500,"created_at":"Thu Nov 10 18:03:35 +0000 2016","date":"November 10, 2016","hour":10,"text":"RT @JaredWyand: Wow Obama looks shook!"},{"id":796775226159886300,"created_at":"Thu Nov 10 18:03:11 +0000 2016","date":"November 10, 2016","hour":10,"text":"RT @DonaldJTrumpJr: Media pronounces a market apocalypse yesterday and today the Dow hits all-time high. What else did hey get wrong? https…"},{"id":796775068701487100,"created_at":"Thu Nov 10 18:02:34 +0000 2016","date":"November 10, 2016","hour":10,"text":"RT @slone: BREAKING: OFFICIAL PRESIDENT-ELECT TRANSITION TEAM MOVE WILL BE MADE TO DC, ON NOVEMBER 21ST"}]},{"date":"2016-11-10T08:00:00.000Z","hour":9,"count":9,"values":[{"id":796774379229220900,"created_at":"Thu Nov 10 17:59:50 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @Project_Veritas: Here is Part I of @JamesOKeefeIII describing the power shift the US has just experienced about the role and efficacy o…"},{"id":796774318696960000,"created_at":"Thu Nov 10 17:59:35 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @slone: 💖 First they ignore you, then they laugh at you, then they fight you, then you win. 💖 ~Mahatma Gandhi~ https://t.co/6UTEBxEgc2"},{"id":796774242377416700,"created_at":"Thu Nov 10 17:59:17 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @2schmidtykids: Really @Twitter bring back #ClintEastwood; celebs r posting racial slurs, cursing &amp; promo civil disobedience &amp; u block C…"},{"id":796774028233023500,"created_at":"Thu Nov 10 17:58:26 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @JaredWyand: There is no greater rejection to Obama &amp; everything that he stands for than sending Trump into the White House today\n\nIt's…"},{"id":796765859880599600,"created_at":"Thu Nov 10 17:25:58 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @CarmineZozzora: Obama watched on TV as ISIS took city after city after city along with billions in US arms in Iraq for two years.\n\nNo p…"},{"id":796765794302591000,"created_at":"Thu Nov 10 17:25:43 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @PrisonPlanet: Why the media &amp; political elite will continue to encourage the #TrumpProtest.\n\nComplete contempt for democracy. https://t…"},{"id":796765766112727000,"created_at":"Thu Nov 10 17:25:36 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @occupycorruptDC: 🚨BREAKING: #TRUMP Tower NOW a #FAA No flight zone👍\n\nhttps://t.co/fgHYofJmdi https://t.co/XXj6Aas4vt"},{"id":796765692271923200,"created_at":"Thu Nov 10 17:25:18 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @KellyannePolls: Not cool. @POTUS or Hillary should address. 'People Have to Die': Anti-Trump Protester Calls For Violence on CNN https:…"},{"id":796765686941044700,"created_at":"Thu Nov 10 17:25:17 +0000 2016","date":"November 10, 2016","hour":9,"text":"RT @CNN: Stock market nears all-time highs after Trump election, a reaction few expected https://t.co/ZFsY122AUM https://t.co/CnR2kGjS9G"}]},{"date":"2016-11-10T08:00:00.000Z","hour":5,"count":5,"values":[{"id":796702916254007300,"created_at":"Thu Nov 10 13:15:51 +0000 2016","date":"November 10, 2016","hour":5,"text":"RT @Julie2016Jack: @tponews Everything Odumbo has done with Executive Order will be undone on day 1 of @realDonaldTrump"},{"id":796702865964331000,"created_at":"Thu Nov 10 13:15:39 +0000 2016","date":"November 10, 2016","hour":5,"text":"RT @cmichaeld2004: ****TRUMP WINS MICHIGAN**** \n100% Votes: Trump = 2,279,210\n Clinton = 2,267,373\n*Within margin for recount but…"},{"id":796702721864831000,"created_at":"Thu Nov 10 13:15:05 +0000 2016","date":"November 10, 2016","hour":5,"text":"RT @almostjingo: Need to follow up on any and all #VoterFraud pretty sure she didn't win popular vote would love to prove that. #Veritas #W…"},{"id":796702382373662700,"created_at":"Thu Nov 10 13:13:44 +0000 2016","date":"November 10, 2016","hour":5,"text":"RT @InGodIDoTrust: The media continues to LIE. I heard them say that only white uneducated men voted for Trump. I listened as I was staring…"},{"id":796698926397198300,"created_at":"Thu Nov 10 13:00:00 +0000 2016","date":"November 10, 2016","hour":5,"text":"RT @PrisonPlanet: Trump won LESS of the white vote than Romney.\n\nThe claim that his victory was thanks to \"racists\" is completely disproven…"}]},{"date":"2016-11-10T08:00:00.000Z","hour":4,"count":5,"values":[{"id":796698891366367200,"created_at":"Thu Nov 10 12:59:52 +0000 2016","date":"November 10, 2016","hour":4,"text":"RT @PrisonPlanet: Hillary won 4% LESS female voters than Obama in 2012.\n\nTurns out \"I have a vagina\" isn't a great campaign platform. 😆"},{"id":796698845010939900,"created_at":"Thu Nov 10 12:59:41 +0000 2016","date":"November 10, 2016","hour":4,"text":"RT @PrisonPlanet: Amy Schumer now claims she was only joking when she vowed to leave America if Trump won. Imagine my shock. https://t.co/m…"},{"id":796697482101194800,"created_at":"Thu Nov 10 12:54:16 +0000 2016","date":"November 10, 2016","hour":4,"text":"RT @PrisonPlanet: Has anyone told them you can't change the results of a democratic election by throwing a temper tantrum? #TrumpProtest"},{"id":796697394897371100,"created_at":"Thu Nov 10 12:53:55 +0000 2016","date":"November 10, 2016","hour":4,"text":"RT @PrisonPlanet: Pardon Julian Assange, prosecute Hillary Clinton."},{"id":796697128777171000,"created_at":"Thu Nov 10 12:52:52 +0000 2016","date":"November 10, 2016","hour":4,"text":"RT @TeamAdam76: Wait - won't these people miss work? #TrumpProtest"}]},{"date":"2016-11-09T08:00:00.000Z","hour":22,"count":7,"values":[{"id":796600385175744500,"created_at":"Thu Nov 10 06:28:26 +0000 2016","date":"November 09, 2016","hour":22,"text":"RT @IngrahamAngle: \"We will not stand by and watch Donald Trump...homophobia, Islamophobia, blah blah blah...unrest.\" https://t.co/37Z0VOaT…"},{"id":796599890126237700,"created_at":"Thu Nov 10 06:26:28 +0000 2016","date":"November 09, 2016","hour":22,"text":"RT @TeaPartyNevada: #ThankObamaIn4Words 70 days you're gone!"},{"id":796599418208321500,"created_at":"Thu Nov 10 06:24:36 +0000 2016","date":"November 09, 2016","hour":22,"text":"RT @RealJamesWoods: .@realDonaldTrump won the Presidency, House, Senate, and Supreme Court, all while ending two tired political dynasties.…"},{"id":796599346422841300,"created_at":"Thu Nov 10 06:24:18 +0000 2016","date":"November 09, 2016","hour":22,"text":"RT @CharlesDjoker: @TEN_GOP \n(👉🏼@billmaher 👈🏼 You pathetic piece of shit, need help packing? )"},{"id":796595977331294200,"created_at":"Thu Nov 10 06:10:55 +0000 2016","date":"November 09, 2016","hour":22,"text":"RT @BreitbartNews: History. https://t.co/Nb2vfxRELL"},{"id":796595619016142800,"created_at":"Thu Nov 10 06:09:30 +0000 2016","date":"November 09, 2016","hour":22,"text":"RT @SheriffClarke: Imagine how FBI Director Comey felt waking up this morning realizing that @realDonaldTrump is President elect. Imagine b…"},{"id":796594674492383200,"created_at":"Thu Nov 10 06:05:45 +0000 2016","date":"November 09, 2016","hour":22,"text":"RT @NancyLucky: I jumped around my house and sang and danced all night singing God Bless America! https://t.co/rcF3Rpc44f"}]},{"date":"2016-11-09T08:00:00.000Z","hour":21,"count":25,"values":[{"id":796592489599746000,"created_at":"Thu Nov 10 05:57:04 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @WARNERPROMOTION: https://t.co/vic0IQPyW8"},{"id":796590595552772100,"created_at":"Thu Nov 10 05:49:32 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @lisareiss: @realDonaldTrump @MikePenceVP \nTo the fallen Benghazi, to our active military and Veterans, and the American people,this ele…"},{"id":796589635518496800,"created_at":"Thu Nov 10 05:45:43 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @CharlesDjoker: @VivaLaAmes @DarHuddleston That girl has a sign \"Pussy Grabs Back\"?? WTF she got going on down there!?!? https://t.co/fv…"},{"id":796589341363601400,"created_at":"Thu Nov 10 05:44:33 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @Hap2bdeplorable: @VivaLaAmes Stupid too. Do they not know the history of the Democrat Party. Pres, Trump should throw Hillary's America…"},{"id":796588618798207000,"created_at":"Thu Nov 10 05:41:41 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @walkamoungsheep: The #TrumpProtest is Obama's legacy. Rioting, lawlessness &amp; racial division. It was Obama that caused the rise of Dona…"},{"id":796588060205056000,"created_at":"Thu Nov 10 05:39:28 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @JazzyGlassGems: This little girl needs to be sent to her room along with a good slap right across the face. #shitthepants #libtard #bra…"},{"id":796587706507739100,"created_at":"Thu Nov 10 05:38:03 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @RealAlexJones: Establishment media's tears flow freely while we pop champagne bottles in celebration! 😉\n\nhttps://t.co/rcSU9Z8eeW #Trump…"},{"id":796587577319034900,"created_at":"Thu Nov 10 05:37:32 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @BreitbartNews: He knew. https://t.co/2AlZeDDPry https://t.co/nPnPK0TFLC"},{"id":796587318966624300,"created_at":"Thu Nov 10 05:36:31 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @EnigerrRegineg: @vivelafra @megynkelly @FoxNews https://t.co/Y5DuaXawHS"},{"id":796587139618209800,"created_at":"Thu Nov 10 05:35:48 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @jamesplake721: @realDonaldTrump IF NOT @RudolphGiuliani then GOWDY WOULD BE AWESOME https://t.co/VTYwCVRyhs"},{"id":796586986010280000,"created_at":"Thu Nov 10 05:35:11 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @RogerJStoneJr: https://t.co/uj2HW018K5"},{"id":796585924759064600,"created_at":"Thu Nov 10 05:30:58 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @IngrahamAngle: Memo to Protestors &amp; Homespun Wisdom: Suck it up, Buttercups. Grow up. You don't always win a trophy."},{"id":796584235641487400,"created_at":"Thu Nov 10 05:24:16 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @RitzyBacon2: #JulianAssange THANK YOU 😘🎉👏‼️ let's get Julian #Free &amp; #Pardoned ‼️ #wikileaks @wikileaks #Respect #MAGA #PresidentElec…"},{"id":796584044699983900,"created_at":"Thu Nov 10 05:23:30 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @DineshDSouza: Obama said this election was a referendum on his legacy--yep! You got it! Happy to oblige! https://t.co/nlbpVYXAQt"},{"id":796584009925009400,"created_at":"Thu Nov 10 05:23:22 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @NormalGuyUSA: EXCLUSIVE — Sarah Palin: Michigan Finally Went Rogue - https://t.co/2kWlrOINpA https://t.co/8kfg5I09ES"},{"id":796583940152840200,"created_at":"Thu Nov 10 05:23:05 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @SoCal4Trump: .@oreillyfactor: \"I don't feel sorry for Hillary Clinton. She lied to us. She lied to everybody. Good riddance.\"\n\n#Electio…"},{"id":796581969932984300,"created_at":"Thu Nov 10 05:15:16 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @PrisonPlanet: Huff Post admits me, @Cernovich &amp; Alex Jones owned mainstream media on Brexit and Trump. https://t.co/asfsHrWUvZ https://…"},{"id":796581536086822900,"created_at":"Thu Nov 10 05:13:32 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @PrisonPlanet: Thank you Julian Assange. You saved the world from a warmongering, corrupt piece of shit. @wikileaks"},{"id":796580269922906100,"created_at":"Thu Nov 10 05:08:30 +0000 2016","date":"November 09, 2016","hour":21,"text":"Ya that'll show him! #moron https://t.co/G9Zd70Xro4"},{"id":796579192754307100,"created_at":"Thu Nov 10 05:04:13 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @NHJeffersonian: @BlairAllen @Alpha_Buck Oh, please, this has all the spontaneity of the 12th yr of a Broadway play, and just as choreog…"},{"id":796578903263473700,"created_at":"Thu Nov 10 05:03:04 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @stressjudo: @BlairAllen\nQ: Jimmy, what's on TV?\nA: Nuthin. Hey wanna go protest?\nQ: Cool. What?\nA: Bunch of people with Trump signs\nQ:…"},{"id":796578846925606900,"created_at":"Thu Nov 10 05:02:51 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @KnuckleMoose: @BlairAllen @POTUS congrats to Mr Obama. This is what your devisive rethoric causes. THIS is your legacy."},{"id":796578761617670100,"created_at":"Thu Nov 10 05:02:31 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @BlairAllen: @TxAngryHamster will most likely come to that. Our boys &amp; girls spread around the world protecting us &amp; these pieces of sh*…"},{"id":796578687512703000,"created_at":"Thu Nov 10 05:02:13 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @BlairAllen: @TxAngryHamster guess this is a rude awakening for pampered, pathetic, entitled pussies who have no clue, no job and no bra…"},{"id":796578594357215200,"created_at":"Thu Nov 10 05:01:51 +0000 2016","date":"November 09, 2016","hour":21,"text":"RT @TxAngryHamster: @BlairAllen If Trump is at Trump Tower &amp; they try to breach it they are going to have one helluva a rude awakening."}]},{"date":"2016-11-09T08:00:00.000Z","hour":20,"count":24,"values":[{"id":796578079539941400,"created_at":"Thu Nov 10 04:59:48 +0000 2016","date":"November 09, 2016","hour":20,"text":"@Rambobiggs I find your response to be PERFECT Joe.! The whiny brats r acting like assholes! #TrumpPresident"},{"id":796577059246112800,"created_at":"Thu Nov 10 04:55:45 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @Rambobiggs: @Annalyse_XVX sorry i was in Afghanistan fighting for your right to vote at that time"},{"id":796576621838864400,"created_at":"Thu Nov 10 04:54:00 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @PapaKelch: @Rambobiggs @LVDAWG11 This is the best ..."},{"id":796576572971057200,"created_at":"Thu Nov 10 04:53:49 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @Rambobiggs: #TrumpProtest folks be like.. https://t.co/ToAUKlCsZt"},{"id":796576184159060000,"created_at":"Thu Nov 10 04:52:16 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @AlwayanAmerican: @NYCityAlerts @SkyeShepard I hope you catch these intolerant liberal bastards time for LAW &amp; ORDER IN AMERICA #MAGA"},{"id":796572520145190900,"created_at":"Thu Nov 10 04:37:43 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @GrndLkNatv: @RT_America @TheMadHessian they are lucky!! In China they would all be dead"},{"id":796572449391411200,"created_at":"Thu Nov 10 04:37:26 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @RT_America: UPDATE: Teargas has been deployed against protesters in Oakland https://t.co/vIGe51w4xI https://t.co/7hNm36seyC"},{"id":796572036269281300,"created_at":"Thu Nov 10 04:35:47 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @RapinBill: Typical \"tolerant\" left. I thought Love Trumps Hate? Why is it You take arms against countrymen and preach love of ISIS...?…"},{"id":796571965754576900,"created_at":"Thu Nov 10 04:35:30 +0000 2016","date":"November 09, 2016","hour":20,"text":"Lol 😂😂😂 https://t.co/dAN2CHD5Uo"},{"id":796571289158815700,"created_at":"Thu Nov 10 04:32:49 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @Darren32895836: Definitely time to Lock up Loretta Lynch !! #FreeAssange #PresidentElectTrump Pennsylvania For Trump .. President Dona…"},{"id":796570771829223400,"created_at":"Thu Nov 10 04:30:46 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @RhondaLorkowski: Boycott! https://t.co/219dsL7vaD"},{"id":796568817841356800,"created_at":"Thu Nov 10 04:23:00 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @wifelopedia: For being \"College\" students, these people are extremely ignorant of how Real World works &amp; it Shows. Reinstate the Draft!…"},{"id":796568682273079300,"created_at":"Thu Nov 10 04:22:28 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @halsteadg048: The #TrumpProtest is Obama's legacy. Rioting, lawlessness, and racial division. It was Obama that caused the rise of Dona…"},{"id":796568344715546600,"created_at":"Thu Nov 10 04:21:07 +0000 2016","date":"November 09, 2016","hour":20,"text":"@mitchellvii come to Michigan bill, we are a RED STATE now 😀"},{"id":796567437441433600,"created_at":"Thu Nov 10 04:17:31 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @michelle4trump: WE DID IT, AMERICA! Say hello to your new president! #MAGA #ElectionNight https://t.co/8Z9TFjrzY8"},{"id":796567409629024300,"created_at":"Thu Nov 10 04:17:24 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @BentleyforTrump: @michelle4trump This is one special moment for me. I've been on cloud 9 all day long. # VeryHappy #IVotedTrump"},{"id":796567344285909000,"created_at":"Thu Nov 10 04:17:09 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @farrightgregy: Merkel is a fully paid up member of the globalist agents...she must be removef https://t.co/D8udjQ8V9F …"},{"id":796567167462477800,"created_at":"Thu Nov 10 04:16:26 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @MrEdTrain: Happy birthday General George Patton this must of been one of your best birthdays ever 🇺🇸 @realDonaldTrump @GenFlynn https:/…"},{"id":796567017260286000,"created_at":"Thu Nov 10 04:15:51 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @BestRDSP: I know it made U cry but\nAmbassador Stephens was left to die.\nHe didn't have a 'Safe Place' https://t.co/hbahHJyQf2"},{"id":796566940961636400,"created_at":"Thu Nov 10 04:15:32 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @halsteadg048: The world is watching the citizen media, the only media that has any remaining credibility. https://t.co/99VsfuNTPz … htt…"},{"id":796564593137033200,"created_at":"Thu Nov 10 04:06:13 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @ArtilesDana: @JoshNoneYaBiz @BrianaSantiago January cannot get here soon enough! So over this nonsense!"},{"id":796563981196546000,"created_at":"Thu Nov 10 04:03:47 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @IngrahamAngle: Under budget and on schedule https://t.co/ICidQfk6qA"},{"id":796563888225583100,"created_at":"Thu Nov 10 04:03:25 +0000 2016","date":"November 09, 2016","hour":20,"text":"RT @Midgespeaks: Lady Gaga hopped on a sanitation truck near Trump Tower to protest the election. What garbage!"},{"id":796563645236936700,"created_at":"Thu Nov 10 04:02:27 +0000 2016","date":"November 09, 2016","hour":20,"text":"He's mine too!!!! 😂😂 https://t.co/IS3gjoUzjv"}]},{"date":"2016-11-09T08:00:00.000Z","hour":19,"count":35,"values":[{"id":796560615376621600,"created_at":"Thu Nov 10 03:50:24 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @VoteTrumpPics: Yet again, #PresidentTrump draws YUGE crowds at #TrumpProtest\n\nWALL JUST GOT TALLER\n\n#Next4YearsIn4Words https://t.co/Sq…"},{"id":796560471629373400,"created_at":"Thu Nov 10 03:49:50 +0000 2016","date":"November 09, 2016","hour":19,"text":"They should have been challenging #crookedhillary!!! https://t.co/ISQThFcxkf"},{"id":796560195027607600,"created_at":"Thu Nov 10 03:48:44 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @BrittPettibone: 😂😂😂\n#MorningAfter https://t.co/Gs7xb5bWs5"},{"id":796559960356298800,"created_at":"Thu Nov 10 03:47:48 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @gelicmonkey: @TimSClark @Cliff_Sims @RealJeremyNolt @TeamTrump @jewishalways well well George at it again do these people ever stop? ht…"},{"id":796559045314379800,"created_at":"Thu Nov 10 03:44:10 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @NicolePettibone: #TrumpsFirstOrder Cleansing the White House of #SpiritCooking. https://t.co/Hx6A6NPbtD"},{"id":796558665889312800,"created_at":"Thu Nov 10 03:42:39 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @Jalepeno84: MILO visits media row at the Trump victory party https://t.co/dewn0oL7en via @YouTube #FreeMilo #RIPJournalism"},{"id":796557772053745700,"created_at":"Thu Nov 10 03:39:06 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @kirstiealley: CONGRATULATIONS PRESIDENT TRUMP! @realDonaldTrump against all odds ..against the establishment and even against most from…"},{"id":796557724670722000,"created_at":"Thu Nov 10 03:38:55 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @SpecialKMB1969: TRUMP dominated the FEMALE VOTE age 40+ of every education level &amp; every income level #Women4Trump MSM wouldn't listen…"},{"id":796557661319888900,"created_at":"Thu Nov 10 03:38:40 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @FacMagnaAmerica: Do they not realize THIS is why Trump is going to be President in 70 days?\n\nLiberals literally don't learn. https://t.…"},{"id":796557601517568000,"created_at":"Thu Nov 10 03:38:26 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @MissLizzyNJ: Do the agitators at the #TrumpProtest realize their behavior is part of what got Trump elected? This isn't a protest, it's…"},{"id":796557575814840300,"created_at":"Thu Nov 10 03:38:20 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @TrollPwn: @WDFx2EU8 @georgesoros Actually, I can confirm as I eat this taco bowl in NYC. They are innocent people being led by Soros p…"},{"id":796557430570287100,"created_at":"Thu Nov 10 03:37:45 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @bfraser747: 💥💥 #PresidentElectTrump\n\nMeet the next First Family to be living in the White House. \n\nAmerica has spoken. Class is back\n\n#…"},{"id":796556966973898800,"created_at":"Thu Nov 10 03:35:54 +0000 2016","date":"November 09, 2016","hour":19,"text":"Can anyone else hear Obamas evil laugh as he watches the protests? Only 71 more days patriots!!!"},{"id":796556331176095700,"created_at":"Thu Nov 10 03:33:23 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @USAforTrump2016: We are witnessing the biggest temper tantrum of all time, and it's glorious! #TrumpProtest"},{"id":796555896570712000,"created_at":"Thu Nov 10 03:31:39 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @khalifallah: May GOD protect our police force from the uncivilized people aimlessly rooming the streets. #JESUS #ElectionNight"},{"id":796555875871846400,"created_at":"Thu Nov 10 03:31:34 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @hrtablaze: Yall don't live in the liberal capital of America! Im proudly taking it on the chin today. All good. Im East Oakland Tough#T…"},{"id":796555703297212400,"created_at":"Thu Nov 10 03:30:53 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @farrightgregy: RT WDFx2EU8: Yes, #TrumpProtest is a georgesoros sponsored event, he's paying these protestors to incite violence,… http…"},{"id":796555378129506300,"created_at":"Thu Nov 10 03:29:36 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @PatriotSurge: A shout out 2 our #BoysInBlue doing their job at #NotMyPresident #protests. #PresidentElectTrump has ur back! #BlueLivesM…"},{"id":796554851060740100,"created_at":"Thu Nov 10 03:27:30 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @mitchellvii: Thank God America decided this election and not a bunch of Liberals in NYC, LA and SF who votes 2:1 for Hillary."},{"id":796553634267926500,"created_at":"Thu Nov 10 03:22:40 +0000 2016","date":"November 09, 2016","hour":19,"text":"@WDFx2EU8 @Freedomrings22 @georgesoros yup! Ur right ! https://t.co/ccTuRSOUxx"},{"id":796552830836494300,"created_at":"Thu Nov 10 03:19:28 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @peaceandjoy101: Another organize protests paid for by Yours Truly George Soros and Hillary Clinton\n#TrumpProtest\n#PresidentTrump"},{"id":796552723802030100,"created_at":"Thu Nov 10 03:19:03 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @greggutfeld: wouldn't it be cool if this was a protest against middle east countries killing gays? rather than a democratically held el…"},{"id":796552484797947900,"created_at":"Thu Nov 10 03:18:06 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @Harlan: What Trump did was nothing short of amazing.\n\nOut spent by HRC.\nOut propagandized by the media.\nAbandoned by much of the GOP es…"},{"id":796552006425047000,"created_at":"Thu Nov 10 03:16:12 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @Rambobiggs: A message to the #TrumpProtest https://t.co/a3mnZN8z4J"},{"id":796551047330299900,"created_at":"Thu Nov 10 03:12:23 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @IngrahamAngle: Stop covering these idiotic protests that are all staged &amp; funded to divert narrative from Trump mandate to their demand…"},{"id":796550304875638800,"created_at":"Thu Nov 10 03:09:26 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @Montanans4Trump: #trumpprotest\nWhen Rudy was NYC mayor, protests ON the streets were not allowed. Liberal mayor is letting this happen.…"},{"id":796550204317110300,"created_at":"Thu Nov 10 03:09:02 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @peddoc63: Pack your bags losers👜#ThankObamaIn4Words https://t.co/zOA4WWTczM"},{"id":796550140068761600,"created_at":"Thu Nov 10 03:08:47 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @CarrieAnneFL: @Byrlyne @HillaryClinton They plan another on Jan 20 in DC https://t.co/uFgo02yhV2 https://t.co/bQkC6OCos7"},{"id":796549642280464400,"created_at":"Thu Nov 10 03:06:48 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @MTARDI32: #TrumpProtest The little protesters are finding out life is unfair and not getting there way. Here's a lesson: America, Love…"},{"id":796548560191967200,"created_at":"Thu Nov 10 03:02:30 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @JohnFromCranber: We Really Dodged a Bullet. The Fate of Our Country Hung in The Balance. Julian Assange Called Her a 'Demon'. My View -…"},{"id":796548340896952300,"created_at":"Thu Nov 10 03:01:38 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @mystocknews2011: @WOLFM00N @MichaelCohen212 @brikeilarcnn @realDonaldTrump It's a great day to be Trump and Trumpsters!!!"},{"id":796548276258566100,"created_at":"Thu Nov 10 03:01:22 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @guardthecastle: @Para_glider69 @WD_Lady @MarkDice https://t.co/wzBm1ZJRnU"},{"id":796548215759839200,"created_at":"Thu Nov 10 03:01:08 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @NormalGuyUSA: Tucker Carlson: Election a ‘Reaction’ to Contempt of Public From Elite Media, Wall St, Political Class - https://t.co/CYv…"},{"id":796548056514695200,"created_at":"Thu Nov 10 03:00:30 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @VonKloss: Agreed ! https://t.co/wMrYM32ESY"},{"id":796547946837921800,"created_at":"Thu Nov 10 03:00:04 +0000 2016","date":"November 09, 2016","hour":19,"text":"RT @Democrat_4Trump: We need to unite the USA. It starts with the Mainstream Media apologizing to Trump for all the false accusations."}]},{"date":"2016-11-09T08:00:00.000Z","hour":18,"count":11,"values":[{"id":796547231113498600,"created_at":"Thu Nov 10 02:57:13 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @popstherock33: HAPPY BIRTHDAY MARINE CORPS🇺🇸🇺🇸 https://t.co/506Ciznflz"},{"id":796547217230274600,"created_at":"Thu Nov 10 02:57:10 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @jclo37: Undisciplined children don't like it when they know they will suddenly be told NO and Disciplined. Get a life losers. https://…"},{"id":796547130525708300,"created_at":"Thu Nov 10 02:56:49 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @Bane1349: Should be Hundreds of Arrests. Cops are restrained by Communist Mayor. https://t.co/WYaHHXh2oW"},{"id":796547096484659200,"created_at":"Thu Nov 10 02:56:41 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @SharonRobert99: Yes, like months ago! Further confirms Bernie was a tool for Dems/#CrookedHillary to draw in votes for Dems that she co…"},{"id":796546712072519700,"created_at":"Thu Nov 10 02:55:09 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @ByronTau: Trump did better than Romney among blacks by 5 points. He did 2 points better among Latinos."},{"id":796546388318388200,"created_at":"Thu Nov 10 02:53:52 +0000 2016","date":"November 09, 2016","hour":18,"text":"Flipped over 2 FB 4 a sec. Told off my lib \"friends\" ,unfriended crybaby lib friends, back here w/my TRUMP friends, all is good! 😀"},{"id":796545345484419100,"created_at":"Thu Nov 10 02:49:44 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @trump2021: 5th Avenue Fifth Avenue Columbus Circle I WILL SOON CUT OFF YOUR WELFARE AND FOOD STAMP https://t.co/Wy77Uf813H"},{"id":796535666431684600,"created_at":"Thu Nov 10 02:11:16 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @Nigel_Farage: We now have a US President who likes our country and understands our post-Brexit values."},{"id":796535511661838300,"created_at":"Thu Nov 10 02:10:39 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @WVWOnline: Van Jones on CNN all but says protestors are victims. No! They foolish, spoiled, entitled brats being manipulated by globali…"},{"id":796535469337149400,"created_at":"Thu Nov 10 02:10:29 +0000 2016","date":"November 09, 2016","hour":18,"text":"RT @JoeFreedomLove: Frank Gaffney: Trump Foreign Policy Must Start with Designating Muslim Brotherhood a Terrorist Organization https://t.c…"},{"id":796532919951130600,"created_at":"Thu Nov 10 02:00:21 +0000 2016","date":"November 09, 2016","hour":18,"text":"@Portosj81J @elvishawaii73 here's our leftist example for our daughters!"}]},{"date":"2016-11-09T08:00:00.000Z","hour":17,"count":24,"values":[{"id":796532116922257400,"created_at":"Thu Nov 10 01:57:10 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @SolidPerspectiv: @Breaking911 @Patriotic1s @MaddowBlog What a bunch of pathetic, whining, intolerant babies. Get a job."},{"id":796532061091795000,"created_at":"Thu Nov 10 01:56:56 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @DownloadingGod: 2DAY IS MY BIRTHDAY &amp; I GOT THE BEST PRES OF ALL A #PRESIDENTRUMP! I LITERALLY CAN NOT STOP SMILING #UNITEDWESTOOD! IM…"},{"id":796531937187926000,"created_at":"Thu Nov 10 01:56:27 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @eanthonymorgan: Hey @FrankLuntz \"YOU'RE FIRED!!\" https://t.co/IAOUo9PBfN"},{"id":796531884725600300,"created_at":"Thu Nov 10 01:56:14 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @mitchellvii: REPORT: Hillary Clinton Couldn't Stop Crying, Blamed Comey and Obama for Her Stunning Loss (VIDEO) https://t.co/8KPEyDdzqs"},{"id":796531627820273700,"created_at":"Thu Nov 10 01:55:13 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @StefanMolyneux: Hey #NeverTrump and #MainstreamMedia hacks - we will NEVER forget."},{"id":796531568386986000,"created_at":"Thu Nov 10 01:54:59 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @pspoole: Mass resignations at State Dept? Please, dear God, YES!!!! https://t.co/T8EhsuD095 https://t.co/7jXci9R861"},{"id":796531037128052700,"created_at":"Thu Nov 10 01:52:52 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @BreitbartNews: U N D E R B U D G E T \nN\nD\nE\nR\nB\nU\nD\nG\nE\nT https://t.co/N0tgC7Yjtl"},{"id":796530943183978500,"created_at":"Thu Nov 10 01:52:30 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @VoteTrumpPics: It's a new day in America #TheMorningAfter Crooked Hillary has fallen.\n\n#ThisYearImThankfulFor President-elect Trump! 🇺🇸…"},{"id":796530730377609200,"created_at":"Thu Nov 10 01:51:39 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @Rockprincess818: Is CNN inciting violence and civil unrest again?"},{"id":796530460386005000,"created_at":"Thu Nov 10 01:50:35 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @ConstanceQueen8: Could Not Be Prouder\nEven Hillary Said She \nWas Proud Of His Family\n#Congratulations #PresidentTrump \n#MAGA https://t.…"},{"id":796530349459329000,"created_at":"Thu Nov 10 01:50:08 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @Rockprincess818: LORETTA LYNCH : YOU'RE FIRED! \n#TheTrumpening"},{"id":796529719546146800,"created_at":"Thu Nov 10 01:47:38 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @sdpallstar: god please make california leave,lol https://t.co/ZK6sUUWDLC"},{"id":796529168573988900,"created_at":"Thu Nov 10 01:45:27 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @PrisonPlanet: They're literally protesting AGAINST a democratic election.\n\nLet that sink in. https://t.co/zWQJ6UzK8H"},{"id":796528763173568500,"created_at":"Thu Nov 10 01:43:50 +0000 2016","date":"November 09, 2016","hour":17,"text":"Idiots, do they not realize how stupid they look? https://t.co/BgE1al5pUH"},{"id":796528536328826900,"created_at":"Thu Nov 10 01:42:56 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @uliw315: @KellyannePolls Broke Glass Ceiling: Kellyanne Conway First Ever Woman to Run Successful Presidential Campaign👍👍 https://t.co/…"},{"id":796528083926913000,"created_at":"Thu Nov 10 01:41:08 +0000 2016","date":"November 09, 2016","hour":17,"text":"@NolteNC 😂😂😂"},{"id":796527975822950400,"created_at":"Thu Nov 10 01:40:42 +0000 2016","date":"November 09, 2016","hour":17,"text":"@PhilMcCausland_ idiots!"},{"id":796526849522368500,"created_at":"Thu Nov 10 01:36:14 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @bpolitics: Trump win brings rare feel-good moment to Appalachian coal town https://t.co/DQMgHwZBA2 https://t.co/dY5D6dbWrF"},{"id":796526758359171100,"created_at":"Thu Nov 10 01:35:52 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @The_NewRight: Take a long hard look at each one of their faces! #TheMorningAfter #PresidentElectTrump #TrumpPence16 @CNN https://t.co/V…"},{"id":796526509066453000,"created_at":"Thu Nov 10 01:34:53 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @HLCCentre: lol https://t.co/SWCUiVvMu9"},{"id":796526437079613400,"created_at":"Thu Nov 10 01:34:36 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @meresimkins: Shocker, generation raised on participation trophies doesn't know how to lose gracefully #utprotest #Calexit #ElectionResu…"},{"id":796526316497551400,"created_at":"Thu Nov 10 01:34:07 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @mlhgoodwin19: Always someone else's fault. For once Hill take responsibility for your actions. Put your big girl 👖 on. No 1 2 blame bu…"},{"id":796524410446483500,"created_at":"Thu Nov 10 01:26:32 +0000 2016","date":"November 09, 2016","hour":17,"text":"RT @wikileaks: Remember how you legalized\n✔Assassinating anyone\n✔NSA mass spying\n✔Prosecuting publishers\n✔CIA drones everywhere\n\nIt's all T…"},{"id":796524129222533100,"created_at":"Thu Nov 10 01:25:25 +0000 2016","date":"November 09, 2016","hour":17,"text":"If I have to see one more comment about pussy grabbing, I'm gonna hurl! People r so uninformed its disgusting!!"}]},{"date":"2016-11-09T08:00:00.000Z","hour":16,"count":50,"values":[{"id":796517436262596600,"created_at":"Thu Nov 10 00:58:50 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @RealJBradly: This is how we build rapport with the rest of the world. Thanks to PM Netanyahu for recognizing that a Trump presidency wi…"},{"id":796517303340900400,"created_at":"Thu Nov 10 00:58:18 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @PrisonPlanet: 😆😆😆 #ImStillWithHer https://t.co/1j4Iu4yrmS"},{"id":796517279244619800,"created_at":"Thu Nov 10 00:58:12 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @Freedomrings22: @ScottPresler u worked hard Scott we are celebrating with you. We appreciate all u have done !"},{"id":796517198814650400,"created_at":"Thu Nov 10 00:57:53 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @Millerita: TFW you realize you'll have to pay for your own degree in Women's Studies... https://t.co/JkQvJ5y0nE"},{"id":796516413557063700,"created_at":"Thu Nov 10 00:54:46 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @KeepCandSafe: The sun will be quite busy, thank you, burning up #libtards I hear that they crackle like moon rocks because of their bi…"},{"id":796516246980280300,"created_at":"Thu Nov 10 00:54:06 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @justanavywife: Congratulations #PresidentTrump! I can sleep better knowing my Sailor will serve under your leadership! It's an honor!!!…"},{"id":796516129514590200,"created_at":"Thu Nov 10 00:53:38 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @PrisonPlanet: Candidate Hillary's final act: To surround herself with elite donors &amp; paid staffers, and to snub average Americans. http…"},{"id":796515673140760600,"created_at":"Thu Nov 10 00:51:49 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @Lrihendry: He won. We did it. We won. The American people won. God heard our cry from Heaven and answered and sent reprieve. Congratula…"},{"id":796515592417198100,"created_at":"Thu Nov 10 00:51:30 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @djlace: Wait...what...? This from the same people who claim secession is \"treason\"...? Or is that only when OTHERS do it. ;) #Calexit"},{"id":796515041751289900,"created_at":"Thu Nov 10 00:49:19 +0000 2016","date":"November 09, 2016","hour":16,"text":"Suck it up Juan, you'll b lucky to have a job soon! We turn the channel when u come on !!! https://t.co/F1grPdFnl2"},{"id":796514299854331900,"created_at":"Thu Nov 10 00:46:22 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @LynnePatton: Honored to take the stage on such a historic night with this incredible family &amp; be a part of such a cohesive &amp; ambitious…"},{"id":796514231013310500,"created_at":"Thu Nov 10 00:46:05 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @RuneKeeper: Ass-clown should have been shot. PERIOD. https://t.co/6J4vZDLX1G"},{"id":796513806193229800,"created_at":"Thu Nov 10 00:44:24 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @StevenJLeee: Hope FOX realizes we change the channel every time Juan Williams comes on https://t.co/SjcWANUPUR"},{"id":796512835513761800,"created_at":"Thu Nov 10 00:40:33 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @DiamondandSilk: Meeting @SarahPalinUSA for the first time was a joy. Thanks for all that you do...Love ya. https://t.co/xH5TVzphub"},{"id":796512374140366800,"created_at":"Thu Nov 10 00:38:43 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @avanconia: 📢@CNN @MSNBC We demand an apology. Your thousands of lies about the President Elect have caused hatred &amp; division. Admit to…"},{"id":796512305571917800,"created_at":"Thu Nov 10 00:38:26 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @atensnut: Tears of joy. Vindication after 38 years of pain &amp; suffering. Thanks to Mr Trump &amp; all of you. It does go away."},{"id":796512255244386300,"created_at":"Thu Nov 10 00:38:14 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @peddoc63: &gt;100 visits to White House #ThankObamaIn4Words https://t.co/2tliHmkxuh"},{"id":796511749205794800,"created_at":"Thu Nov 10 00:36:14 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @GopAaron: Barack Obama YOU'RE FIRED! #PresidentElectTrump YOU'RE HIRED! #ThankObamaIn4Words #EndOfAFailure #ByeObama #ElectionNight2016…"},{"id":796511467763888100,"created_at":"Thu Nov 10 00:35:07 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @irshroz: Ayotte can thank deplorables-the day you turned on President Trump we made sure you would lose-your welcome https://t.co/uCkO2…"},{"id":796511391310028800,"created_at":"Thu Nov 10 00:34:48 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @Samstwitch: From now on, Wednesdays are \"Trump Day\"! https://t.co/ughNFnamST"},{"id":796510839591333900,"created_at":"Thu Nov 10 00:32:37 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @lalauraru777: Thanks to the honest, hard-working patriots in Pennsylvania - they didn't let the corrupt machine steal their election th…"},{"id":796510220021334000,"created_at":"Thu Nov 10 00:30:09 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @sue51684: \"@IvankaTrump: Congratulations grandpa! 👏🏻👏🏻 #PresidentElectTrump https://t.co/hqTzxRrBKI 💖this! @EternalRiteWing @hanktastic…"},{"id":796510100101984300,"created_at":"Thu Nov 10 00:29:40 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @mitchellvii: We really did it guys. So proud of every one of you who never gave up!"},{"id":796509757888753700,"created_at":"Thu Nov 10 00:28:19 +0000 2016","date":"November 09, 2016","hour":16,"text":"Love you gen. Flynn!!!!! https://t.co/NRmzC1IdP6"},{"id":796509652372561900,"created_at":"Thu Nov 10 00:27:54 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @DemonTwoSix: Maybe it is time to #SueTheMSM for inciting racial unrest and violence, and incitement to riot. \n\n#ElectionResults #WakeUp…"},{"id":796509595707600900,"created_at":"Thu Nov 10 00:27:40 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @AJDelgado13: To the hundreds who mocked me saying I would regret this tweet Nov 8 and quietly delete it.... \n\nGuess what!!! 👍🏻😂🇺🇸👌🏻 htt…"},{"id":796509478338306000,"created_at":"Thu Nov 10 00:27:12 +0000 2016","date":"November 09, 2016","hour":16,"text":"@NYCityAlerts @ConservativeGM @ilyamuz lock em up NYPD!!!"},{"id":796509238768140300,"created_at":"Thu Nov 10 00:26:15 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @GDLtothePDX: Pack your shit! @WhoopiGoldberg @lenadunham @amyschumer @cher https://t.co/buD54V4EVB"},{"id":796509214478835700,"created_at":"Thu Nov 10 00:26:09 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @MarieLeff: @foxandfriends \nIn the name of unity, I say we unite to dump him as Speaker - Trump supporters don't like traitors or weasels"},{"id":796508775914045400,"created_at":"Thu Nov 10 00:24:25 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @asamjulian: The people who say \"love trumps hate\" are all over my mentions threatening violence to Trump and/or his supporters. 🙄"},{"id":796508734855884800,"created_at":"Thu Nov 10 00:24:15 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @SteveBlogs1: The first woman to ever manage a successful presidential campaign was Trump's campaign manager."},{"id":796508705181356000,"created_at":"Thu Nov 10 00:24:08 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @NYRican4Trump: @DarHuddleston\n\nNever wavered to MAGA despite pressure-TY\n\n@Varneyco\n@LouDobbs\n@JudgeJeanine\n@trish_regan\n@Ingraham\n@Kat…"},{"id":796508608313884700,"created_at":"Thu Nov 10 00:23:45 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @DavidDCarpenter: They Nailed it.. Just like Dewey defeats Truman... https://t.co/4bcg7DqNCY"},{"id":796508555943809000,"created_at":"Thu Nov 10 00:23:32 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @PRMoore1: Peter Thiel on Trump's win: 'He has an awesomely difficult task' https://t.co/0Ce9cV3XhW via @sai"},{"id":796508518522191900,"created_at":"Thu Nov 10 00:23:23 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @CyndiSanchez3: @JamieRJN @AmericanVoterUS @CNN @realDonaldTrump https://t.co/8upjA0XfoL"},{"id":796508497311629300,"created_at":"Thu Nov 10 00:23:18 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @mitchellvii: If the experts are constantly surprised, why are they experts?"},{"id":796506644817518600,"created_at":"Thu Nov 10 00:15:57 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @joej2020usa: Ben Carson Says He'll Help Trump Find a Replacement to Obamacare - Breitbart https://t.co/xHc9RO3XGo"},{"id":796506620138229800,"created_at":"Thu Nov 10 00:15:51 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @SpazzThree: We came. We saw. He WON. #TrumpsFirstOrder https://t.co/bqy54VMFri"},{"id":796506551699853300,"created_at":"Thu Nov 10 00:15:34 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @LouDobbs: #LDTPoll With the victory of president-elect Trump are you more confident and optimistic about our country's future?"},{"id":796506518237704200,"created_at":"Thu Nov 10 00:15:26 +0000 2016","date":"November 09, 2016","hour":16,"text":"@ANOMALY1 just tell ur kid you LIED to the people, you were SUPOOSED to b honest!"},{"id":796506235356979200,"created_at":"Thu Nov 10 00:14:19 +0000 2016","date":"November 09, 2016","hour":16,"text":"😂😂😂 https://t.co/mtg9bQklv0"},{"id":796506026174517200,"created_at":"Thu Nov 10 00:13:29 +0000 2016","date":"November 09, 2016","hour":16,"text":"@BillKristol we will NOT forget ur disloyalty to THE PEOPLE!"},{"id":796504393885610000,"created_at":"Thu Nov 10 00:07:00 +0000 2016","date":"November 09, 2016","hour":16,"text":"@TheAnonnMessage they do not need to exercise that right on a highway! Ticket them if thy won't move, that's unsafe !!"},{"id":796503641800720400,"created_at":"Thu Nov 10 00:04:01 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @trump2016fan: If Trump is forced to batch the Deportations who do want deported first? Pls vote &amp; RT\n#ThankObamaIn4Words\n@HouseGOP @GOP…"},{"id":796503579326578700,"created_at":"Thu Nov 10 00:03:46 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @mike_58stingray: https://t.co/Es4hQCa95P"},{"id":796503536020361200,"created_at":"Thu Nov 10 00:03:35 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @SmallgGay: I hope she has to start DRIVING a garbage truck! ;) https://t.co/2KJk99Nh82"},{"id":796503481393807400,"created_at":"Thu Nov 10 00:03:22 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @KamVTV: #TrumpsFirstOrder FIND and BRING BACK our POWs who the USA abandoned and didn't fight for! 200 still in POW captivity #MAGA3X h…"},{"id":796503266121097200,"created_at":"Thu Nov 10 00:02:31 +0000 2016","date":"November 09, 2016","hour":16,"text":"I agree, please leave @mileycyrus! I have a daughter too and u r filthy nasty! https://t.co/QF8KAT2bel"},{"id":796502999568961500,"created_at":"Thu Nov 10 00:01:28 +0000 2016","date":"November 09, 2016","hour":16,"text":"Hahaha! 😂😂 https://t.co/rQzh4KQydD"},{"id":796502724493774800,"created_at":"Thu Nov 10 00:00:22 +0000 2016","date":"November 09, 2016","hour":16,"text":"RT @Women4Trump: New Trump/Pence twitter account and website https://t.co/xZ7bif5Xqn"}]},{"date":"2016-11-09T08:00:00.000Z","hour":15,"count":24,"values":[{"id":796501831429951500,"created_at":"Wed Nov 09 23:56:49 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @BreitbartNews: You made all the pop divas cry, America! https://t.co/3WUBj6YlSz"},{"id":796501810831822800,"created_at":"Wed Nov 09 23:56:44 +0000 2016","date":"November 09, 2016","hour":15,"text":"@BreitbartNews @patrick_hostis maybe they will remember WHO buys their movies &amp; music! Assholes!"},{"id":796501417615904800,"created_at":"Wed Nov 09 23:55:10 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @DougBrown011: @vivelafra @FoxNews @hannity @LouDobbs Juan Williams is a racist. He needs to leave @FoxNews NOW"},{"id":796501367200383000,"created_at":"Wed Nov 09 23:54:58 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @trump2016fan: Of course the media still thinks this election has nothing to do with immigration and open borders they will never get it…"},{"id":796500851888111600,"created_at":"Wed Nov 09 23:52:56 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @brandongroeny: President-elect Trump has better coverage than Verizon!\n Can you hear us now?\n#TheMorningAfter #tcot #MAGA #F…"},{"id":796500762402635800,"created_at":"Wed Nov 09 23:52:34 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @adjunctprofessr: The boycott of biased media continues.\nNo CNN!\n@wolfblitzer \n@CNN https://t.co/bIzcS7ddjb"},{"id":796500642563051500,"created_at":"Wed Nov 09 23:52:06 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @chaszzsmith1951: Never switch to republican. Soros machines need to go away https://t.co/z82y1Xe8DV"},{"id":796500554038018000,"created_at":"Wed Nov 09 23:51:45 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @bblinn53: https://t.co/lgIl2A9Q0r"},{"id":796498616143716400,"created_at":"Wed Nov 09 23:44:02 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @sharon4marie: WE DID IT #Deplorables! 👊👍🇺🇸\n#MAGA \n#DrainTheSwamp\n#CrookedHillary\n#ProudToBeAnAmerican \n@GatesRobin @finy06 @magnifier66…"},{"id":796498269216116700,"created_at":"Wed Nov 09 23:42:40 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @tvkatesnow: ICYMI: Letter from Nixon to Trump, dated 1987.\" ..Whenever you decide to run for office you will be a winner.\" https://t.co…"},{"id":796498067944013800,"created_at":"Wed Nov 09 23:41:52 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @Foxfiregirl50: Hey, @FoxNews. Love The 5 except for #JuanWilliams. His Sour Grapes Go Beyond Reasonable With repeated #Trump misquotes…"},{"id":796498028714664000,"created_at":"Wed Nov 09 23:41:42 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @Uncle_Jimbo: Lots of calls for reconciliation &amp; we need that. But a min to recall the smears &amp; slurs we've endured over honest differen…"},{"id":796497571334262800,"created_at":"Wed Nov 09 23:39:53 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @TEN_GOP: \"We have seen that our nation is more deeply divided than we thought.\" ~ HRC \n\nNo, Hillary we're not! https://t.co/cggAi4MpCd"},{"id":796497536777388000,"created_at":"Wed Nov 09 23:39:45 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @WeNeedTrump: In my eyes, this country looks more beautiful today than ever before. All thanks to Donald Trump. #MakeAmericaGreatAgain h…"},{"id":796497513046011900,"created_at":"Wed Nov 09 23:39:39 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @DBloom451: That time \"Hump Day\" became \"Trump Day\" and started trolling Democratic Offices in Washington DC!😂 Is it wrong that I'm havi…"},{"id":796497042558296000,"created_at":"Wed Nov 09 23:37:47 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @NewtTrump: RETWEET if you agree: Justice Ginsburg should honor her promise of moving to New Zealand if Trump wins, effective immediatel…"},{"id":796496953211289600,"created_at":"Wed Nov 09 23:37:26 +0000 2016","date":"November 09, 2016","hour":15,"text":"How do the @fox pundits still NOT GET IT? all u elite media people HV FORGOTTEN who watches ur shows! #getagrip"},{"id":796495183382794200,"created_at":"Wed Nov 09 23:30:24 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @HappyDeplorable: Here's one for the out of touch media/pundits/pollsters: Trump won with COLLEGE EDUCATED WHITES. You wouldn't listen."},{"id":796494645555580900,"created_at":"Wed Nov 09 23:28:16 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @US_Army_Vet: Trump Wins►https://t.co/96LKVhLJgv Trump Victory: Win for Little Guy Over Elite►https://t.co/NK3mDef3se @JustKate038 @Nuri…"},{"id":796494566761316400,"created_at":"Wed Nov 09 23:27:57 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @DistOfCriminals: Yay Kellyanne 👏🏻👏🏻👏🏻👏🏻👏🏻 Thank You! https://t.co/yKC1QwuDVW"},{"id":796493802760523800,"created_at":"Wed Nov 09 23:24:55 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @grammy620: Hillary? Trump got Michigan. https://t.co/0qKDjm3UqD"},{"id":796493750113632300,"created_at":"Wed Nov 09 23:24:42 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @SFStraightTalk: Hmmm looks like a Trump Presidency isn't going to be as bad as the MSM predicted after all. Surprise Surprise! 😎 https:…"},{"id":796493462401089500,"created_at":"Wed Nov 09 23:23:34 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @Veteran4Trump: It's a good day to be an American 🇺🇸\nWaking up to a Republican President, House and Senate. Congratulations @realDonaldT…"},{"id":796493330926465000,"created_at":"Wed Nov 09 23:23:02 +0000 2016","date":"November 09, 2016","hour":15,"text":"RT @mtracey: I really hope people take note of pundits/journalists who were aggressively, disastrously wrong and hold them accountable for…"}]},{"date":"2016-11-09T08:00:00.000Z","hour":14,"count":3,"values":[{"id":796485071083601900,"created_at":"Wed Nov 09 22:50:13 +0000 2016","date":"November 09, 2016","hour":14,"text":"RT @TRUMPVICTORY20: Promises...we most like would be better without California\n#Calexit We can include you in the #BuildTheWall project\nht…"},{"id":796484877352923100,"created_at":"Wed Nov 09 22:49:27 +0000 2016","date":"November 09, 2016","hour":14,"text":"RT @mitchellvii: Rallies matter.\nYard signs matter.\nSocial media matters.\nFlash polls matter.\nEnthusiasm matters.\n\nWe matter."},{"id":796484702697910300,"created_at":"Wed Nov 09 22:48:45 +0000 2016","date":"November 09, 2016","hour":14,"text":"RT @FLBigBass: .@HeatherNauert Always like 2 watch you but some Pollsters had it Right @KellyannePolls did and my man at https://t.co/emECU…"}]},{"date":"2016-11-09T08:00:00.000Z","hour":13,"count":29,"values":[{"id":796468675003973600,"created_at":"Wed Nov 09 21:45:04 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @StefanMolyneux: Accountability is important. Hillary Clinton must be held accountable for her treasonous crimes against America and the…"},{"id":796467692026916900,"created_at":"Wed Nov 09 21:41:10 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @PrisonPlanet: Not only Hillary lost last night.\n\n- SJW violence tactics\n- Rigged media\n- 'Racist' narrative\n- Rigged pollsters\n- Celeb…"},{"id":796467232859705300,"created_at":"Wed Nov 09 21:39:20 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @ScottPresler: President Obama is the reason I got involved in politics. \n\nI used my fire, passion, &amp; drive to elect @realDonaldTrump!…"},{"id":796464896481329200,"created_at":"Wed Nov 09 21:30:03 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @AndStrats: @bahahahamilton\nI own the company.\nWhen they walk out of work like they did in school, they'll be fired.\nActions have conseq…"},{"id":796464346507464700,"created_at":"Wed Nov 09 21:27:52 +0000 2016","date":"November 09, 2016","hour":13,"text":"@KING5Seattle I'd be pissed if my kids did this! We lose graciously where I come from &amp; you deal w/it like young adults! This is ridiculous!"},{"id":796461977421889500,"created_at":"Wed Nov 09 21:18:27 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @karma1244: Philippines' Duterte says to stop quarrels with U.S. after Trump win https://t.co/6wIbe7EtJ3"},{"id":796461612609794000,"created_at":"Wed Nov 09 21:17:00 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @PrisonPlanet: HELLO DARKNESS MY OLD FRIEND. #NotMyPresident https://t.co/WuXXhJGYZO"},{"id":796461511116017700,"created_at":"Wed Nov 09 21:16:36 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @angelena4Cs: @bocavista2016 \n\nTRAIN Moving #TheForgottenOnes 🚂💨💨\n\nCONDUCTED By #ThePeoplesPresident 🇺🇸❤️🇺🇸\n\nFUELED By\n#MAGA❣️🙏🏽❣️🙏🏽\n\nIM…"},{"id":796461480967278600,"created_at":"Wed Nov 09 21:16:29 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @ClearlyTruth: When was the last time we heard:\n\n\"I. Love. This. Country.\"-President elect, Donald J. Trump\n\nhttps://t.co/cy7QFKikiO\n\n(…"},{"id":796461456430682100,"created_at":"Wed Nov 09 21:16:23 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @JohnMit86177150: Just imagine the margin of victory if Donald Trump had fair reporting,fair debates,fair political support. The America…"},{"id":796461404920442900,"created_at":"Wed Nov 09 21:16:11 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @BradThor: Congratulations to Donald Trump, his family, the entire Trump/Pence team, and all of their supporters on such a historic vict…"},{"id":796461377724567600,"created_at":"Wed Nov 09 21:16:04 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @GodlyPghDad: #ObamaSpeech \nWhile Obama says all the 'right things', aides in the White House are frantically shredding papers &amp; using…"},{"id":796461340407763000,"created_at":"Wed Nov 09 21:15:55 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @HouseCracka: https://t.co/BlbHuxO6Gn"},{"id":796461305611898900,"created_at":"Wed Nov 09 21:15:47 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @RealJamesWoods: Sometimes it's important to see things from different perspectives. I respect the opinion of those I admire, but with w…"},{"id":796461208169746400,"created_at":"Wed Nov 09 21:15:24 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @KSouth4trump: Ben...go away. Forever.@TrumpPatriot4 https://t.co/imqX7azl6O"},{"id":796461162049208300,"created_at":"Wed Nov 09 21:15:13 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @carrieksada: .@KellyAyotte elections DO have consequences. Perhaps next time you'll support yr party's candidate. #Election2016👇🏽\nhttps…"},{"id":796459621489791000,"created_at":"Wed Nov 09 21:09:05 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @HotlineJosh: should say three Senate candidates. Ayotte, Kirk and Rep. Heck. https://t.co/qzezu66ywK"},{"id":796459523166916600,"created_at":"Wed Nov 09 21:08:42 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @unclebubba9: Jack Burton says The Pork Chop Express if full, on its way to Nova Scotia. \n\nFortunately, other trucks still available.…"},{"id":796459381609156600,"created_at":"Wed Nov 09 21:08:08 +0000 2016","date":"November 09, 2016","hour":13,"text":"I'd love it if burning our flag was considered a crime! Nothing makes me more upset and ashamed of other \"Americans\""},{"id":796459151278899200,"created_at":"Wed Nov 09 21:07:13 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @ggeett37aaa: MT @kin2souls: If our Flag offends you, YOU don't deserve Our hospitality! #COSProject #PJNET https://t.co/suLJyERDhJ"},{"id":796459126683529200,"created_at":"Wed Nov 09 21:07:07 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @BluegillRises: Hillary's entire campaign was same as ALL leftist campaigns:\n\n\"My opponent is racist, sexist &amp; Islamophobic. White men s…"},{"id":796458990439923700,"created_at":"Wed Nov 09 21:06:35 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @ItsRickOhio: This man is giving a order to kill Trump &gt;&gt;&gt; @CWCSonichu CONTACT @FBI please help me Trump Supporters"},{"id":796458927156318200,"created_at":"Wed Nov 09 21:06:20 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @rockynickydog: Hannity: America witnessing a modern day political miracle https://t.co/KRBsgQBnqw via @YouTube"},{"id":796458902376370200,"created_at":"Wed Nov 09 21:06:14 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @minnamyself: https://t.co/DJEONHzC6q"},{"id":796458877789306900,"created_at":"Wed Nov 09 21:06:08 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @DTpatriot1: #TrumpWon...\n\nAl Sharpton \nBrian Cranston\nAmy Shumer\nSamuel Jackson\nKathryn Hahn\nJon Stewart\nJennifer Lawrence\nNeve Campbel…"},{"id":796458600738811900,"created_at":"Wed Nov 09 21:05:02 +0000 2016","date":"November 09, 2016","hour":13,"text":"Hell yeah, wayne! Thank you for all that you, hutch, cam &amp; others have done for us! 👍 https://t.co/JvwkrHXQfO"},{"id":796458074064220200,"created_at":"Wed Nov 09 21:02:56 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @The_NewRight: Now that @CNN has failed to get Hillary elected &amp; lied to the people for over a year, let's put the FINAL NAIL in the cof…"},{"id":796457820623425500,"created_at":"Wed Nov 09 21:01:56 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @DeplorableTrain: Bye bye TPP\nBye bye O-Care\nHello President Elect Donald Trump https://t.co/NlBOwOTixb"},{"id":796457786867646500,"created_at":"Wed Nov 09 21:01:48 +0000 2016","date":"November 09, 2016","hour":13,"text":"RT @slone: POLLING DATA created a compelling and powerful narrative that was the OPPOSITE of what was •actually• happening. https://t.co/b5…"}]},{"date":"2016-11-09T08:00:00.000Z","hour":12,"count":15,"values":[{"id":796457245848506400,"created_at":"Wed Nov 09 20:59:39 +0000 2016","date":"November 09, 2016","hour":12,"text":"Our @pollsterpolls model gives @HillaryClinton a 98.1% chance of winning the... https://t.co/IbF8gFmaTh by #WolfensPride via @c0nvey"},{"id":796455928124100600,"created_at":"Wed Nov 09 20:54:25 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @JoeHNewYork: Larry great job tell Mike #SemperFi baby #ooRah https://t.co/CP6fQzntoO"},{"id":796455896264167400,"created_at":"Wed Nov 09 20:54:17 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @mitchellvii: As a part of the New Media, I want to personally thank the Old Media for sucking so hard."},{"id":796455859790483500,"created_at":"Wed Nov 09 20:54:09 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @ABC: NEW: President-elect Donald Trump invited Israeli PM Netanyahu to meet him in the U.S. at his earliest convenience, Netanyahu’s of…"},{"id":796455677703180300,"created_at":"Wed Nov 09 20:53:25 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @CassandraRules: Trump should really pardon Julian Assange. His forcing of transparency and fearlessness may have saved us from Clinton'…"},{"id":796454696932278300,"created_at":"Wed Nov 09 20:49:31 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @AmyMek: Trump Supporters NEED 2 come out of the closet &amp; be VOCAL in their support of President-elect Trump. Stop bowing to Liberals! #…"},{"id":796454670269108200,"created_at":"Wed Nov 09 20:49:25 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @TrussElise: https://t.co/G7Jlmlmv7A via @Crux"},{"id":796454515633430500,"created_at":"Wed Nov 09 20:48:48 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @GeoScarborough: Great work 4 @realDonaldTrump @AJDelgado13...Always loved your spirit vs all the negativity on the shows. Hope to meet…"},{"id":796454447908081700,"created_at":"Wed Nov 09 20:48:32 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @emrutherford90: Sad but true - angry liberals PLEASE read!! \n#NotMyPresident\n#ImStillWithHer\n#PresidentElectTrump https://t.co/3Ze609Sy…"},{"id":796454191363477500,"created_at":"Wed Nov 09 20:47:31 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @johncardillo: The party that murders babies and sued the Little Sisters of the Poor just quoted scripture. Let that sink in. #Hillary's…"},{"id":796454166105358300,"created_at":"Wed Nov 09 20:47:25 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @IngrahamAngle: Why on earth should we take seriously post-election analysis from the very \"thinkers\" who so badly botched the pre-elect…"},{"id":796454129312944100,"created_at":"Wed Nov 09 20:47:16 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @ahernandez85a: Your movie still sucks and you are still a racist.\n#FreeMilo https://t.co/KZb84r1eqt"},{"id":796453824328323100,"created_at":"Wed Nov 09 20:46:03 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @DanScavino: The campaign concluded with @realDonaldTrump's social media following topping off at 29.1M.\nFacebook: 12.5M\nTwitter: 13.5M…"},{"id":796452477101109200,"created_at":"Wed Nov 09 20:40:42 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @PrisonPlanet: Lock her ass up."},{"id":796452289884147700,"created_at":"Wed Nov 09 20:39:57 +0000 2016","date":"November 09, 2016","hour":12,"text":"RT @KellyannePolls: @realDonaldTrump THANK YOU for allowing me to be part of history. Congratulations, President-elect. God bless you."}]},{"date":"2016-11-09T08:00:00.000Z","hour":11,"count":7,"values":[{"id":796433509338509300,"created_at":"Wed Nov 09 19:25:20 +0000 2016","date":"November 09, 2016","hour":11,"text":"RT @ChristieC733: C O N G R A T U L A T I O N S ‼️\n\n🇺🇸President Elect &amp; First Lady 🇺🇸\n Mr. &amp; Mrs. Donald J.Trump\n\n⭐️#PresidentTrump…"},{"id":796433470222377000,"created_at":"Wed Nov 09 19:25:10 +0000 2016","date":"November 09, 2016","hour":11,"text":"RT @AJDelgado13: Apparently we're keeping the House...\n\nWait, what about all the Republican pundits claiming DT would cost us the House?"},{"id":796429247221006300,"created_at":"Wed Nov 09 19:08:24 +0000 2016","date":"November 09, 2016","hour":11,"text":"Its gorgeous!!! I just KNEW our state would pull through, we've been destroyed by democratic leadership! 😀 https://t.co/VhRnSmmfQG"},{"id":796428840990048300,"created_at":"Wed Nov 09 19:06:47 +0000 2016","date":"November 09, 2016","hour":11,"text":"RT @JackPosobiec: We had 300 volunteers driving the Amish to vote"},{"id":796428644658847700,"created_at":"Wed Nov 09 19:06:00 +0000 2016","date":"November 09, 2016","hour":11,"text":"RT @_ChuckThomas: @DLoesch @Everytown https://t.co/6El1QQoosu"},{"id":796428571757736000,"created_at":"Wed Nov 09 19:05:43 +0000 2016","date":"November 09, 2016","hour":11,"text":"RT @Nigel_Farage: Voters across the Western world want nation state democracy, proper border controls and to be in charge of their own live…"},{"id":796427152686280700,"created_at":"Wed Nov 09 19:00:04 +0000 2016","date":"November 09, 2016","hour":11,"text":"RT @karen_bidwell: THANK GOD MICHIGAN TURNED RED! I knew it! https://t.co/jXZl89tqZf"}]},{"date":"2016-11-09T08:00:00.000Z","hour":10,"count":60,"values":[{"id":796427084809830400,"created_at":"Wed Nov 09 18:59:48 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @thetopstoryWYFF: BREAKING: @SenatorTimScott wins first full term. He becomes the first black U.S. Senator from the South since Reconst…"},{"id":796427035467989000,"created_at":"Wed Nov 09 18:59:36 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @JimW_JimW: Many stars devastated over Hillary Clinton loss - Fox News Canada, enjoy your new patriots https://t.co/L4wCVWdHci"},{"id":796426959274311700,"created_at":"Wed Nov 09 18:59:18 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @IfIWereObama: Damn,even @BilldeBlasio was in on the rigging against #Bernie #PodestaEmails #PodestaEmails36 #ImStillWithHer #NYC https:…"},{"id":796426830769225700,"created_at":"Wed Nov 09 18:58:48 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @debfinley46: https://t.co/H0Hv9nTOcK"},{"id":796426790118027300,"created_at":"Wed Nov 09 18:58:38 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @StefanMolyneux: Goodbye Amy Schumer.\nGoodbye Whoopi Goldberg.\nGoodbye Miley Cyrus.\nGoodbye Lena Dunham.\n\n#WhenTrumpWins https://t.co/is…"},{"id":796426706751995900,"created_at":"Wed Nov 09 18:58:18 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @pink_lady56: \"House Speaker Paul Ryan\" Where were you when he needed you?\n\nWE did it OUR way.\nThanks for nothing. https://t.co/UTeKaDIz…"},{"id":796426685994467300,"created_at":"Wed Nov 09 18:58:13 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @PrisonPlanet: Just woke up to a delicious fresh serving off butt-hurt with #HesNotMyPresident &amp; #ImStillWithHer."},{"id":796426497481441300,"created_at":"Wed Nov 09 18:57:28 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @KellyannePolls: 12 hours after watching returns and a win unfold at Trump Tower, our team is taking in Hillary's concession speech. #su…"},{"id":796426445019086800,"created_at":"Wed Nov 09 18:57:16 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @leannsgranny1: Thank you! https://t.co/cGAsBdDAmH"},{"id":796426398076465200,"created_at":"Wed Nov 09 18:57:04 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @IsraeliPM: President-elect @realDonaldTrump, my friend,\nCongratulations on being elected President of the USA. You are a great friend o…"},{"id":796425805098319900,"created_at":"Wed Nov 09 18:54:43 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @PaoloGiuseppe13: #PresidentElectTrump #HillaryLoses https://t.co/jujJ7dpXYT"},{"id":796425668930179100,"created_at":"Wed Nov 09 18:54:11 +0000 2016","date":"November 09, 2016","hour":10,"text":"I can't tell u how very PROUD I am of my fellow Michiganders! Great god, gun and america loving patriots we are 👍 https://t.co/81myRVQMgR"},{"id":796425246794534900,"created_at":"Wed Nov 09 18:52:30 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @PotluckPolitico: Hillary being too emotional to concede last night, was a good argument for her not being the first woman president. ht…"},{"id":796424610833109000,"created_at":"Wed Nov 09 18:49:58 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @sabine_durden: While I celebrate our new president @realDonaldTrump I have to thank @seanhannity who never stopped believing &amp; always s…"},{"id":796424581670174700,"created_at":"Wed Nov 09 18:49:51 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @DanScavino: THANK YOU OHIO!!! #ElectionNight https://t.co/rYTfPnsQ4j"},{"id":796424564750319600,"created_at":"Wed Nov 09 18:49:47 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @AmyMek: RIP Clinton Family \nRIP Bush Family \nRIP Obama Family \n\nIt's a new a day 👉 President-Elect Trump Family! https://t.co/8DKsjN5wac"},{"id":796424458089168900,"created_at":"Wed Nov 09 18:49:22 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @JohnFromCranber: Dr Carson: \"No Sanctuary Cities\" https://t.co/1CnuHTkrMd Trump Should Cut Off Fed Aid + Shut Them Down #tcot https://t…"},{"id":796424379991261200,"created_at":"Wed Nov 09 18:49:03 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @rustyweiss74: Hey Dems. The same woman you're claiming was rejected due to sexism? You rejected her in 2008. Or did you forget that?…"},{"id":796424325033295900,"created_at":"Wed Nov 09 18:48:50 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @AmyMek: For FUN turn on @CNN, It is like a funeral service 👉🏻@wolfblitzer looks like he is heavily sedated &amp; each guest is crying! #S…"},{"id":796424289700511700,"created_at":"Wed Nov 09 18:48:42 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @mitchellvii: I knew as soon as I saw the margins in IN and KY that the monster vote was real and we would win."},{"id":796424248801820700,"created_at":"Wed Nov 09 18:48:32 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @ObamaMalik: Congratulations President Trump!"},{"id":796424223707332600,"created_at":"Wed Nov 09 18:48:26 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @RepublicanChick: And the coal market is being great again! Obama was destroying this market! @realDonaldTrump already #MAGAing https://…"},{"id":796424137589854200,"created_at":"Wed Nov 09 18:48:05 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @softwarnet: @wikileaks On behalf of a gratful nation - what can we do to help Julian?\nWe stand ready."},{"id":796423798438371300,"created_at":"Wed Nov 09 18:46:45 +0000 2016","date":"November 09, 2016","hour":10,"text":"@gcain63 me too LOL I did friend all of my states new representative ect. We the people will be watching!"},{"id":796423469705662500,"created_at":"Wed Nov 09 18:45:26 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @eeynouf: https://t.co/bZdrtZ2UmA"},{"id":796423443617038300,"created_at":"Wed Nov 09 18:45:20 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @atticsonline: We did it! God Bless u all for getting out &amp; voting for President Trump! I know he will be there to support and fix our…"},{"id":796423395328061400,"created_at":"Wed Nov 09 18:45:08 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @QunicySmith: obLama will now watch Legacy crash/burn as his agenda is slowly and carefully dismantled! And prison is not out of questio…"},{"id":796423329653596200,"created_at":"Wed Nov 09 18:44:53 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @LdyGuin: Where are their parents...school staff???!\nIf we skipped school we would've been hunted down by truancy officers &amp; LIVID paren…"},{"id":796423270757236700,"created_at":"Wed Nov 09 18:44:39 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @RealJamesWoods: I pray we unify this great nation and welcome those with whom we disagree. #Unite https://t.co/yELTBObY65"},{"id":796422843458273300,"created_at":"Wed Nov 09 18:42:57 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @kevincorke: Take the hint. Americans hate to be told what to do. The elites &amp; the media tried to force feed &amp; browbeat the voters. The…"},{"id":796422813074784300,"created_at":"Wed Nov 09 18:42:50 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @PrisonPlanet: https://t.co/gmjscoqO28"},{"id":796422585185669100,"created_at":"Wed Nov 09 18:41:55 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @PrisonPlanet: Trump's victory reinforces the reality that those trying to sabotage Brexit are on the wrong side of history."},{"id":796422555661955100,"created_at":"Wed Nov 09 18:41:48 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @Kathy73942403: @ZarkoElDiablo The H ..With arrow We asked and asked .. Why No Flag pins .. Burning of Flags last night ..gonna take tim…"},{"id":796422335532253200,"created_at":"Wed Nov 09 18:40:56 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @FoxBusiness: \"President-elect Trump is a true friend of the State of Israel,\" said Israeli PM @netanyahu in a statement. #Election2016…"},{"id":796421884778836000,"created_at":"Wed Nov 09 18:39:08 +0000 2016","date":"November 09, 2016","hour":10,"text":"Ok folks , we won! Now what can we do to help heal this country and make this land great again?"},{"id":796421529223528400,"created_at":"Wed Nov 09 18:37:44 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @carolinagirl217: This isn't over. We have a country to rebuild. It's not Trump's job. It's ours. He's our leader. #DrainTheSwamp #MAGA…"},{"id":796421502145069000,"created_at":"Wed Nov 09 18:37:37 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @cciedotnyc: @ScottPresler @paisleyspost thank you 100000X for your hard work. it mattered man."},{"id":796421420125454300,"created_at":"Wed Nov 09 18:37:18 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @mitchellvii: About to have a President Trump, VP Pence, Republican Congress and majority Republican Statehouses.\n\nNot bad for 24% of po…"},{"id":796421393202217000,"created_at":"Wed Nov 09 18:37:11 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @DavidLeeOrr: \"We're going to need a refund\" https://t.co/2APrnvL8pG"},{"id":796421218207404000,"created_at":"Wed Nov 09 18:36:29 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @mitchellvii: Things we learned:\n1) The monster vote exists.\n2) Trumpocrats exist.\n3) Rallies matter.\n4) Hearts beat computers every tim…"},{"id":796419665559978000,"created_at":"Wed Nov 09 18:30:19 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @RobSchneider: Now the next question is... will Saudi Arabia and Morocco get a refund from the Clinton Foundation?\n@HillaryClinton"},{"id":796419640801034200,"created_at":"Wed Nov 09 18:30:13 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @TheBeat_Boss: Now that the election is over, who should be indicted first, besides Hillary. #NotMyPresident #ImStillWithHer #PresidentT…"},{"id":796419322696630300,"created_at":"Wed Nov 09 18:28:57 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @asamjulian: What a colossal piece of sh*t. Calls for unity only after Trump wins. https://t.co/gSaNI3ma1z"},{"id":796418849084211200,"created_at":"Wed Nov 09 18:27:05 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @AnnCoulter: Just watched Hillary's speech and in the spirit of conciliation, I'd just like to say: LOCK HER UP!"},{"id":796418690883452900,"created_at":"Wed Nov 09 18:26:27 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @IngrahamAngle: Which celebrities promised that they're leaving the country again? Pls go now."},{"id":796418142721441800,"created_at":"Wed Nov 09 18:24:16 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @LLipps70: I don't see any of u LOSERS buying TICKETS!!! Don't let the door hit ya where the good Lord split ya!! #notmypresedent https…"},{"id":796418123243065300,"created_at":"Wed Nov 09 18:24:11 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @AmoMorales1: #ByeBye16 leave your megamillions to help pay off the debt. After all, you have way more than your fair shair. The rich go…"},{"id":796417602746773500,"created_at":"Wed Nov 09 18:22:07 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @ibegrannyof3: Well Said https://t.co/KyLG0mlC32"},{"id":796417161472438300,"created_at":"Wed Nov 09 18:20:22 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @JWeismonger: Democrat elitists were DEAF-&amp; just did not hear the rest of jobless &amp; underemployed America's pain-&amp; DNC was going to TAX…"},{"id":796417122272477200,"created_at":"Wed Nov 09 18:20:13 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @reallyo1: #NotMyPresident \nFirst Day Trump Presidency: Locate and Arrest George Soros on crimes against humanity, Interference in US El…"},{"id":796417103784013800,"created_at":"Wed Nov 09 18:20:08 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @BrittPettibone: Vladimir Putin says Russia is ready to fully restore ties with the U.S. \n\nWorld War III Canceled. \n\n#NotMyPresident"},{"id":796416804591693800,"created_at":"Wed Nov 09 18:18:57 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @AmericanVoterUS: Hello World,\n\nMeet Donald Trump 👇\n\nHe'll be representing us\n\nGood Luck! 👍\n\nSincerely\n\nThe American People\n\n@realDonald…"},{"id":796416668016771100,"created_at":"Wed Nov 09 18:18:25 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @seanhannity: Congratulations @realDonaldTrump the next POTUS. Also congrats to every American who refused to be influenced by an abusiv…"},{"id":796416396238454800,"created_at":"Wed Nov 09 18:17:20 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @TracyWake: @EvilHillaryPics I bet @cher wishes she could turn back time. #ElectionResults #PresidentTrump #IfTrumpBecomesPresident"},{"id":796416309936451600,"created_at":"Wed Nov 09 18:16:59 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @mcgilh: More fantastic news! Supreme Court Justice Ruth Bader Ginsburg will be buying her plane tickets to New Zealand https://t.co/Ze…"},{"id":796416260225564700,"created_at":"Wed Nov 09 18:16:47 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @farrightgregy: RT ThePushReport: THOUSANDS OF MUSLIMS ARE LEAVING USA BECAUSE TRUMP HAS WON https://t.co/qfNjAT1gK6 GOODBYE AND GOOD LU…"},{"id":796413289475559400,"created_at":"Wed Nov 09 18:04:59 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @Timtravels007: Soros get out of my politics - get out of my country, you Hungarian Nazi! Take your voting machines with you!\n@CNN @MSNB…"},{"id":796412925011497000,"created_at":"Wed Nov 09 18:03:32 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @USAundersiege: NO MORE RADICAL MUSLIMS INTO OUR NATION."},{"id":796412885211762700,"created_at":"Wed Nov 09 18:03:23 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @AmyMek: This was a total rejection of Obama's failed policies, the lying media &amp; celebrities who want to tell us how to live. I'm Proud…"},{"id":796412672359202800,"created_at":"Wed Nov 09 18:02:32 +0000 2016","date":"November 09, 2016","hour":10,"text":"RT @hrtablaze: Hey Barry, How did that taste ? Say it again President Elect Trump ! 😂😂😂😂\n\n#notmypresident https://t.co/BnJKLXcObC"}]},{"date":"2016-11-09T08:00:00.000Z","hour":9,"count":81,"values":[{"id":796409563851460600,"created_at":"Wed Nov 09 17:50:11 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @IngrahamAngle: Hit the road, Jack! https://t.co/jSYK3IM2o6"},{"id":796409504380420100,"created_at":"Wed Nov 09 17:49:57 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @ThAlMeArCrEq: @KatSnarky @WDFx2EU8 Wipe their tears? What, like with a cloth?"},{"id":796409413871534100,"created_at":"Wed Nov 09 17:49:35 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @DolorosM: Lmao!! Best tweet of the day https://t.co/fuvRRKTvPY"},{"id":796409316572020700,"created_at":"Wed Nov 09 17:49:12 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @esqonfire: I say when we #draintheswamp we start w the #nevertrump elitist \"Republican\" snobs who've been trying to screw over the GOP…"},{"id":796409190994636800,"created_at":"Wed Nov 09 17:48:42 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @bocavista2016: Dear Media &amp; Pollsters\n\n#TrumpTrain has a message for you...\n\nhttps://t.co/PcfoxWBiEi\n\nPresident Elect Trump @realDonald…"},{"id":796408697576636400,"created_at":"Wed Nov 09 17:46:44 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @NRA: The Voters ‘sent a loud and clear message’ about gun rights https://t.co/I1CKEVqUWI #2A #PresidentElectTrump"},{"id":796408388930437100,"created_at":"Wed Nov 09 17:45:31 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @asudoit2: Boycott these sleazy Libtard newscasters , they are as disgusting as it gets , they lie , deceive , should be driven to the b…"},{"id":796408345477398500,"created_at":"Wed Nov 09 17:45:20 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @IngrahamAngle: America is back."},{"id":796408174551171100,"created_at":"Wed Nov 09 17:44:40 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Mich4Trump: Wow awesome!!!!😀 https://t.co/5JepPmJ5fU"},{"id":796408083912204300,"created_at":"Wed Nov 09 17:44:18 +0000 2016","date":"November 09, 2016","hour":9,"text":"Wow awesome!!!!😀 https://t.co/5JepPmJ5fU"},{"id":796407930551730200,"created_at":"Wed Nov 09 17:43:41 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @alaskantexanQCT: #ElectionDay @HillaryClinton and all the pollsters severely underestimated how pissed off WE THE PEOPLE are!! #BlacksF…"},{"id":796407554624655400,"created_at":"Wed Nov 09 17:42:12 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Adam_Taxin: Sorry, but a gracious speech does not exonerate the horrible things she's done. #Benghazi @BarbieKeleigh @morisngurl @Bov08…"},{"id":796407510148255700,"created_at":"Wed Nov 09 17:42:01 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @jojoh888: Those bags aren't going to pack themselves! #PresidentTrump #MAGA #TrumpDay We did it! 🇺🇸🇺🇸🇺🇸 https://t.co/db9sqPuiCk"},{"id":796407450941423600,"created_at":"Wed Nov 09 17:41:47 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @TimTerlato: Been thanking God Since He Was Announced Our President!Before That, I Was Praying To God He Would!! 🙏 Thank You And God Ble…"},{"id":796407422709596200,"created_at":"Wed Nov 09 17:41:40 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @508zamo: Yes WE did and WE are proud of ourselves WE STOOD UP https://t.co/g0UloR6VhT"},{"id":796407317071855600,"created_at":"Wed Nov 09 17:41:15 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @NeilTurner_: Hey, #NotMyPresident, check this out.\n\nHere's the reason you didn't see Trump's victory coming from a mile away.\n\n#Wednesd…"},{"id":796407207281754100,"created_at":"Wed Nov 09 17:40:49 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @fail2communic8: give #PresidentElectTrump a chance.\nunite for america https://t.co/WCthU0ar4J"},{"id":796407182271057900,"created_at":"Wed Nov 09 17:40:43 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @TheDailyBail: Did Hillary thank the Secret Service for protecting her all these years...? Trump didn't forget to thank them last night.…"},{"id":796406938129100800,"created_at":"Wed Nov 09 17:39:45 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @JaredWyand: Reminder that we just secured the Supreme Court for a very long time"},{"id":796406802212601900,"created_at":"Wed Nov 09 17:39:12 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @iowahawkblog: Hillary's new corporate speech fee is $25 and a Jimmy John's boxed lunch"},{"id":796406751813836800,"created_at":"Wed Nov 09 17:39:00 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @chuckwoolery: These people are sobbing for themselves and their jobs. Don't be fooled."},{"id":796406569202286600,"created_at":"Wed Nov 09 17:38:17 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @DRUDGE_REPORT: Pollsters suffer huge embarrassment... https://t.co/ENY93jX3IL"},{"id":796406548994158600,"created_at":"Wed Nov 09 17:38:12 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @geertwilderspvv: CONGRATULATIONS @realDonaldTrump !!\n\nYour victory is historic and for all of us!\n\n#ElectionDay #MakeAmericaGreatAgain…"},{"id":796406289136021500,"created_at":"Wed Nov 09 17:37:10 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @ZayraOfUSA: THE CORRUPT MEDIA HAS BEEN SHAKEN. \nTHEY CAN KISS GOODBYE BILLIONS of $ IN FUTURE POLITICAL ADVERTISING REVENUES DUE TO TRU…"},{"id":796406082801467400,"created_at":"Wed Nov 09 17:36:21 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Statistar30: Thank you for cheating Donna. Without your unethical behavior, we may not have had enough progressives on board to make HR…"},{"id":796405907018182700,"created_at":"Wed Nov 09 17:35:39 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @LibertyNews1776: A President For &amp; By The People. \n🇺🇸 #PresidentTrump 🇺🇸\n\n#MAGA #MAGA3X #DrainTheSwamp https://t.co/5GccUGWYoR"},{"id":796405781746819100,"created_at":"Wed Nov 09 17:35:09 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @my77cents: Sup? https://t.co/rMRDqcgfvo"},{"id":796405702835191800,"created_at":"Wed Nov 09 17:34:50 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @datrumpnation1: Winning is fun!!!"},{"id":796405689920999400,"created_at":"Wed Nov 09 17:34:47 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @MOVEFORWARDHUGE: \"GTFO...! These 23 Hollywood Libs Said They’d Leave If Trump Won – Let’s Hold Them To It\" #mustread #feedly https://t.…"},{"id":796405523008680000,"created_at":"Wed Nov 09 17:34:07 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @CROWENATION2016: Does @GOP hear us now? It's not just a rage against the liberal machine. It's the whole #RiggedSystem including pseudo…"},{"id":796405192451358700,"created_at":"Wed Nov 09 17:32:49 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @kotuzak: @asamjulian And she didn't burst out in flames when she did that? 😳"},{"id":796404105526865900,"created_at":"Wed Nov 09 17:28:29 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @WildmansWord: You're Welcome! We are #PennsylvaniaForTrump https://t.co/rrbTFfywLw"},{"id":796404052082966500,"created_at":"Wed Nov 09 17:28:17 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @markomlor: I'm not leaving Twitter cold turkey, but I will try to use my @getongab account a lot more often."},{"id":796404002778972200,"created_at":"Wed Nov 09 17:28:05 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @22Americanfirst: If you look up to the Heavens you will see one BIG smile #PresidentElectTrump RIP Schlafly we defeated the KINGMAKERS…"},{"id":796403958646526000,"created_at":"Wed Nov 09 17:27:54 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Always_Trump: They'll never see this, but let's thank our Pennsylvania Amish friends for helping us #MAGA! #PresidentElectTrump #TheDay…"},{"id":796403859535102000,"created_at":"Wed Nov 09 17:27:31 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @CloydRivers: The people sayin' #ImStillWithHer and #NotMyPresident need to stop cryin'. Democracy isn't a safe space. We're all America…"},{"id":796403815885013000,"created_at":"Wed Nov 09 17:27:20 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @RJHimself: 11:44 a.m.: Michigan's 16 electoral votes go to Trump This is now officially 'Gloat all over liberals week'"},{"id":796403232415354900,"created_at":"Wed Nov 09 17:25:01 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Demsvote4Trump: #Freejulian RT. If not for him we would have been sheep led to slaughter. https://t.co/rDjcnXUyzf"},{"id":796403207765377000,"created_at":"Wed Nov 09 17:24:55 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @TheBeat_Boss: Here's my thoughts on this awesome day! #TheMorningAfter #WednesdayWisdom #PresidentTrump #ClintonConcession https://t.co…"},{"id":796403133006155800,"created_at":"Wed Nov 09 17:24:38 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @TeresaEdelglass: And we-the Twitterati-saw it, too. We knew the #TrumpTrain was coming. I've often said WE ARE THE NEW MEDIA. Ppl laugh…"},{"id":796402905968480300,"created_at":"Wed Nov 09 17:23:43 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @betioserrano: Putin says will try to repair ties with U.S.A. under Trump https://t.co/CF9TtyFKSE via @Reuters"},{"id":796402886704037900,"created_at":"Wed Nov 09 17:23:39 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @hrkbenowen: 27% of government employees said they will quit if Trump is elected. Let the stampede begin! https://t.co/1Td5WCtT8T"},{"id":796402836988952600,"created_at":"Wed Nov 09 17:23:27 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @ScottBaio: Great faith in God works. Mr @realDonaldTrump I'm proud to call you President of the United States of America. And First Lad…"},{"id":796402788200775700,"created_at":"Wed Nov 09 17:23:15 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @immigrant4trump: No more Bushes, No more Clintons and No more Obama. Remain control senate and house! A lot things going get done! A Gr…"},{"id":796402739332972500,"created_at":"Wed Nov 09 17:23:04 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Realjmannarino: Man, the meeting between Donald Trump &amp; Barack Obama tomorrow is going to be amazing! What I wouldn't give to be a fly…"},{"id":796402686572773400,"created_at":"Wed Nov 09 17:22:51 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @UnseenDX: @StefanMolyneux https://t.co/ThWSrFCQ0C"},{"id":796402047520276500,"created_at":"Wed Nov 09 17:20:19 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @DraganVanger: https://t.co/mxbCNrrpWV"},{"id":796401963592273900,"created_at":"Wed Nov 09 17:19:59 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @LindaSuhler: I see that Tim Kaine is going out as he came in.\nClassless and tasteless."},{"id":796401876577218600,"created_at":"Wed Nov 09 17:19:38 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @mitchellvii: YourVoice™ Radio will have a Victory Special tonight at 8pm ET. Don't miss it!\n\nhttps://t.co/7id1VbUmdj."},{"id":796401861741969400,"created_at":"Wed Nov 09 17:19:34 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @CarmineZozzora: The @realDonaldTrump who wouldn't, couldn't and can't, did.\n\nAnd America will be great again.\n\nFor all Americans.\n\n#ImW…"},{"id":796401337479131100,"created_at":"Wed Nov 09 17:17:29 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @sarah_emming: @donnabrazile Disappear from the public eye forever. Thanks."},{"id":796401292147097600,"created_at":"Wed Nov 09 17:17:19 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @LVNancy: 🌈 God's Grace has shined on us 👼\n\nWe have a #POTUS who Listens to the people and wants to #MAGA💪🏼\n\n🗽 #PresidentElectTrump 🇺🇸…"},{"id":796401249021263900,"created_at":"Wed Nov 09 17:17:08 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @ObamaMalik: Thank you my people for being my new family and supporting me for following my heart and standing for the truth. I love you…"},{"id":796400438757195800,"created_at":"Wed Nov 09 17:13:55 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @lilwingedpoet: #Ohio please vote out @JohnKasich when he's up for re-election in 2018, put a patriot up against him in the primaries\n#T…"},{"id":796400402866589700,"created_at":"Wed Nov 09 17:13:47 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @ebell_missouri: @sowtrout @crystal_clanton I'm heading to the border, start shooting in the footings. We will let Mexico supply the 60…"},{"id":796400365063274500,"created_at":"Wed Nov 09 17:13:38 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @BillClintonTHOF: For the first time in eight years I am not ashamed of my Country. https://t.co/cskbK8vV7C"},{"id":796400347245936600,"created_at":"Wed Nov 09 17:13:33 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @jrayers53: And the little girls who never had a chance to be born because of the evil abortion on demand practices she supports. https:…"},{"id":796400252391669800,"created_at":"Wed Nov 09 17:13:11 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @RealBenCarson: Congratulations to the next President of the United States, @realDonaldTrump. 'We The People' have spoken."},{"id":796400218392723500,"created_at":"Wed Nov 09 17:13:03 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @AnilNS425: @wikileaks https://t.co/EsYVr3S0ls"},{"id":796400130215841800,"created_at":"Wed Nov 09 17:12:42 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @asamjulian: No more Bushes and no more Clintons!!\n\nAhhh, I'm so happy 🙂🙃🙂🙃"},{"id":796400023944695800,"created_at":"Wed Nov 09 17:12:16 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Always_Trump: Can we talk about how every media outlet gaslighted American ppl for an entire year? @CNN @MSNBC @ABC @HuffingtonPost #Pr…"},{"id":796399936875204600,"created_at":"Wed Nov 09 17:11:56 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @BretBaier: .@realDonaldTrump won Catholics by 7 points-52-45 - President Obama won Catholics by 2-- 50-48 in 2012 https://t.co/25MLOnfq…"},{"id":796399497677045800,"created_at":"Wed Nov 09 17:10:11 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @itsbillertime1: .@BillHemmer Just found this in #PodestaEmails35\nChuck Todd hosts party for HRC's Dir. of Communications.\nhttps://t.co/…"},{"id":796399456728076300,"created_at":"Wed Nov 09 17:10:01 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @jpat_: Looks like John Podesta's old pal Peter Kadzik likes pizza parties too. https://t.co/fajrNnHuG3 #PodestaEmails35 #BringDownTheRi…"},{"id":796399410745921500,"created_at":"Wed Nov 09 17:09:50 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @ppetrov5: Hillary Clinton and her campaign met with prioritiesUSA, which is against the law. #PodestaEmails35 #wikileaks #fbi https://t…"},{"id":796399051952558100,"created_at":"Wed Nov 09 17:08:25 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @UK_for_TRUMP: Julian Assange should be free to leave after trump wins! Retweet if you agree or if you wish! https://t.co/tEJ7xsfflL"},{"id":796399017873784800,"created_at":"Wed Nov 09 17:08:16 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @carrieksada: #ElectionNight \nLadies and gentlemen please welcome #PresidentTrump. #MAGA #Election2016 https://t.co/VTDdKaea9I"},{"id":796398919672627200,"created_at":"Wed Nov 09 17:07:53 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @fmanjoo: The thing you should read today https://t.co/RxLw5XvZEf https://t.co/eHjnS7y7pf"},{"id":796398803226075100,"created_at":"Wed Nov 09 17:07:25 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @railboy63: Lock her ass up!! https://t.co/tA4zNBVGPy"},{"id":796398644685586400,"created_at":"Wed Nov 09 17:06:47 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @saksivas_: I Can't Forget To Give A Big Thanks To @ScottBaio For His Courage To Fray From Hollywood &amp; Support #PresidentElectTrump . 🙏🙏…"},{"id":796398537412145200,"created_at":"Wed Nov 09 17:06:22 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @SteveBauer24: https://t.co/J3xIv8GFZd"},{"id":796398518269333500,"created_at":"Wed Nov 09 17:06:17 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @jtblogs: @DiamondandSilk https://t.co/XXCGJwvvRn"},{"id":796398381585354800,"created_at":"Wed Nov 09 17:05:45 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @SheriffClarke: God truly does love America to not have allowed evil to triumph over good.\nOur prayers have been answered! https://t.co/…"},{"id":796398331354288100,"created_at":"Wed Nov 09 17:05:33 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Writeintrump: Hurry up Hillary, the FBI Agents waiting backstage want to take you into custody so they can go get lunch! #NotMyPreside…"},{"id":796398213280501800,"created_at":"Wed Nov 09 17:05:05 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @GolightlyGrl427: Best. Day. EVER!"},{"id":796397846346006500,"created_at":"Wed Nov 09 17:03:37 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Tomvegas1: The media is dead to me. https://t.co/XZ3Sq8UxhU"},{"id":796397662530572300,"created_at":"Wed Nov 09 17:02:53 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @immigrant4trump: Trump received more Latino vote than Mitt Romney proving liberals wrong with 29%, @LatinosTrumpUSA @AmericanMex067 was…"},{"id":796397611745939500,"created_at":"Wed Nov 09 17:02:41 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @burniethompson: I don't mind celebrities leaving America because of President-Elect Trump\n\nIt's their return I object to 😉\n\n#NotMyPresi…"},{"id":796397586609504300,"created_at":"Wed Nov 09 17:02:35 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @Ptarrago212: My thoughts exactly! #MAGA3X https://t.co/6N3EN3hNvE"},{"id":796397566887948300,"created_at":"Wed Nov 09 17:02:30 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @thecarnage07: @YefimPodokshik @Eliz_Hightower she will never be forgiven I do give her credit for telling her minions to behave"},{"id":796397461917102100,"created_at":"Wed Nov 09 17:02:05 +0000 2016","date":"November 09, 2016","hour":9,"text":"RT @DrJohn76533054: I would like to contribute to the \"get the slime out\" fund. Where do I send the check. They can leave there passports…"}]},{"date":"2016-11-09T08:00:00.000Z","hour":8,"count":79,"values":[{"id":796396706493567000,"created_at":"Wed Nov 09 16:59:05 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Rockprincess818: Trump single handily altered the electoral map. Total repudiation of the Hoaxing MSM, Hollywood dipshits and party pol…"},{"id":796396692388069400,"created_at":"Wed Nov 09 16:59:02 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @litefoot2147: Goodbye Killory, and good riddance! You're a snake, a criminal, a pedophile, and just generally the worst American I can…"},{"id":796396495322935300,"created_at":"Wed Nov 09 16:58:15 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @KellyannePolls: This is the truest tweet ever. https://t.co/0du8b1PpmB"},{"id":796396251466133500,"created_at":"Wed Nov 09 16:57:17 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @CuttinUpRadio: Donald J. Trump is our 45th President!!!!!! Thank You Jesus, We lifted the vote for your Glory!!!!!!!!! 🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸…"},{"id":796396236584656900,"created_at":"Wed Nov 09 16:57:13 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @EdMorrissey: Note to Tim Kaine: When Dems lose PA, WI, and almost certainly MI in a presidential election, it means you got whupped."},{"id":796396198211027000,"created_at":"Wed Nov 09 16:57:04 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @chuckwoolery: Listening to #Hillary makes me want to .......Tear up.......with JOY!"},{"id":796396114618515500,"created_at":"Wed Nov 09 16:56:44 +0000 2016","date":"November 09, 2016","hour":8,"text":"Hahaha! No AMERICA didn't want a CROOKED KIAR for its first woman president! Idiots... https://t.co/XvINwvZ77S"},{"id":796395854915653600,"created_at":"Wed Nov 09 16:55:42 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @TimTerlato: I appreciate your humbleness Sean. However, you were Trumps strongest advocate in the media!! Boy! Did we appreciate you fo…"},{"id":796395787274043400,"created_at":"Wed Nov 09 16:55:26 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @wikileaks: US presidential candidate @DrJillStein (Greens) draws attention to Obama's war on whistleblowers in election eve PR https://…"},{"id":796395768169066500,"created_at":"Wed Nov 09 16:55:22 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @DrJillStein: Obama has prosecuted more whistleblowers than all previous Presidents. Greens see whistleblowers as heroes. #ItsInOurHands…"},{"id":796395640288845800,"created_at":"Wed Nov 09 16:54:51 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Katmcbeez: To all u corrupt globalists out there who thought u had America roped n tied: F*ck you , u don't mess with Americans, got it…"},{"id":796395515193753600,"created_at":"Wed Nov 09 16:54:21 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Bane1349: What about little Boys..Hillary ?\nCan they Not Dream..Hillary ?"},{"id":796395231289765900,"created_at":"Wed Nov 09 16:53:14 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @libernty: My new pinned tweet. https://t.co/05A2DPew55"},{"id":796395200625201200,"created_at":"Wed Nov 09 16:53:06 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Portosj81J: Super Corrupt Michelle Obama’s African Vacation Just Cost Us taxpayers $100 Million. #CORRUPTION #DrainTheSwamp"},{"id":796395178386985000,"created_at":"Wed Nov 09 16:53:01 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Portosj81J: John Podesta basically said \"Fuck off, nothing to see here\" to all Hillary Clinton supporters tonight. What a slap in the…"},{"id":796390986901504000,"created_at":"Wed Nov 09 16:36:22 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @AmyMek: Hillary is STILL hiding in her \"safe space\"....Get your ass out on that stage and let me hear you say President-Elect Trump!!!…"},{"id":796390898267459600,"created_at":"Wed Nov 09 16:36:01 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @RyanMaue: Obama's meddling in Brexit probably contributed to Leave ... his campaigning for Hillary didn't appear to help much either."},{"id":796390743539650600,"created_at":"Wed Nov 09 16:35:24 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @_Makada_: BREAKING: Hillary supporters break windows, start fires in downtown Oakland after #PresidentElectTrump wins election https://…"},{"id":796390718352871400,"created_at":"Wed Nov 09 16:35:18 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @myangel7777777: The news is still criticizing Trump, lying about why he won, or just being plain mean! They still don't get that the pe…"},{"id":796390673016561700,"created_at":"Wed Nov 09 16:35:07 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @SoyerJanis: @PrisonPlanet @Wicked3s Holy Tamoly! These #HillaryClinton crazys have really been #Brainwashed. See what U did #msm @CNN @…"},{"id":796390530167017500,"created_at":"Wed Nov 09 16:34:33 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @wikileaks: The American people don't like corruption. After the election comes selection. Who will be selected and why? https://t.co/0a…"},{"id":796390277170786300,"created_at":"Wed Nov 09 16:33:32 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @LGBT_4_Trump: Hey @cnn @abc @cbs @TheDemocrats @MSNBC @nbc @jaketapper CAN YOU HEAR US NOW #NotMyPresident #DemExit https://t.co/VJrBbF…"},{"id":796390253846265900,"created_at":"Wed Nov 09 16:33:27 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @VictorCognovit: Thank you America for keeping the crook out of the White House and preventing World War III"},{"id":796390226394550300,"created_at":"Wed Nov 09 16:33:20 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Harlan: FACT: @realDonaldTrump will be 1st President from New York since FDR was elected in 1933, 84 years later."},{"id":796390202902282200,"created_at":"Wed Nov 09 16:33:15 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @ptkay: CONGRATULATIONS @realDonaldTrump. https://t.co/wUPTUivB7g"},{"id":796390165690404900,"created_at":"Wed Nov 09 16:33:06 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @JohnKStahlUSA: Guess who all got jobs at the Clinton Foundation today. Too bad it will be shut down soon by a RICO investigation. #tcot…"},{"id":796390136372138000,"created_at":"Wed Nov 09 16:32:59 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Jacie249: @realDonaldTrump Congratulations on your victory - well deserved &amp; hard fought for. God Bless you and your family"},{"id":796390079426154500,"created_at":"Wed Nov 09 16:32:45 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @AnnCoulter: Breaking news: Clinton Foundation to release revised speaking fees tomorrow."},{"id":796390058735628300,"created_at":"Wed Nov 09 16:32:40 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @sahouraxo: #HillaryClinton isn't the only loser tonight. Saudi Arabia, Qatar, the terrorists in Syria and Wall Street are all crying wi…"},{"id":796390033431400400,"created_at":"Wed Nov 09 16:32:34 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Brn2lisn: @FoxNews is sad that #2016election coverage was a disgraced by #megynkelley as a host thank goodness 4 @FoxBusiness #BoycottM…"},{"id":796389305262440400,"created_at":"Wed Nov 09 16:29:41 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @JanMorganMedia: So.... Can someone help these \n\"Celebrities\" pack... \nLooks like we are going to be ridding our country of some... http…"},{"id":796389220071968800,"created_at":"Wed Nov 09 16:29:20 +0000 2016","date":"November 09, 2016","hour":8,"text":"Podesta\nChelsea &amp; hubby https://t.co/zafcQmpAp9"},{"id":796389000449818600,"created_at":"Wed Nov 09 16:28:28 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @JOEROWE409: Bye, Bye .... https://t.co/i0ruUukjWu"},{"id":796388987812384800,"created_at":"Wed Nov 09 16:28:25 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @JudyMichiganMom: .@SpeakerRyan &amp; the @GOP need to acknowledge\nTRUMP SUPPORTERS SPECIFICALLY\nWe've handed you a golden opportunity &amp; you…"},{"id":796388800914223100,"created_at":"Wed Nov 09 16:27:40 +0000 2016","date":"November 09, 2016","hour":8,"text":"@johnpodesta u sick bastard, I hope they lock u up and throw away the key!!!"},{"id":796388523075047400,"created_at":"Wed Nov 09 16:26:34 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @jymminy1111: Ryan's gotta go https://t.co/mPbqIz47D2"},{"id":796388469010481200,"created_at":"Wed Nov 09 16:26:21 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @kimmie99: Retweeted ALWAYS TRUMP! (@Always_Trump):\n\nLet's take a moment to THANK Alex Jones &amp; @Infowars - a TRUE... https://t.co/gZkVLr…"},{"id":796388427428196400,"created_at":"Wed Nov 09 16:26:11 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @EsotericCD: A thought: the Clinton Foundation is going to see its donation pool dry up right quick after last night."},{"id":796388403348652000,"created_at":"Wed Nov 09 16:26:06 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @LeahRBoss: 'Member when Reps rioted after Obama was elected the 1st time. 'Member when Reps rioted the 2nd time? \n\nMe either. #NotMyPr…"},{"id":796387017621995500,"created_at":"Wed Nov 09 16:20:35 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Nigel_Farage: I commend @realDonaldTrump for the courage with which he has fought this campaign &amp; look forward to a closer relationship…"},{"id":796386394780434400,"created_at":"Wed Nov 09 16:18:07 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @washingtonpost: Trump triumphs: Here is the front page of Wednesday's Washington Post https://t.co/xKbpEzPNXK"},{"id":796386350698217500,"created_at":"Wed Nov 09 16:17:56 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @BobG231: For the first time EVER more than 40,000 AMISH in PENNSYLVANIA VOTED FOR TRUMP!20 BUSES Took THEM TO POLLS https://t.co/5sDKrU…"},{"id":796386183857180700,"created_at":"Wed Nov 09 16:17:17 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @LadiesForTrump: #AdorableDeplorables are delighted 2 have a #FirstLady to believe in. #Trump2016 @realDonaldTrump @EricTrump #TrumpTrai…"},{"id":796386159203127300,"created_at":"Wed Nov 09 16:17:11 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @PatriotByGod: I ask that all Patriots keep their Twitter &amp; news streams active. We almost lost our nation because many were NOT informe…"},{"id":796386126403686400,"created_at":"Wed Nov 09 16:17:03 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @RealJamesWoods: Our President-elect gave a gracious acceptance speech this AM, making clear what a great leader he will be. It is morni…"},{"id":796386087522463700,"created_at":"Wed Nov 09 16:16:54 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @TrumpWhiteHouse: The #TrumpRevolution wins! I have never been more proud to be an American! 🇺🇸\n#PresidentTrump \n#MakeAmericaGreatAgain"},{"id":796386070078308400,"created_at":"Wed Nov 09 16:16:49 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Southrngirl77: FREE @JulianAssange NOW! https://t.co/gF8FlP5dxy"},{"id":796385959344504800,"created_at":"Wed Nov 09 16:16:23 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @JohnTrumpFanKJV: Millions of Christians will be committed to praying for you everyday President Trump!\nMay the Lord Jesus Christ grant…"},{"id":796385801454108700,"created_at":"Wed Nov 09 16:15:45 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Nomedialies: The Main Stream Media is 100% responsible for this and they need to fix it. COME CLEAN and TELL THE TRUTH!!!!! https://t.…"},{"id":796385291108024300,"created_at":"Wed Nov 09 16:13:44 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @PrisonPlanet: Remember when the media fearmongered about Trump supporters rioting after the election?\n\nLeftists already rioting."},{"id":796385271399010300,"created_at":"Wed Nov 09 16:13:39 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @WikiFleekMemes: DING DONG... https://t.co/pvBrvBQMoq"},{"id":796385242517012500,"created_at":"Wed Nov 09 16:13:32 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @realDonaldTrump: On my way! https://t.co/6L2ILD6r8h"},{"id":796384874861068300,"created_at":"Wed Nov 09 16:12:04 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @thedonald4us: Try Mexico #NeverTrumpers https://t.co/5kEYqVkDRM"},{"id":796384811132784600,"created_at":"Wed Nov 09 16:11:49 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @adjunctprofessr: To the unbelievers.\nFrom the Deplorables.\n#PresidentTrump \n@realDonaldTrump https://t.co/RPuYlKWQzo"},{"id":796384413936402400,"created_at":"Wed Nov 09 16:10:15 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @nikkitur: @SonofLiberty357 \nIs it awful that I find this to be so fucking hilarious?!😳 https://t.co/AymUsB2RFZ"},{"id":796384393233395700,"created_at":"Wed Nov 09 16:10:10 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @AmyMek: Amen!!! The way Netanyahu fights for #Israel….is the way President-Elect Trump will Fight for America Internationally! This is…"},{"id":796384326556549100,"created_at":"Wed Nov 09 16:09:54 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @slone: \"Lesson for Dems is clear enough: You CANNOT write off half the country, much less spend an election cycle deriding it &amp; expect…"},{"id":796384197246062600,"created_at":"Wed Nov 09 16:09:23 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @StacyOnTheRight: Stop blaming white people for Trumps win last night. America voted for actual change. https://t.co/UlISJcOIIg"},{"id":796384079839166500,"created_at":"Wed Nov 09 16:08:55 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Owlie17: The end of an era.. Trump crushed it. https://t.co/9MP1P2ysdh"},{"id":796383974411079700,"created_at":"Wed Nov 09 16:08:30 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @mitchellvii: They need to just call AZ already. Geesh."},{"id":796383961987612700,"created_at":"Wed Nov 09 16:08:27 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @GemMar333: You did a disservice to the American people~You had a job to do and you failed miserably ~ You are NOT Journalists ~ You Owe…"},{"id":796383802121744400,"created_at":"Wed Nov 09 16:07:49 +0000 2016","date":"November 09, 2016","hour":8,"text":"You're a traitor lunz, hope u enjoyed yourself b/c your career is OVER!!! https://t.co/MCBtAhCmiu"},{"id":796383589453729800,"created_at":"Wed Nov 09 16:06:58 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @DineshDSouza: I'm not laughing. I'm not gloating. To be honest, I'm just relieved!"},{"id":796383574748491800,"created_at":"Wed Nov 09 16:06:54 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @TheChillEffect: It's time to stop demonizing those that are in our battle to make the world a freer, more transparent place. #Freejulia…"},{"id":796383511594881000,"created_at":"Wed Nov 09 16:06:39 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @intheknow1798: The entire WH must first be fumigated before Trump can move in. https://t.co/cBlQSqJfT8"},{"id":796383332955201500,"created_at":"Wed Nov 09 16:05:57 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @RyanTAnd: Because so much of the bad that @BarackObama did came through executive action, @realDonaldTrump can get rid of it all."},{"id":796383300860395500,"created_at":"Wed Nov 09 16:05:49 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @SJavner: @LorettaLynch YOUR FIRED !\n President @realDonaldTrump https://t.co/FjJRZGSUs6"},{"id":796383289850425300,"created_at":"Wed Nov 09 16:05:47 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Cernovich: #SpirtCooking was the final blow to Hillary. Many Latino voters told me, \"My parents saw that, they don't mess with that Sat…"},{"id":796383252231688200,"created_at":"Wed Nov 09 16:05:38 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @DavidLimbaugh: I just got this email and since it is a little mean I won’t forward it to my friends. LOL https://t.co/wr3Qgjdrbj"},{"id":796383175299760100,"created_at":"Wed Nov 09 16:05:19 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @DineshDSouza: Okay #NeverTrumpers your recalcitrant histrionics almost cost us this election--now show a little humility &amp; get back on…"},{"id":796383155955597300,"created_at":"Wed Nov 09 16:05:15 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @jimmycobb91: @ericbolling you are awesome I really love the way you stand for what you https://t.co/teP9FXX67Q and @seanhannity are rol…"},{"id":796383136196231200,"created_at":"Wed Nov 09 16:05:10 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @RhonUSA: God bless you @realDonaldTrump God heard our prayers, and you accepted, the call. Forever grateful. We love our VP @mike_pence…"},{"id":796383075483656200,"created_at":"Wed Nov 09 16:04:55 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @realjunsonchan: 4. Anyone still resorting to rioting and violence by January 20th, jail for them. No mercy. No more open street/border…"},{"id":796382999524819000,"created_at":"Wed Nov 09 16:04:37 +0000 2016","date":"November 09, 2016","hour":8,"text":"They are ALL IRRELEVANT !! We will not forget https://t.co/0pAmBK9lae"},{"id":796382652362346500,"created_at":"Wed Nov 09 16:03:15 +0000 2016","date":"November 09, 2016","hour":8,"text":"@Reederschloss @FoxNews @CNN its about time!"},{"id":796382320026587100,"created_at":"Wed Nov 09 16:01:55 +0000 2016","date":"November 09, 2016","hour":8,"text":"And she's STILL hasn't addressed her voters, no thank u? https://t.co/7tOKNpRE1L"},{"id":796382026270122000,"created_at":"Wed Nov 09 16:00:45 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @Harlan: They laughed at us when we said @realDonaldTrump would win...\n\nThis morning they're too devastated to get out of bed.\n\n#MAGA #T…"},{"id":796382001850880000,"created_at":"Wed Nov 09 16:00:39 +0000 2016","date":"November 09, 2016","hour":8,"text":"RT @PrisonPlanet: This might be the best thing ever. 😆😆😆 #NotMyPresident https://t.co/geHYta7WMy"},{"id":796381941792731100,"created_at":"Wed Nov 09 16:00:25 +0000 2016","date":"November 09, 2016","hour":8,"text":"Do it, Scott! You worked so hard!!!thank you https://t.co/Rjrac2IUuM"}]},{"date":"2016-11-09T08:00:00.000Z","hour":7,"count":68,"values":[{"id":796381811265957900,"created_at":"Wed Nov 09 15:59:54 +0000 2016","date":"November 09, 2016","hour":7,"text":"And WE were violent? I dnt think so! Hillary nds to address this crap,she did nothing but LIE,now she nds to fix it https://t.co/8a22aIA2zD"},{"id":796381364962652200,"created_at":"Wed Nov 09 15:58:08 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mitchellvii: I've been waiting to say this for a long time when no one can argue with me:\n\nThe polls were skewed."},{"id":796381345404649500,"created_at":"Wed Nov 09 15:58:03 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @amcynic: I made sure to DVR The View today. HAHAHAHAHAHAHAHA #PresidentTrump"},{"id":796380734047092700,"created_at":"Wed Nov 09 15:55:37 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @PrisonPlanet: Lena Dunham hasn't tweeted since yesterday afternoon. Can't quite figure out why....."},{"id":796380725943607300,"created_at":"Wed Nov 09 15:55:35 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @GovBrewer: How about that inside straight! @realDonaldTrump did it!!!!\nMake America Great Again!"},{"id":796380700064837600,"created_at":"Wed Nov 09 15:55:29 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @happydays05: As I recall IT was many celebrities who cried THAT if TRUMP becomes PRESIDENT they would leave so BYE NOW we ain't going t…"},{"id":796380583488143400,"created_at":"Wed Nov 09 15:55:01 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @LeahRBoss: #NotMyPresident , the attitude, the calls for violence because you can't deal when things don't go your way.....is what crea…"},{"id":796380549774508000,"created_at":"Wed Nov 09 15:54:53 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @trumper4life: @OdalysCasas @pastormarkburns @realDonaldTrump Thank you Pastor Burns! We love you! Appreciate all your hard work! 🇺🇸"},{"id":796380535287320600,"created_at":"Wed Nov 09 15:54:50 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @Nigel_Farage: What we are witnessing is the end of a period of big business and big politics controlling our lives."},{"id":796380515335077900,"created_at":"Wed Nov 09 15:54:45 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @RedNationRising: And when you're in Canada don't come back for Healthcare\n#ElectionNight \n#Trump \n#RedNationRising \n#CelebrityExodus ht…"},{"id":796380494145486800,"created_at":"Wed Nov 09 15:54:40 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @bonitz695: I am eternally grateful to our God for giving us a reprieve and for bringing about a miracle that only He could do. Praise G…"},{"id":796380470183424000,"created_at":"Wed Nov 09 15:54:34 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @Stevenwhirsch99: I want to thank everyone single person that had something to with this campaign. We won!!!!!!!! #ElectionNight"},{"id":796380464571445200,"created_at":"Wed Nov 09 15:54:33 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @DineshDSouza: I hear the shredders were humming all night over at the Clinton Foundation https://t.co/RA00yPbsFg"},{"id":796380117211680800,"created_at":"Wed Nov 09 15:53:10 +0000 2016","date":"November 09, 2016","hour":7,"text":"Has Hillary come out to do a speech yet? Even tho I cnt stand her, she NEEDS to thank her supporters, they did work hard!"},{"id":796379467644026900,"created_at":"Wed Nov 09 15:50:35 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @TrussElise: Caddell: Voters See DNC/CNN-Type Collusion as ‘Threat to Democracy’ https://t.co/ws5hEPwE5s via @BreitbartNews"},{"id":796379449495289900,"created_at":"Wed Nov 09 15:50:31 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @GeneMcVay: @JamesOKeefeIII @Short_Chick_1\n\n☆☆It is sad that so many feckless Hillary supporters blindly believed the corrupt mainstream…"},{"id":796379430281183200,"created_at":"Wed Nov 09 15:50:26 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @magnifier661: Hey @MileyCyrus from #NotMyPresident and #StillWithHer. I found a great real estate agent to sell your house.\n\n#MoveToCan…"},{"id":796379396345040900,"created_at":"Wed Nov 09 15:50:18 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @daxtonbrown: MSM meme is NO ONE saw Trump's election coming. Actually, a lot of us did, we were screaming it at the top of our lungs an…"},{"id":796375629931446300,"created_at":"Wed Nov 09 15:35:20 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @asamjulian: Luntz eating the humble pie. 🙄 https://t.co/oxpnBP4Iru"},{"id":796375588625936400,"created_at":"Wed Nov 09 15:35:10 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @DonaldJTrumpJr: Chloe sporting the #MAGA hat today for her Grandpa. She is a ADORABLE DEPLORABLE! #ElectionDay #GoVote #Trump https://t…"},{"id":796375562851930100,"created_at":"Wed Nov 09 15:35:04 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @DblDVV: world: in shock when American people humble themselves fall to knees pray to their God and he answers their prayers! https://t.…"},{"id":796375479481733100,"created_at":"Wed Nov 09 15:34:44 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @Cernovich: It's all been proven now. Those who want to make themselves great know what to do. https://t.co/I9lGlCqLwb"},{"id":796375113767800800,"created_at":"Wed Nov 09 15:33:17 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mitchellvii: I almost hope Obama pardons Hillary:\n1) Removes her from political life.\n2) Keeps Trump from being distracted with all tha…"},{"id":796375101365162000,"created_at":"Wed Nov 09 15:33:14 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mitchellvii: There do NOT have to be charges to give a pardon. https://t.co/1R3T9MaNej"},{"id":796375062811181000,"created_at":"Wed Nov 09 15:33:05 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mitchellvii: During his first 100 days, Trump needs to be laser focused on fixing this mess."},{"id":796375035657257000,"created_at":"Wed Nov 09 15:32:59 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mitchellvii: Trump will wipe away the stain of the Obama Presidency."},{"id":796374990023196700,"created_at":"Wed Nov 09 15:32:48 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @EBaker_NY: @mitchellvii You took down the mighty Nate Silver. We all owe you bigly. Thanks for standing with us."},{"id":796374963062263800,"created_at":"Wed Nov 09 15:32:41 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @realDonaldTrump: Such a beautiful and important evening! The forgotten man and woman will never be forgotten again. We will all come to…"},{"id":796374933962158100,"created_at":"Wed Nov 09 15:32:34 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mitchellvii: I'm curious, should @TheRickWilson change his Twitter name, or is @TheButtHurtLoser already taken?"},{"id":796374889288663000,"created_at":"Wed Nov 09 15:32:24 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mitchellvii: Hillary just lost ALL of her leverage with the FBI and NYPD."},{"id":796374685042769900,"created_at":"Wed Nov 09 15:31:35 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mitchellvii: My bet is Obama pardons Hillary calling it a \"political witch-hunt\" to basically protect himself."},{"id":796372338530844700,"created_at":"Wed Nov 09 15:22:16 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @PrisonPlanet: Trump campaign manager does not rule out special prosecutor for Hillary Clinton - MSNBC - https://t.co/n2lhkMYsZm https:/…"},{"id":796372278229418000,"created_at":"Wed Nov 09 15:22:01 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @hrtablaze: Hey haters and losers who are saying #notmypresident ! Your tears are delicious! 😂😂😂😂😂😂😂😂😂😂😂 https://t.co/cWDXff9wWF"},{"id":796372243995447300,"created_at":"Wed Nov 09 15:21:53 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @DineshDSouza: I love how the same leftists who cheered Obama's divisive rhetoric for 8 years want @realDonaldTrump now to be accommodat…"},{"id":796372216787050500,"created_at":"Wed Nov 09 15:21:47 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @Lagartija_Nix: Better get your bags packed... you promised! @DHecei @BarbMuenchen @TeamTrump @jpm05880 @kisster1 @realDonaldTrump @CNN…"},{"id":796372190090260500,"created_at":"Wed Nov 09 15:21:40 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @powr2ppl: @JohnKasich @ellerich17 \n\n@realDonaldTrump LISTENED to the people---\n\nwe are done with politicians who preach at the people!"},{"id":796372084867768300,"created_at":"Wed Nov 09 15:21:15 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @stranahan: Damn straight he's #MyPresident."},{"id":796372068958777300,"created_at":"Wed Nov 09 15:21:11 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @jc196400: @FoxBusiness @GoDonaldTrump @tedcruz Thanks Ted for doing the right thing and keeping your WORD!!!!"},{"id":796371993566154800,"created_at":"Wed Nov 09 15:20:53 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @ambroseanna1: LOL. So happy that HRC is OUT of our lives! President Trump has drained the swamp! https://t.co/gbqHsxdlNe"},{"id":796371910489567200,"created_at":"Wed Nov 09 15:20:33 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @mrwalsh8: Trump's first order of business: replace Justice Scalia. Secure our Supreme Court."},{"id":796371887496392700,"created_at":"Wed Nov 09 15:20:28 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @DanScavino: Thank you #TrumpTrain🚂💨🇺🇸🇺🇸\n18 months later - we did it! Completely surreal. ALL ABOARD!! 73 days - next stop as predicted,…"},{"id":796371868609454100,"created_at":"Wed Nov 09 15:20:24 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @TrumpTheHill: Everything the #MSM told you about Trump was a lie. Poll's, Policies, His Heart. They didnt \"get it wrong\", they lied. \nH…"},{"id":796371498466320400,"created_at":"Wed Nov 09 15:18:55 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @flee8250aolcom: Thank you God!! https://t.co/ooXMkX8DSn"},{"id":796371145339473900,"created_at":"Wed Nov 09 15:17:31 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @theoptionoracle: Let us now show the world what it means to take #TheHighRoad.\n@realDonaldTrump #PresidentElectTrump @AppSame \nPlease r…"},{"id":796371104256270300,"created_at":"Wed Nov 09 15:17:21 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @PrisonPlanet: All the morons bed-wetting about \"hate\" winning.\n\nYOU'RE the hateful ones. That's why you lost. Your hateful ideology was…"},{"id":796371059645632500,"created_at":"Wed Nov 09 15:17:11 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @V_of_Europe: Farage can't contain his delight at the prospect of President Trump - wants to be the winner's ambassador to the EU https:…"},{"id":796371043422060500,"created_at":"Wed Nov 09 15:17:07 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @auntiejul: Trump wins White House. GOP wins Senate and House; will take control of Supreme Court, and entire federal government."},{"id":796371008416403500,"created_at":"Wed Nov 09 15:16:58 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @BarryNMooch: One more time....Oh..also. We don't forget you fucking traitors. https://t.co/DeWlmITJve"},{"id":796370973146480600,"created_at":"Wed Nov 09 15:16:50 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @YouCallWeHaul6: 📢#MAGA #BuildTheWall #AmericaFirst\nNow we can move 🇺🇸 FORWARD\nNo more Common Core\nNo More Safe Spaces\n#BlueLivesMatter…"},{"id":796370852358930400,"created_at":"Wed Nov 09 15:16:21 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @zombieannihlatr: @wikileaks @realaudreyc thank you Mr. Assange for revealing the corruption in our country and helping the people stand…"},{"id":796370781580034000,"created_at":"Wed Nov 09 15:16:04 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @KellyannePolls: Things that were true: undercover Trump vote; @mike_pence for VP; Hillary's floor &amp; ceiling r same; rally crowds matter…"},{"id":796370744796024800,"created_at":"Wed Nov 09 15:15:56 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @RobinEnochs: She couldn't take the 3 a.m. phone call she couldn't bother to speak to her supporters at 3 a.m. either. Happy Hillary is…"},{"id":796370690119123000,"created_at":"Wed Nov 09 15:15:43 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @eeynouf: It's moving day https://t.co/1RYTmNP9ka"},{"id":796370565816676400,"created_at":"Wed Nov 09 15:15:13 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @SheriffClarke: Pre-Order at Amazon https://t.co/sYc4ZSRoRm https://t.co/VogswEJzed"},{"id":796369831800905700,"created_at":"Wed Nov 09 15:12:18 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @Democrat_4Trump: To my Benghazi brothers murdered by @HillaryClinton - we did not forget you. We the people voted &amp; we won for you. Res…"},{"id":796369803606835200,"created_at":"Wed Nov 09 15:12:11 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @Justified_Not: Stand with us in Prayer for those who gave all in Afghanistan yesterday.\nVery sad news for the fallen \nMay they RIP\n\nhtt…"},{"id":796369773579759600,"created_at":"Wed Nov 09 15:12:04 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @LindaEpai457450: @mitchellvii Bill, thank you so much for keeping us calm during this past year and a half. You were our rock."},{"id":796369751085707300,"created_at":"Wed Nov 09 15:11:59 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @LorenceHud: @Andromodid @HorseShort @ViciTrue @dunphy_sheila GOD IS IN CONTROL JUST LIKE WITH PHAROAH! 🙌🙌🙌🙆🙆🙆❤👼❤👼❤ https://t.co/wj3Jhg…"},{"id":796369736804143100,"created_at":"Wed Nov 09 15:11:55 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @JaredWyand: This is how rats operate\n\nNever forget @benshapiro https://t.co/5Hugv7Mny6"},{"id":796369596378857500,"created_at":"Wed Nov 09 15:11:22 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @ToKoCCA: OK, lets go @cher you said you were leavin if Trump wins!...don't be an Indian giver! Now GET the HELL OUT of the USA! 😎"},{"id":796369522420650000,"created_at":"Wed Nov 09 15:11:04 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @RealTrumpDoc: @seanhannity @realDonaldTrump Thank you, Sean"},{"id":796367164202549200,"created_at":"Wed Nov 09 15:01:42 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @SheriffClarke: That @realDonaldTrump is the President elect seems to be \"stunning\" only to the liberal media @nytimes @CNN @washingtonp…"},{"id":796367150243975200,"created_at":"Wed Nov 09 15:01:39 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @philadper2014: Many stars devastated over Hillary Clinton loss via the @FoxNews App Canada awaits you!😡😡😡 https://t.co/fSr3AE0nqh"},{"id":796367118480482300,"created_at":"Wed Nov 09 15:01:31 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @cmrose999: \"Media didn't get it wrong. They LIED\". https://t.co/OAwXSFUKlO"},{"id":796367090709991400,"created_at":"Wed Nov 09 15:01:24 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @PresidentIRL: I have conveyed my best wishes to President Elect Donald Trump, wishing him &amp; the American people every good fortune for…"},{"id":796367014201696300,"created_at":"Wed Nov 09 15:01:06 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @ThePatriot143: When her supporters needed her the most she turned her back on them...The story of her political career #NotMyPresident…"},{"id":796366978017468400,"created_at":"Wed Nov 09 15:00:57 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @ktmcfarland: It's morning in america again. 2016 is the new 1980. @realDonaldTrump can revitalize Econ &amp; restore natl sec. Tune to @Var…"},{"id":796366882571857900,"created_at":"Wed Nov 09 15:00:35 +0000 2016","date":"November 09, 2016","hour":7,"text":"RT @MynerStuff: #PodestaEmails Lena Dunham hasn't tweeted since yesterday afternoon. Can't quite figure out why....."}]},{"date":"2016-11-09T08:00:00.000Z","hour":6,"count":1,"values":[{"id":796366723385421800,"created_at":"Wed Nov 09 14:59:57 +0000 2016","date":"November 09, 2016","hour":6,"text":"RT @rick2forestview: @CNBC Who cares . She left all her supporters out on a limb last night. She is an ungrateful loser."}]},{"date":"2016-11-09T08:00:00.000Z","hour":5,"count":13,"values":[{"id":796350794991800300,"created_at":"Wed Nov 09 13:56:39 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @pjcush320_patti: @mitchellvii @Mich4Trump He has heart.... you can see it, you can feel it when he speaks. People will come around, wai…"},{"id":796350705980342300,"created_at":"Wed Nov 09 13:56:18 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @SandraW32093458: @JerreMorganti4 @IngrahamAngle BEST ELECTION EVER !!!! I AM SO VERY THANKFUL TODAY !"},{"id":796350670660112400,"created_at":"Wed Nov 09 13:56:10 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @LaurieBailey: Last night God answered a lot of prayers by freeing our country from the evil Leftists. Now we must work to #MakeAmericaG…"},{"id":796350584530071600,"created_at":"Wed Nov 09 13:55:49 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @CounterMoonbat: That moment you realize nominating a FBI suspect was a mistake. #ElectionNight https://t.co/yHg60T9yz6"},{"id":796350430733275100,"created_at":"Wed Nov 09 13:55:12 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @ameripundit: @seanhannity @JudgeJeanine @AndreaTantaros @RealAlexJones @RogerJStoneJr @ASavageNation @DRUDGE @JamesOKeefeIII &lt;--- AMER…"},{"id":796337441472974800,"created_at":"Wed Nov 09 13:03:35 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @incorrectpoliti: Mr Al Sharpton there's going to be a new AG and you're going to pay your f****** taxes or go to jail and anybody else…"},{"id":796337361873465300,"created_at":"Wed Nov 09 13:03:16 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @GovMikeHuckabee: About a third of govt. workers claimed they'd quit if Trump won. So voting for him is already working! #reducegovernme…"},{"id":796337355179298800,"created_at":"Wed Nov 09 13:03:15 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @pjcush320_patti: @GovMikeHuckabee All the celebrities will be moving too! Wonderful!"},{"id":796337322862252000,"created_at":"Wed Nov 09 13:03:07 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @muzikgirl11: Praise the good Lord!!!! It's a new day &amp; we're ready to take this fight to the White House!"},{"id":796337272832622600,"created_at":"Wed Nov 09 13:02:55 +0000 2016","date":"November 09, 2016","hour":5,"text":"@WDFx2EU8 thank you! I turned to u for wikileaks info and u never led us astry! We have our country back!"},{"id":796336963234201600,"created_at":"Wed Nov 09 13:01:41 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @mitchellvii: I think I'll write a book about this whole experience. It might be interesting."},{"id":796336935962837000,"created_at":"Wed Nov 09 13:01:35 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @mitchellvii: Yep, feels good. :-) https://t.co/GhQNpwxONb"},{"id":796336882988806100,"created_at":"Wed Nov 09 13:01:22 +0000 2016","date":"November 09, 2016","hour":5,"text":"RT @mitchellvii: You known why Trump's ground game is beating Hillary's? Because Trump's groundgame is in our hearts... :-)"}]},{"date":"2016-11-09T08:00:00.000Z","hour":4,"count":17,"values":[{"id":796335077898747900,"created_at":"Wed Nov 09 12:54:12 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @Lucky5713: @realDonaldTrump 💕Thank you! 🙋💟💟🇺🇸🇺🇸🇬🇧🇬🇧💟💟🇺🇸🇺🇸🇬🇧🇬🇧💟💟🇺🇸🇺🇸🇬🇧🇬🇧"},{"id":796334939847458800,"created_at":"Wed Nov 09 12:53:39 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @trooper2121: https://t.co/7loS4YC7Zb"},{"id":796334844229943300,"created_at":"Wed Nov 09 12:53:16 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @PrisonPlanet: Putin on Trump victory: Russia is ready to restore relations with US. https://t.co/KHtvWV3sbN"},{"id":796334795630530600,"created_at":"Wed Nov 09 12:53:05 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @TheFix: Like him or hate him: Donald Trump was right about the country. And the entire political world was wrong."},{"id":796334773711081500,"created_at":"Wed Nov 09 12:52:59 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @Tysonkeith5: Julian and @wikileaks\nThank you. ❤️ https://t.co/xAzuyR7hcs"},{"id":796334587664339000,"created_at":"Wed Nov 09 12:52:15 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @RedNationRising: USA! USA! USA! President Trump! THANK YOU to EVERYONE at #RedNationRising and CONGRATULATIONS to President-Elect @real…"},{"id":796330129614131200,"created_at":"Wed Nov 09 12:34:32 +0000 2016","date":"November 09, 2016","hour":4,"text":"@mitchellvii thank u bill! When I was discouraged I came to read ur tweets! U stayed confident. Thank u!!"},{"id":796329916593795100,"created_at":"Wed Nov 09 12:33:41 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @kerpen: You never wavered @mitchellvii. Congratulations."},{"id":796329895085412400,"created_at":"Wed Nov 09 12:33:36 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @NoiseCollector_: I was going to be gracious until I read all this #NotMyPresident garbage... now I want all you losers to get the fuck…"},{"id":796329773568061400,"created_at":"Wed Nov 09 12:33:07 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @Norwegian4Trump: And We Learned Stars Dont Win Elections\n\nSorry Springsteen - Bon Jovi - Madonna - Gaga\n\nSorry JayZ - LeBron - Kim K -…"},{"id":796329591711400000,"created_at":"Wed Nov 09 12:32:24 +0000 2016","date":"November 09, 2016","hour":4,"text":"Praise Jesus! We did it!!! We've got our country back! 👍👍👍😀😀"},{"id":796328881200525300,"created_at":"Wed Nov 09 12:29:35 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @deewoodruff1: @ChristiChat I woke up this morning literally feeling safer for my children, my country, and my countrymen. Thank God and…"},{"id":796328784844783600,"created_at":"Wed Nov 09 12:29:12 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @PlaysTrumpCard: Turns out @JebBush was right.\nPresident Trump could not bully his way into the White House.\n\nHe got there by inspiring…"},{"id":796328718360842200,"created_at":"Wed Nov 09 12:28:56 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @KamVTV: We got our country back ..... \nPresident Trump 🇺🇸 https://t.co/MZDbes9IDE"},{"id":796328617038987300,"created_at":"Wed Nov 09 12:28:32 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @PrisonPlanet: Hey regressives, PLEASE keep bitching about \"f**king white males,\" misogyny, rape culture &amp; the patriarchy. It's really a…"},{"id":796328345352933400,"created_at":"Wed Nov 09 12:27:27 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @USATODAY: Trump won: Donald Trump is now the president-elect of the United States after a stunning, historic election. https://t.co/zVD…"},{"id":796326822208213000,"created_at":"Wed Nov 09 12:21:24 +0000 2016","date":"November 09, 2016","hour":4,"text":"RT @KurtSchlichter: So, basically @mitchellvii had a better grasp on stuff than us.\nI'm having another drink."}]},{"date":"2016-11-08T08:00:00.000Z","hour":22,"count":11,"values":[{"id":796232069458300900,"created_at":"Wed Nov 09 06:04:53 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @AJDelgado13: That moment it does hit you and you cry uncontrollably in the middle of 54th st and call your mom. 🇺🇸🇺🇸🇺🇸"},{"id":796231993658896400,"created_at":"Wed Nov 09 06:04:35 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @LeahR77: Thank You God\nThank You Julian Asange &amp; Wikileaks\nThank You James Okeefe \nThank You American People #ElectionNight h…"},{"id":796231968719519700,"created_at":"Wed Nov 09 06:04:29 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @CassandraRules: I'm at Trump Hotel. I've never been so happy for Clinton to speak. #MAGA #ElectionNight"},{"id":796231913631547400,"created_at":"Wed Nov 09 06:04:16 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @TallahForTrump: Trump is winning! That's the black vote! That's what happens when you call African-Americans super predators! #BlackWom…"},{"id":796231693988495400,"created_at":"Wed Nov 09 06:03:23 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @barelypolitix: Tonight American voters rejected:\n\n~ Hillary &amp; Bill\n\n~ Obama\n\n~ Romney &amp; Paul Ryan\n\n~ Open Borders\n\n~ High Taxes\n\n~ Supr…"},{"id":796231656202010600,"created_at":"Wed Nov 09 06:03:14 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @andieiamwhoiam: #electionnight President Donald J Trump! https://t.co/LbaINulCDN"},{"id":796231609066332200,"created_at":"Wed Nov 09 06:03:03 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @StefanMolyneux: @TheLastRefuge2 Congratulations to the dedicated crew over at The Conservative Treehouse! #ColdAnger"},{"id":796231363632447500,"created_at":"Wed Nov 09 06:02:05 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @KatiePavlich: Looks like the missing evangelical vote Ted Cruz hoped to capture came out for Trump #ElectionNight"},{"id":796231197940744200,"created_at":"Wed Nov 09 06:01:25 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @Kathy_C_4_TRUMP: #PresidentTrump https://t.co/vV4Gqk9r6U"},{"id":796231040767508500,"created_at":"Wed Nov 09 06:00:48 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @SanityForAll: Don't let the door hit ya where the Good Lord split ya! https://t.co/Pzbos6K9e3"},{"id":796231013269667800,"created_at":"Wed Nov 09 06:00:41 +0000 2016","date":"November 08, 2016","hour":22,"text":"RT @IngrahamAngle: Well...@BonJovi.... #LivingOnAPrayer"}]},{"date":"2016-11-08T08:00:00.000Z","hour":21,"count":11,"values":[{"id":796220738432802800,"created_at":"Wed Nov 09 05:19:51 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @TrumpSource: \"What did everybody get wrong? I mean the polls....were just wrong.\" - @andersoncooper \n\nHAHAHAHAHAHAHAHAHAHA"},{"id":796220561068322800,"created_at":"Wed Nov 09 05:19:09 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @AmyMek: Get ready Hillary!\n\n\"You have the right to remain silent. Anything you say can &amp; will be used against you in a court of law\" #E…"},{"id":796220528184922100,"created_at":"Wed Nov 09 05:19:01 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @Trumpster5: Early Projection Indicates Trump Will Take Michigan https://t.co/jinyEMxNMy"},{"id":796220487504461800,"created_at":"Wed Nov 09 05:18:51 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @chuckwoolery: This is hysterical Democrats are already pulling their hair and screaming 'what will we do?\""},{"id":796220458215600100,"created_at":"Wed Nov 09 05:18:44 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @kirstiealley: People want jobs want good wages want a fair &amp; limited government want peace want security want a cleaned up planet but…"},{"id":796220186789576700,"created_at":"Wed Nov 09 05:17:40 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @AnnCoulter: Hey, media! No need to lie anymore! The people have spoken."},{"id":796220147627425800,"created_at":"Wed Nov 09 05:17:30 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @BryceDunio: The Clinton HQ is quite possibly the most satisfying thing of this entire election. WE'VE BEAT THE ESTABLISHMENT! #Presiden…"},{"id":796217612531335200,"created_at":"Wed Nov 09 05:07:26 +0000 2016","date":"November 08, 2016","hour":21,"text":"@Kodie2038Donna @G6throughF5 @WWWineWitch hes going to WIN MICHIGAN! we need jobs 😊"},{"id":796217383753023500,"created_at":"Wed Nov 09 05:06:31 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @ThePatriot143: Start packing your bags, You've been #MAGA3X-ed #ElectionDay https://t.co/EQb3ASGdWh"},{"id":796216103882158100,"created_at":"Wed Nov 09 05:01:26 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @I_AmAmerica: Dear Liberal News Media, there are Black Americans that voted for @realDonaldTrump."},{"id":796216009178972200,"created_at":"Wed Nov 09 05:01:04 +0000 2016","date":"November 08, 2016","hour":21,"text":"RT @pig4801kj: @GovMikeHuckabee Somebody cancel Hillary's passport b4 she flees! 👮🚓🔒🇺🇸"}]},{"date":"2016-11-08T08:00:00.000Z","hour":20,"count":6,"values":[{"id":796215697533702100,"created_at":"Wed Nov 09 04:59:49 +0000 2016","date":"November 08, 2016","hour":20,"text":"RT @Magnum_442: Megan Kelly appears to be on the verge of tears."},{"id":796215662989414400,"created_at":"Wed Nov 09 04:59:41 +0000 2016","date":"November 08, 2016","hour":20,"text":"RT @WDFx2EU8: Thanks, it's been 14 accounts banned, lost over 1 million followers, quite the ride. https://t.co/6AedRrYWlR"},{"id":796215549516718100,"created_at":"Wed Nov 09 04:59:14 +0000 2016","date":"November 08, 2016","hour":20,"text":"RT @hectormorenco: Hey Miley, please start packing your bags and leave this country. You're a disgrace and I would never want my daughter t…"},{"id":796215442192891900,"created_at":"Wed Nov 09 04:58:49 +0000 2016","date":"November 08, 2016","hour":20,"text":"RT @ChrisRBarron: As an LGBT person I say THANK YOU to Trump voters! #MAGA https://t.co/qjRuxKStGP"},{"id":796214434712682500,"created_at":"Wed Nov 09 04:54:48 +0000 2016","date":"November 08, 2016","hour":20,"text":"RT @hectormorenco: Amy Schumer, go drink a bottle of vodka and cry yourself to sleep. Then pack your bags and move to Mexico. Thanks. https…"},{"id":796214079702650900,"created_at":"Wed Nov 09 04:53:24 +0000 2016","date":"November 08, 2016","hour":20,"text":"RT @mitchellvii: Man these little NYTimes dials are damned accurate:\n\nhttps://t.co/jud3P62Ntl"}]},{"date":"2016-11-08T08:00:00.000Z","hour":19,"count":22,"values":[{"id":796197908852961300,"created_at":"Wed Nov 09 03:49:08 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @CBSPolitics: Voter turnout in Florida is the highest ever recorded in American history, CBS News estimates. https://t.co/dYNL7d7pGX #CB…"},{"id":796197407604228100,"created_at":"Wed Nov 09 03:47:09 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @KKL_fan: @realDonaldTrump has WON North Carolina!!\n#ElectionNight!!!"},{"id":796190774803255300,"created_at":"Wed Nov 09 03:20:47 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @jadealliepayne: This election is 4 our VETS who came home to a ungrateful government, &amp; those who's lives were lost in a land abandoned…"},{"id":796190081480618000,"created_at":"Wed Nov 09 03:18:02 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @KittyKittyKimmy: I'm praying for the Trump family.. which means I'm praying for America. https://t.co/zW8wWc8gGE"},{"id":796189743943979000,"created_at":"Wed Nov 09 03:16:42 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @oisesu53: OMG IT SEEMS AS THO ALL US UNEDUCATED PEOPLE AINT SOOOOOOO STUPID AFTER ALL 🇺🇸WE ARE SMART ENOUGH TO VOTE MR TRUMP INTO OUR W…"},{"id":796189477299482600,"created_at":"Wed Nov 09 03:15:38 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @JoePrich: Whatever happens \n@NBC\n@ABC\n@CBS\n@CNN\n@FoxNews \n@MSNBC\nyou should know we're done with ALL of you\n Signed, \n The People…"},{"id":796189394545807400,"created_at":"Wed Nov 09 03:15:18 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @mike_pence: Congratulations to my friend @HolcombForIN, Indiana's next great governor and the leader who will keep our state moving for…"},{"id":796188369118265300,"created_at":"Wed Nov 09 03:11:14 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @ellianah316: RT RT RT RT https://t.co/83VD33gdUf"},{"id":796188316932735000,"created_at":"Wed Nov 09 03:11:01 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @lightlady: Thank you Dear Lord!!! Thank you #Ohio!!!! https://t.co/ugZdNMQwHb"},{"id":796187647706275800,"created_at":"Wed Nov 09 03:08:22 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @DanScavino: #DrainTheSwamp👇👇👇👇 https://t.co/djPncFfA1Y"},{"id":796186728864301000,"created_at":"Wed Nov 09 03:04:43 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @mitchellvii: Trump looking very promising in MI."},{"id":796186702993887200,"created_at":"Wed Nov 09 03:04:37 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @mitchellvii: Trump looking strong in WI. Cmon Priebus, bring it home baby."},{"id":796186669804306400,"created_at":"Wed Nov 09 03:04:29 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @mitchellvii: Trump can win WI and MI."},{"id":796186587369533400,"created_at":"Wed Nov 09 03:04:09 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @mitchellvii: Trump pulling away again in FL, up 134,000."},{"id":796186256392724500,"created_at":"Wed Nov 09 03:02:50 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @lonelyvoice: You got that right! His career in politics is over! Shove him up Bushes ass! https://t.co/w4FXVLq4Ug"},{"id":796186191284621300,"created_at":"Wed Nov 09 03:02:35 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @steph93065: Donald J Trump surpassed Barack Obama in FL 💙🇺🇸❤️ Go baby, GO #ElectionNight"},{"id":796186169893679100,"created_at":"Wed Nov 09 03:02:29 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @realJohnGibbs: NY Times giving #Trump &gt;95% chance of taking Florida, and 55% chance of winning it all. Earthquake incoming. #ElectionNi…"},{"id":796186130681069600,"created_at":"Wed Nov 09 03:02:20 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @docgdh: 🙏🏼 PRAY for a #TrumpPence16 VICTORY! 🙏🏼We've done all we can do, let's let our Heavenly Father, do the rest! #myvote2016 #Elect…"},{"id":796186074016055300,"created_at":"Wed Nov 09 03:02:07 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @GodlessNZ: This is our #IndependenceDay. We took this #OneMagnificentChance to put #AmericaFirst, #MAGA and #MASA. #ThankyouMrTrump for…"},{"id":796186020442243100,"created_at":"Wed Nov 09 03:01:54 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @mariontini: Waiting for the Trump victory! #FoxNews2016 #MAGA #draintheswamp #Trump https://t.co/ujr6Yx05nN"},{"id":796185916150861800,"created_at":"Wed Nov 09 03:01:29 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @mitchellvii: NC all the big cities in, looks like most red areas to come."},{"id":796185743232208900,"created_at":"Wed Nov 09 03:00:48 +0000 2016","date":"November 08, 2016","hour":19,"text":"RT @C0nservativeGal: LORD I PRAY THAT TONIGHT IS THE NIGHT THAT AMERICA RETURNS TO YOU. LET IT BE YOUR WILL FOR @realDonaldTrump TO LEAD US…"}]},{"date":"2016-11-08T08:00:00.000Z","hour":18,"count":3,"values":[{"id":796176453771624400,"created_at":"Wed Nov 09 02:23:53 +0000 2016","date":"November 08, 2016","hour":18,"text":"RT @Stevenwhirsch99: I've never been more confident in anything: Trump is going to win. I'll delete my account if he loses. Not gonna happe…"},{"id":796176397534449700,"created_at":"Wed Nov 09 02:23:40 +0000 2016","date":"November 08, 2016","hour":18,"text":"RT @TheMarkRomano: Who cares?\n\nLet's do it anyway!\n\nSooooooo sick of the Bushes!!! https://t.co/rCw6qLHoPF"},{"id":796175700885733400,"created_at":"Wed Nov 09 02:20:53 +0000 2016","date":"November 08, 2016","hour":18,"text":"RT @DonnaWR8: #VoteTrump #IVOTED       #CaliforniaForTrump #ElectionNight       #IVoted       #MAGA3X #MyVote2016       #ElectionDay   #Vot…"}]},{"date":"2016-11-08T08:00:00.000Z","hour":17,"count":9,"values":[{"id":796166891039551500,"created_at":"Wed Nov 09 01:45:53 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @lonelyvoice: Hang that crooked bitch's ass! https://t.co/9kLsUZYID0"},{"id":796166832935862300,"created_at":"Wed Nov 09 01:45:39 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @MagicRoyalty: DO NOT WATCH CNN! THEY HAVE BIASED AND MANIPULATED POLLS IN FAVOR OF HILLARY! RT AND SPREAD"},{"id":796166660713541600,"created_at":"Wed Nov 09 01:44:58 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @WDFx2EU8: THIS FUCKING WHITE, HETEROSEXUAL, COLLEGE-EDUCATED, LIBERAL-ARTS MAJOR FROM ILLINOIS JUST VOTED FOR TRUMP! MAGA!!!!!!!!!! #IV…"},{"id":796164024836751400,"created_at":"Wed Nov 09 01:34:30 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @greghl: come on FL panhandle... swing Florida red #Elections2016 #FoxNews2016 https://t.co/qOkLppj0Oo"},{"id":796161946424930300,"created_at":"Wed Nov 09 01:26:14 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @VersieMarquis: #retweet In that case who would you like to see take the office as the 45POTUS ? #ElectionDay"},{"id":796161579674902500,"created_at":"Wed Nov 09 01:24:47 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @davidweissman3: Me and a fellow #Israeli watching #USElection2016 in Jerusalem, Israel. https://t.co/oZGzgnivvw"},{"id":796161355950805000,"created_at":"Wed Nov 09 01:23:53 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @ElianaBenador: #FloridaPanhandle GO VOTE #Pensacola #PanamaCityBeach #PanamaCity #Florida4Trump #FloridaVote #FSU #BrowardCountyFL #Bro…"},{"id":796158029502758900,"created_at":"Wed Nov 09 01:10:40 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @4djt2016: @mike_pence @realDonaldTrump \nTHANK U GOV. PENCE 4 SUPPORTING MR. TRUMP. 4 BEING A PATRIOT! BEING CHRISTIAN, CONSERVATIVE &amp; A…"},{"id":796157948150120400,"created_at":"Wed Nov 09 01:10:21 +0000 2016","date":"November 08, 2016","hour":17,"text":"RT @JosephMonaco: @mitchellvii https://t.co/trLo1RHV2l"}]},{"date":"2016-11-08T08:00:00.000Z","hour":16,"count":27,"values":[{"id":796153059499970600,"created_at":"Wed Nov 09 00:50:55 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @jessabelcain: #ElectionNight #Election2016 #MAGA3X Woot! I love it. #neverhillary #hillaryforprison #podestaemails35 #dncleaks2 #lockhe…"},{"id":796153002226761700,"created_at":"Wed Nov 09 00:50:42 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @PrisonPlanet: Congrats @RandPaul - still remember how much his 2010 win triggered so many butt-hurt leftists. 😆 https://t.co/2JQhAeUPgI"},{"id":796152541146972200,"created_at":"Wed Nov 09 00:48:52 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @jaketapper: For whom did you vote?"},{"id":796151775892033500,"created_at":"Wed Nov 09 00:45:49 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @karennola719: @FoxNews is there anyone on the panel that can say something nice about @realDonaldTrump"},{"id":796151728806785000,"created_at":"Wed Nov 09 00:45:38 +0000 2016","date":"November 08, 2016","hour":16,"text":"I switched to Lou Dobbs for a bit 😊 those people piss me off! https://t.co/Akdgxy9P0o"},{"id":796151090270052400,"created_at":"Wed Nov 09 00:43:06 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @SSbridges51: Everybody turn to Lou Dobbs if you want truth as he gets it! @FoxBusiness https://t.co/YrtSFd1tUs"},{"id":796150464228290600,"created_at":"Wed Nov 09 00:40:37 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @kincannon_show: Trump should be declared the victor by about 9:45 tonight, based on the exit poll data I have."},{"id":796150010484293600,"created_at":"Wed Nov 09 00:38:48 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @THETXEMBASSY: \"So don't fear, for I am with you; don't be dismayed, for I am your God. I will strengthen you &amp; help you.\" -Isaiah 41:10…"},{"id":796149992444588000,"created_at":"Wed Nov 09 00:38:44 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @umpire43: Florida we need every Trump voter to get out and vote.Fraud is showing up in FLA and we need Trump voters to wipe it out."},{"id":796149965798199300,"created_at":"Wed Nov 09 00:38:38 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @mitchellvii: I see Trump winning MI and CO."},{"id":796149915936297000,"created_at":"Wed Nov 09 00:38:26 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @CEdhyder: @FriendlyJMC @BrandyDianeK2 I wish someone would stuff a sock in Smart Mouthed Megyn Kelly's mouth she would call it now if s…"},{"id":796149526516076500,"created_at":"Wed Nov 09 00:36:53 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @Davewellwisher: Trump wins WV."},{"id":796149491103649800,"created_at":"Wed Nov 09 00:36:45 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @DonaldJTrumpJr: All my father needs is your vote. If you elect him no one will worker harder for you, the American people! #MAGA #Elect…"},{"id":796149267543052300,"created_at":"Wed Nov 09 00:35:51 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @mitchellvii: In FL 210,000 so far reporting, Trump leads 59 - 30"},{"id":796149243807498200,"created_at":"Wed Nov 09 00:35:46 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @kincannon_show: LOL South Carolina is \"too close to call\" per NBC. Bullshit. I've seen the exits from every SC county. Hillary got trou…"},{"id":796149136731099100,"created_at":"Wed Nov 09 00:35:20 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @KimJ1011: BLESS YOU!! https://t.co/6btrVaIumQ"},{"id":796149094108528600,"created_at":"Wed Nov 09 00:35:10 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @Nigel_Farage: '@realDonaldTrump's plans to build a wall and put in place strong border controls are entirely sensible. https://t.co/EZ8…"},{"id":796149064983343100,"created_at":"Wed Nov 09 00:35:03 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @Miami4Trump: Trump Cares About Inner Cities And Improving Education. He's discussed This For Over 30 YEARS #VoteTrump He Will #MAGA\n#El…"},{"id":796149044066353200,"created_at":"Wed Nov 09 00:34:58 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @Davewellwisher: RT Rodexec: I voted for realDonaldTrump #MAGASELFIE #VoteTrumpPence16 #draintheswamp https://t.co/tqrxWXPaDc"},{"id":796148600367710200,"created_at":"Wed Nov 09 00:33:12 +0000 2016","date":"November 08, 2016","hour":16,"text":"HAHAHAHA!!!!😀 https://t.co/0UkAZAkn9v"},{"id":796148225363284000,"created_at":"Wed Nov 09 00:31:43 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @stranahan: Early exit poll show Hillary Clinton taking a commanding lead over Donald Trump in the growing Satanic pedophile demographic."},{"id":796147739654553600,"created_at":"Wed Nov 09 00:29:47 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @umpire43: 2 Clinton supporters tried to bully me in line because of my Chemo hookup.Another Clinton supporter came to my aid then he vo…"},{"id":796147689868165100,"created_at":"Wed Nov 09 00:29:35 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @ConstanceQueen8: ELECTION EVE BOMBSHELL : Wikileaks Reveals Analysts at Intelligence Firm Believe Hillary Killed Vince Foster https://t…"},{"id":796147663972536300,"created_at":"Wed Nov 09 00:29:29 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @TheTrumpLady: If you were to play the MSM drinking game tonight where every time they LIE you take a drink, you'd be drunk MEGA FAST!"},{"id":796147598067466200,"created_at":"Wed Nov 09 00:29:13 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @pink_lady56: #DrainTheSwamp https://t.co/i3cbyw26Io"},{"id":796147368995471400,"created_at":"Wed Nov 09 00:28:19 +0000 2016","date":"November 08, 2016","hour":16,"text":"RT @TrumpForVets: I CAN'T TAKE FLORIDA SWITCHING BACK &amp; FORTH! GOING INSANE!"},{"id":796147308727586800,"created_at":"Wed Nov 09 00:28:04 +0000 2016","date":"November 08, 2016","hour":16,"text":"@mitchellvii I'm so stressed out, US NEEDS a trump victory!!!"}]},{"date":"2016-11-08T08:00:00.000Z","hour":15,"count":28,"values":[{"id":796139723534331900,"created_at":"Tue Nov 08 23:57:56 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @AlysiaStern: @ananavarro My Hispanic family voted for TRUMP! You don't represent us, in fact you don't REPRESENT. Great work keeping yo…"},{"id":796138796278550500,"created_at":"Tue Nov 08 23:54:15 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @grammy620: Cameron? Take a hike..a very long one, and then jump in the swamp. I've had enough of you. GO SOMEWHERE! just GO!"},{"id":796138733548556300,"created_at":"Tue Nov 08 23:54:00 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @BlacksForTrump: #ImVotingBecause Donald Trump will fix #America's #InnerCities. Step One 2 #MakeAmericaGreatAGAIN. #Philadelphia #Pitt…"},{"id":796138425850142700,"created_at":"Tue Nov 08 23:52:46 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @ryanmcnichols: Who did you vote for? Please Retweet #ElectionDay #Election2016 #myvote2016 #vote2016 #voted"},{"id":796138357856280600,"created_at":"Tue Nov 08 23:52:30 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @lisserlou47: @DonaldJTrumpJr when I voted TRUMP I did not vote for dem or rep, I voted for a MAN that loves America and has given and s…"},{"id":796138094844137500,"created_at":"Tue Nov 08 23:51:27 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @DabneyPorte: 🇺🇸 Go vote! FLORIDA! Go vote 🇺🇸\n\nLet us know when you #voted! \n\nWe are WINNING! #ElectionNight https://t.co/pk0CxjvORh"},{"id":796138050099310600,"created_at":"Tue Nov 08 23:51:17 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @MNforTrump: JUST VOTED FOR @realDonaldTrump AND @mike_pence IN MINNESOTA! https://t.co/Otqs3djuKk"},{"id":796138017287192600,"created_at":"Tue Nov 08 23:51:09 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @baumsche: @jaketapper @jmatheson160 https://t.co/TJXVyZsuBe"},{"id":796137258126635000,"created_at":"Tue Nov 08 23:48:08 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @LouDobbs: FBI Dir. Comey exonerates Hillary Clinton two days before the election – Can D.C. be more corrupt? Rudy Giuliani on #FoxLDT 7…"},{"id":796137213226520600,"created_at":"Tue Nov 08 23:47:57 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @Ber97Luke: Go gators, Tar Heels and wolverines! Go seminoles, Wolfpack and Spartans! Vote for Trump!!🇺🇸🇺🇸🇺🇸 https://t.co/UXPbF9uuwu"},{"id":796136916232110100,"created_at":"Tue Nov 08 23:46:46 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @RealAlexJones: If @HillaryClinton Wins, Freedom Dies - https://t.co/xX0l6mK2vc #ElectionNight"},{"id":796136898943221800,"created_at":"Tue Nov 08 23:46:42 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @FreedomChild3: Who wants to continue This Legacy-A Miserable Failure! #VoteAgainstCorruption\n#VoteTrump #MAGA #MakeAmericaSafeAgain htt…"},{"id":796136872179273700,"created_at":"Tue Nov 08 23:46:36 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @OmniTrump: OH BABY......#TrumpLandslide https://t.co/VQy9KmXWkg"},{"id":796136724011290600,"created_at":"Tue Nov 08 23:46:01 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @tteegar: My son-a first time voter!💗\nProud to #VoteTrumpPence16 #MAGA 🇺🇸\n#FL Panhandle #MillenialsForTrump #ElectionNight #DrainTheSwam…"},{"id":796136674153689100,"created_at":"Tue Nov 08 23:45:49 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @EvelynGarone: I have NEVER been as excited to #Vote as I was today, proudly for @realDonaldTrump ! Let's WIN this THING!\n#GoVoteTrump\n#…"},{"id":796136659226083300,"created_at":"Tue Nov 08 23:45:45 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @MargaretMcgui16: If #WeThePeople do not get out and vote for #TrumpPence16 today/night we're sunk. #ElectionDay #ElectionNight PLZ GO…"},{"id":796136598433886200,"created_at":"Tue Nov 08 23:45:31 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @ChicagoScope: Election poll! After you vote, retweet please so that more people could vote. #ElectionFinalThoughts #Vote #Poll #Electio…"},{"id":796136557052883000,"created_at":"Tue Nov 08 23:45:21 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @KyleWRowley: I'm HOPING &amp; PRAYING this is a preview of tonight's end result!\n\n#AssKicking\n\n#ElectionDay\n\n#IVoted\n\n💦#DrainTheSwamp💦 http…"},{"id":796136512006066200,"created_at":"Tue Nov 08 23:45:10 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @JaredWyand: Asian lady @ liquor store:\n\nHer: Did you vote?\n\nMe: yeap\n\nHer: whispers* who did you vote for?\n\nMe: Same person you did\n\nHe…"},{"id":796129059994562600,"created_at":"Tue Nov 08 23:15:33 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @Bikers4Trump: It's #ElectionDay who gets your Vote?\nVote &amp; #RETWEET &amp; Visit https://t.co/cGkVjfkqQR\n\n#PodestaEmails35 are up!\n@CNN @Chr…"},{"id":796128998505979900,"created_at":"Tue Nov 08 23:15:19 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @TheTrumpLady: #Trump LOOKIN' GOOD Already! Wait for the WORKING CLASS, NEW VOTERS, &amp; 15% UNDECIDED To Come Home &amp; Vote! #TrumpTrain #Tr…"},{"id":796127758472642600,"created_at":"Tue Nov 08 23:10:23 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @DonaldJTrumpJr: Just another adorable deplorable ready to see Grandpa take home a victory! #MAGA #Election2016 https://t.co/CU6peCYbuI"},{"id":796127185912348700,"created_at":"Tue Nov 08 23:08:07 +0000 2016","date":"November 08, 2016","hour":15,"text":"I just told @nbcwashington who I think is winning. Cast your vote now! #Debates #NBC4DC https://t.co/0wbQuR3z9S"},{"id":796125808490319900,"created_at":"Tue Nov 08 23:02:38 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @PollTime_: Last chance before #Election2016 \nWho do YOU pick? \n\n#ImVotingBecause\n#myvote2016 #ElectionDay\n#ElectionFinalThoughts #myvot…"},{"id":796125720657403900,"created_at":"Tue Nov 08 23:02:17 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @JustDonPerla: @JustDonPerla https://t.co/VH3MveEWa2"},{"id":796125597235814400,"created_at":"Tue Nov 08 23:01:48 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @UTHornsRawk: In 4 key areas of FL Republicans over performing by 6% and Dems underperforming by 4-6%. YUUUUGE. NC GREAT \n\n#ElectionNig…"},{"id":796125537618063400,"created_at":"Tue Nov 08 23:01:34 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @mitchellvii: Keep in mind by the way, exit polls have been notoriously wrong this entire cycle."},{"id":796125488632754200,"created_at":"Tue Nov 08 23:01:22 +0000 2016","date":"November 08, 2016","hour":15,"text":"RT @AmyMek: Bye bye Oprah, Al Sharpton, Rosie O’Donnell, Alec Baldwin, Miley Cyrus, Whoopie, Cher, Jon Stewart\n\n#ElectionNight https://t.co…"}]},{"date":"2016-11-08T08:00:00.000Z","hour":14,"count":79,"values":[{"id":796124574211571700,"created_at":"Tue Nov 08 22:57:44 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @Kathy_C_4_TRUMP: Lindsey Graham surfaces from bottom of the swamp It's We The People now, not you elitist jerk off FU We are voting 2…"},{"id":796124482310144000,"created_at":"Tue Nov 08 22:57:22 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @DonaldJTrumpJr: If you have voted DON'T SIT STILL! Get 5 more people to the polls. States have been decided by less than 100 votes befo…"},{"id":796124401712459800,"created_at":"Tue Nov 08 22:57:03 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @JamesOKeefeIII: If you're committing #VoterFraud, we're going to find you. #VeritasIsEverywhere #ElectionDay https://t.co/qHULNMuEQ4"},{"id":796124277921681400,"created_at":"Tue Nov 08 22:56:33 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @ed_hooley: LOUIS FARRAKHAN: HILLARY CLINTON THAT'S A WICKED WOMAN\n#YoDecido #ElectionNight #WTFAmericaIn5Words #Trump #vote https://t.c…"},{"id":796123946668224500,"created_at":"Tue Nov 08 22:55:14 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @GenFlynn: Mike @GovMikeHuckabee has a real way with words...thank you for being such a stand-up person for our country &amp; R next POTUS.…"},{"id":796123903395582000,"created_at":"Tue Nov 08 22:55:04 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @Snowball1900: #Florida The Panhandle needs more votes‼️Do your part and enjoy voting for #Trump❣️You will feel so great doing your part…"},{"id":796123563560501200,"created_at":"Tue Nov 08 22:53:43 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @mitchellvii: Exit polls never release actual voting numbers until AFTER POLLS CLOSE. Remember that."},{"id":796123434589847600,"created_at":"Tue Nov 08 22:53:12 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @mitchellvii: Right now, Hillary is running roughly 60% behind Obama's performance in Hillsborough. Obama won FL in 2012 by only 1%. Dev…"},{"id":796123382148431900,"created_at":"Tue Nov 08 22:53:00 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @realDonaldTrump: Don't let up, keep getting out to vote - this election is FAR FROM OVER! We are doing well but there is much time left…"},{"id":796123352075223000,"created_at":"Tue Nov 08 22:52:53 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @ChatRevolve: North Central I-4 Panhandle Tampa Tallahassee Florida get out and vote for Trump we need to stop Hillary Clinton | GO we n…"},{"id":796123287571009500,"created_at":"Tue Nov 08 22:52:37 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @JaredWyand: Hillary is on her way to an airport to watch the election results parked on a runway with flight plans to Qatar\n\n#ElectionD…"},{"id":796123226480984000,"created_at":"Tue Nov 08 22:52:23 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @joshgremillion: Today is the day that decides the future of our country. We are all so emotionally &amp; physically invested in this. @real…"},{"id":796123161930727400,"created_at":"Tue Nov 08 22:52:07 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @DonaldJTrumpJr: We have the political class shaking in their boots. They fear a true outsider, someone who can't be bought.\n\nIts time t…"},{"id":796123115784990700,"created_at":"Tue Nov 08 22:51:56 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @seanhannity: Florida Panhandle - GO VOTE!"},{"id":796123096143036400,"created_at":"Tue Nov 08 22:51:52 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @DonaldJTrumpJr: In 2000 New Mexico was determined by less than 400 votes. Every single vote counts. Your vote counts. Call your friends…"},{"id":796123061963653100,"created_at":"Tue Nov 08 22:51:43 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @DonaldJTrumpJr: Media elites have done everything they can to stop Trump. WE THE PEOPLE will rise up and take back America! #Trump #Ele…"},{"id":796122998201839600,"created_at":"Tue Nov 08 22:51:28 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @realDonaldTrump: I will be watching the election results from Trump Tower in Manhattan with my family and friends. Very exciting!"},{"id":796122977918156800,"created_at":"Tue Nov 08 22:51:23 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @mike_pence: The outcome of this historic election rests in your hands. If you stand for a stronger America, cast your vote for #TrumpPe…"},{"id":796122935169876000,"created_at":"Tue Nov 08 22:51:13 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @mitchellvii: Folks, if you are at work and trying to decide whether to still vote for Trump,\n\nGO VOTE, MAKE HISTORY!"},{"id":796122882854309900,"created_at":"Tue Nov 08 22:51:01 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @realDonaldTrump: Just out according to @CNN: \"Utah officials report voting machine problems across entire country\""},{"id":796122830668779500,"created_at":"Tue Nov 08 22:50:48 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @mitchellvii: Drudge saying, \"Election will come down to evening voters.\" That means, \"Republicans with actual jobs.\""},{"id":796122508143558700,"created_at":"Tue Nov 08 22:49:31 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @HorseShort: . #TrumpsterWarriors 🚂🇺🇸💨🎈\nDON'T LET THIS MORON DECIDE YOUR FUTURE... https://t.co/7Vosp8uFpi"},{"id":796122468549349400,"created_at":"Tue Nov 08 22:49:22 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @marilynkj: Keep her name alive 🔥\n\n#HillarysEmails #wikileaks #Turkey #NeverHillary #ObamasJihad #DestroyISIS #OpISIS \n\n#MAGA #TrumpsArm…"},{"id":796122328316911600,"created_at":"Tue Nov 08 22:48:48 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @trumpaboard: Reince Priebus, “Don’t believe the garbage you read, we’re gonna put #Trump in the White House &amp; save this country! https:…"},{"id":796122266618695700,"created_at":"Tue Nov 08 22:48:34 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @skipfoster: With 90 min. left in Leon voting, changes vs. '12 turnout share: Dems - down 1.4 percentage points; GOP - up 1.4 points; NP…"},{"id":796122164034412500,"created_at":"Tue Nov 08 22:48:09 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @Franklin_Graham: This election isn’t over—it’s going to be a tight race. Join with family or friends to pray throughout the night that…"},{"id":796122073735299100,"created_at":"Tue Nov 08 22:47:48 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @typhenicie: EXIT POLL: Who did you vote for? #exitpoll #HillaryClinton #DonaldTrump #MakeAmericaGreatAgain #ImWithHer #myvote2016 #Ele…"},{"id":796122009461805000,"created_at":"Tue Nov 08 22:47:32 +0000 2016","date":"November 08, 2016","hour":14,"text":"thats awesome!!! https://t.co/KFibhDKLxV"},{"id":796120370776576000,"created_at":"Tue Nov 08 22:41:02 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @laudreport: Funny how the \"malfunctions\" ALWAYS change votes to Democrat and not the other way around. https://t.co/xDIa0UGRxU"},{"id":796120351423991800,"created_at":"Tue Nov 08 22:40:57 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @NAACP: Reports in Philadelphia of people blocking poll doors, handing out flyers - if you see it, please relay these kind of reports to…"},{"id":796120164353921000,"created_at":"Tue Nov 08 22:40:13 +0000 2016","date":"November 08, 2016","hour":14,"text":"How are we doing trump family? I've got people texting me worried, I have FAITH hr will win! Hows FL going?"},{"id":796117230392115200,"created_at":"Tue Nov 08 22:28:33 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @LouDobbs: Any Further Questions? Obama encourages illegals to vote https://t.co/KO2h46mpQ1 via @worldnetdaily #MAGA #TrumpPence16 #Tru…"},{"id":796117213161934800,"created_at":"Tue Nov 08 22:28:29 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @WDFx2EU8: Poetic fucking justice. https://t.co/PO2knQixGN"},{"id":796117180869988400,"created_at":"Tue Nov 08 22:28:21 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @DBloom451: WAHOO!💃👏🎉 More #Florida Democrats are crossing party lines &amp; VOTING AGAINST #CrookedHillary💰 &amp; FBI Comey CORRUPTION!\nhttps:/…"},{"id":796117041409302500,"created_at":"Tue Nov 08 22:27:48 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @WDFx2EU8: Everyone. Vote. Hillary is underperforming everywhere!!!!!!!!!!!!!!!!!!!!!!!"},{"id":796117027928895500,"created_at":"Tue Nov 08 22:27:45 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @EricTrump: Initial numbers look great but you have to get out and VOTE! Let's #DrainTheSwamp! https://t.co/27k5n882TU https://t.co/jyMn…"},{"id":796117011646521300,"created_at":"Tue Nov 08 22:27:41 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @WatchWordToday: Ken Langone, Home Depot co-founder: \"This election the equivalent of a drunk hitting bottom. People R FED UP!Trump best…"},{"id":796116978234748900,"created_at":"Tue Nov 08 22:27:33 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @WDFx2EU8: Don't Judge A Book By It's Cover: Cursed With The Look Of The Cuck, Blessed With The Heart Of A Lion #IVOTED https://t.co/WrK…"},{"id":796116957254811600,"created_at":"Tue Nov 08 22:27:28 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @TeamTrump: .@realDonaldTrump will never back down -- he is FIGHTING for YOU! #TrumpIsWithYou #ElectionDay \n👉https://t.co/vmaBF3vkkB htt…"},{"id":796116885947482100,"created_at":"Tue Nov 08 22:27:11 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @GlendaAhrens: MI get out and vote for Trump https://t.co/dEt4zAtWlw"},{"id":796116874979315700,"created_at":"Tue Nov 08 22:27:08 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @frankt370: Hey Florida panhandle; TRUMP VOTES MATTER.........TRUMP VOTERS MATTER https://t.co/ZxEdzCtkXD"},{"id":796116790174744600,"created_at":"Tue Nov 08 22:26:48 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @gamma_ray239: Screwww main stream media and their lies.. I will be watching all my election coverage on alex jones youtube channel\nhttp…"},{"id":796116780875923500,"created_at":"Tue Nov 08 22:26:46 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @Ms1Scs: #LatinosForTrump #LatinasForTrump #LatinasVote #LatinoForTrump #hispanics4trump #HispanicVote #cubans4Trump #ChaldeansForTrump…"},{"id":796116754049146900,"created_at":"Tue Nov 08 22:26:39 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @LouDobbs: Must see, must hear #MAGA #TrumpPence16 #TrumpTrain #Dobbs https://t.co/z6XNiVL8Gd"},{"id":796116736957366300,"created_at":"Tue Nov 08 22:26:35 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @RealScottErnst: YOU STAND IN LINE AS LONG AS NEEDED TO CAST YOUR VOTE FOR #TRUMPPENCE16\n\nCRAWL TO THE VOTING BOOTH IF NECESSARY!!!\n\nNO…"},{"id":796116693005254700,"created_at":"Tue Nov 08 22:26:25 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @CBSNews: \"My father started a movement.\" -- @EricTrump this #ElectionDay on @CBSThisMorning https://t.co/c8ZD9Cx2gJ"},{"id":796116643449540600,"created_at":"Tue Nov 08 22:26:13 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @RealDonald4Pres: If you are a Trump voter trust me he is going to shock and win 1 deep blue state tonight, so if you live in a deep blu…"},{"id":796116490156118000,"created_at":"Tue Nov 08 22:25:37 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @JeffreyKahunas: #StickTogether and #VoteTrump https://t.co/zzH3L6wDsC #TrumpForPresident"},{"id":796115877544464400,"created_at":"Tue Nov 08 22:23:10 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @bakedalaska: I am so proud to have voted for Donald J. Trump today. Couldn't be happier. \n\nThank you everyone for your support. #MAGASe…"},{"id":796115856921137200,"created_at":"Tue Nov 08 22:23:06 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @RocketCityRules: MICHIGAN IS VOTING TRUMP IN HUGE NUMBERS!! LANDSLIDE VICTORY! https://t.co/4zem3tHtGO via @wordpressdotcom"},{"id":796115838357143600,"created_at":"Tue Nov 08 22:23:01 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @WDFx2EU8: Just voted in California. There are more of us out here than you'd think. Every vote counts. Let's MAGA! #IVOTED https://t.co…"},{"id":796115818576744400,"created_at":"Tue Nov 08 22:22:56 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @NolteNC: FYI #p2 #Democrats #Hillary2016 #BlackLivesMatter\n\nYou don't have to leave home. \n\nYou can vote by phone by texting \"Hillary\"…"},{"id":796115765757964300,"created_at":"Tue Nov 08 22:22:44 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @TheDonaldNews: FLORIDA 65% UP IN EXIT POLLS! #Hannity #FoxNews \nhttps://t.co/t5NUDLC2yD https://t.co/KNHZqZBodx"},{"id":796115705452232700,"created_at":"Tue Nov 08 22:22:29 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @WalshFreedom: I just voted.\n\nNobody asked me for my photo ID.\n\nI gave it to them anyways.\n\nThey all looked surprised.\n\nI told them they…"},{"id":796115638070706200,"created_at":"Tue Nov 08 22:22:13 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @WDFx2EU8: TODAY'S THE DAY, LADS! I want you all out and about wearing your MAGA hats. Show the world how many patriots stand with Trump…"},{"id":796115613903155200,"created_at":"Tue Nov 08 22:22:08 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @kimmieguy: Come on Florida Panhandle!!! What the what? Low turnout?!? Trump visited you several times! Get out and vote!!! #TrumpTrain…"},{"id":796115586522742800,"created_at":"Tue Nov 08 22:22:01 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @Lizzy4Trump: YES!! I voted Trump! MI is a YUGE @realDonaldTrump state!! Together we will #MAGA https://t.co/hwyDecJgFN"},{"id":796115479916060700,"created_at":"Tue Nov 08 22:21:36 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @sabine_durden: VOTE FOR @realDonaldTrump like ur life depends on it. 4 my son it's 2 late. Not for your children. Make sure they have a…"},{"id":796115449897488400,"created_at":"Tue Nov 08 22:21:29 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @DiamondandSilk: Did you wear red today while voting for @realDonaldTrump? Post selfies, pictures or videos in the comment section below…"},{"id":796115440342863900,"created_at":"Tue Nov 08 22:21:26 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @OpinionOnion7: AS THE 45TH PRESIDENT OF THE UNITED STATES, DONALD TRUMP WILL PUT AMERICANS FIRST! #TrumpTrain #AmericaFirst #DrainTheSw…"},{"id":796115421564989400,"created_at":"Tue Nov 08 22:21:22 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @dovorah001: 🇺🇸 I'll take this sinner saved by grace over career politicians lying to my face any day🇺🇸 #Ohio #Missouri #Illinois https:…"},{"id":796115366158147600,"created_at":"Tue Nov 08 22:21:09 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @MGabbola: Just a couple of married deplorables... ❤️ #TrumpTrain #Election2016 #NeverHillary #Trump #MAGA #ElectionDay #DrainTheSwamp #…"},{"id":796115351134081000,"created_at":"Tue Nov 08 22:21:05 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @Millennials_DJT: ATTN🚨 This is a polling place in Clark County, Nevada! All the poll workers are wearing Defeat Trump shirts! Retweet!…"},{"id":796115170452013000,"created_at":"Tue Nov 08 22:20:22 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @ProtectSaveUSA: @GovMikeHuckabee: People of #America Have Stood Up and Said 'Enough' @realBenCarson, @realDonaldTrump @Mike_Pence: http…"},{"id":796115069159534600,"created_at":"Tue Nov 08 22:19:58 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @BJBrancher: \"Hillsborough County\"\n\nTRUMP IS WINNING!!!"},{"id":796115024867684400,"created_at":"Tue Nov 08 22:19:47 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @vDonaldTrump: https://t.co/KgwCp4YX01 doing what the #MSM will not!! https://t.co/3cwr4i5GKw"},{"id":796115007792697300,"created_at":"Tue Nov 08 22:19:43 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @mitchellvii: Hillsborough County, FL. Rep ED turnout 4% ahead of Dem ED turnout.\n\nhttps://t.co/3W0jNP9VHT"},{"id":796114989450989600,"created_at":"Tue Nov 08 22:19:39 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @Libertarian5000: @AtlTeaPartyLove @stuckyzarry inshallah Trump will win. God bless the USA.... and Canada...."},{"id":796114965539278800,"created_at":"Tue Nov 08 22:19:33 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @mitchellvii: Maybe those Hispanic votes ARE for Trump as new poll finds Hispanics backing tougher immigration policies: https://t.co/VP…"},{"id":796114942789374000,"created_at":"Tue Nov 08 22:19:28 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @Democrat_4Trump: Reports are coming out that Michigan voting is currently a landslide victory for Trump. https://t.co/hNgj5Q344w"},{"id":796112671414296600,"created_at":"Tue Nov 08 22:10:26 +0000 2016","date":"November 08, 2016","hour":14,"text":"Ive also never seen so many intolerant leftist who bash, belittle and name call thrs just b/c R opinions differ. Trump will bring us 2gether"},{"id":796112220677668900,"created_at":"Tue Nov 08 22:08:39 +0000 2016","date":"November 08, 2016","hour":14,"text":"Since trump I have never seen so many beautiful, caring people on twitter supporting each other no matter what! #trumpslide"},{"id":796111106506887200,"created_at":"Tue Nov 08 22:04:13 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @cciedotnyc: #ElectionDay\n\nThe women in the Philly burbs love Trump vast majority giving me thumbs up as they go in to vote"},{"id":796110933538066400,"created_at":"Tue Nov 08 22:03:32 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @KitDaniels1776: Report: Reuters Pulls Polls Showing Huge #Trump Surge https://t.co/g5xGzTKNgw @DRUDGE #ElectionDay @DonaldJTrumpJr http…"},{"id":796110911039803400,"created_at":"Tue Nov 08 22:03:26 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @bibi4Trump: This Latina and my Mother just voted for @realDonaldTrump 💃🏻🙌🏻 🇺🇸❤️🇺🇸 #LatinosForTrump let's #MAGA #iVoted #ElectionDay #Tr…"},{"id":796110628180131800,"created_at":"Tue Nov 08 22:02:19 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @cristinalaila1: Just waited 45 minutes in line and voted for Trump‼️🇺🇸 #MAGA3X #MAGASelfie #ElectionDay2016 #MyVote2016 https://t.co/c0…"},{"id":796110112737886200,"created_at":"Tue Nov 08 22:00:16 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @FoxNews: .@NewtGingrich: Every American has a 'moral obligation' to vote https://t.co/0jnjHUnYms"},{"id":796110108291952600,"created_at":"Tue Nov 08 22:00:15 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @MarkBapst1: This Train has only one destination that's Washington DC! https://t.co/JAPFci7VmC"},{"id":796110077556064300,"created_at":"Tue Nov 08 22:00:08 +0000 2016","date":"November 08, 2016","hour":14,"text":"RT @DonaldJTrumpJr: My father is not bought by the donor class or media elites. He will fight daily for the American worker and hard workin…"}]},{"date":"2016-11-08T08:00:00.000Z","hour":13,"count":56,"values":[{"id":796109801344352300,"created_at":"Tue Nov 08 21:59:02 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mitchellvii: NIGEL FARAGE: \"It Feels Like Brexit Day to Me\" (VIDEO) https://t.co/P99i7Oz0qn"},{"id":796109773523611600,"created_at":"Tue Nov 08 21:58:55 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @TallahForTrump: Black patriots are a part of the silent majority. Many of us have never vote, but let me tell you, we are voting now...…"},{"id":796109741495820300,"created_at":"Tue Nov 08 21:58:48 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @WDFx2EU8: This cis-gendered, heteronormative, Caucasian-identifying person just voted for trump. You should, too! MAGA! #IVOTED https:/…"},{"id":796109708641833000,"created_at":"Tue Nov 08 21:58:40 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @comsultcorp: @DonaldJTrumpJr @steph93065 Drudge just posted that evening voters will determine election. Go Vote Trump!"},{"id":796109526219026400,"created_at":"Tue Nov 08 21:57:56 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @TEN_GOP: 'Never have we seen media so aggressively huffing &amp; puffing 2 drag this crooked hag across the finish line' ~ @DineshDSouza\n#I…"},{"id":796109390596206600,"created_at":"Tue Nov 08 21:57:24 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @WDFx2EU8: First time voting 20 years old. With Trump since day 1! #IVOTED https://t.co/wL5XAsxjcs"},{"id":796109349122936800,"created_at":"Tue Nov 08 21:57:14 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @DonaldJTrumpJr: Just sitting here and can't believe how far we have come. The movement is incredible. Let's finish this STRONG! #Electi…"},{"id":796109322455580700,"created_at":"Tue Nov 08 21:57:08 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mitchellvii: Gabriel: \"Lord, why do you always seem to pick the underdog?\"\nGod: \"No one thanks me when the favorite wins...\""},{"id":796109297595875300,"created_at":"Tue Nov 08 21:57:02 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mitchellvii: Hispanic voting in FL is up 400k. But wait, White voting is up 1 MILLION in FL."},{"id":796109218688495600,"created_at":"Tue Nov 08 21:56:43 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @RapinBill: Hillary's Close Confidante, Podesta, is an accurate reflection of Her-- disgusting. Keep her Out! Vote Trump #ElectionNight…"},{"id":796108929835106300,"created_at":"Tue Nov 08 21:55:34 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @FoxNews: .@FrankLuntz: \"If there's one state that's going to be a surprise for @realDonaldTrump, I think it's going to be Michigan.\" #F…"},{"id":796108855512039400,"created_at":"Tue Nov 08 21:55:16 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @WalshFreedom: MSNBC just now: We underestimated all the hatred that Trump gave voice to.\n\nThe Left doesn't get it.\n\nIt's not hatred. It…"},{"id":796108821936672800,"created_at":"Tue Nov 08 21:55:08 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @MarathonerNYC: Retire the Clintons, GET OUT &amp; VOTE #MAGA3X https://t.co/5JsKfbIEYB"},{"id":796108778689167400,"created_at":"Tue Nov 08 21:54:58 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @WDFx2EU8: My cousin, a lifelong Democrat just cast her vote in the battleground of Florida. FL will go red today. https://t.co/KfmCOEEw…"},{"id":796108226207027200,"created_at":"Tue Nov 08 21:52:46 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @CooknCooks: Thanks Obama #TrumpForPresident"},{"id":796108208196698100,"created_at":"Tue Nov 08 21:52:42 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @sawmilltaters: @MrTimwizard @LyndaG1963 @a219224 @lukiOC @GoalieBill328 @Doodisgirl @popstherock33 @abitx2u https://t.co/yhrzK5l1qt"},{"id":796108180115824600,"created_at":"Tue Nov 08 21:52:35 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @TEN_GOP: 🚨BREAKING: Machine Refuses to Allow Vote For Trump in Pennsylvania!!\n\nRT the hell out of it! #VoterFraud\n\n#voted #ElectionDay…"},{"id":796108051992420400,"created_at":"Tue Nov 08 21:52:05 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @asamjulian: Watch: Black Voter Flashes 'Make America Great Again' Hat While Voting During Live MSNBC Broadcast #ElectionDay https://t.c…"},{"id":796108006324916200,"created_at":"Tue Nov 08 21:51:54 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @le_skooks: Another arrest made on an illegal alien trying to vote here in San Antonio. Be on the lookout!\n#ElectionDay #MAGA #TrumpPenc…"},{"id":796107860065321000,"created_at":"Tue Nov 08 21:51:19 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mitchellvii: Exclusive-Michele Bachmann: Minnesota is in Play - Breitbart https://t.co/cfzNnjzZUQ"},{"id":796107784559411200,"created_at":"Tue Nov 08 21:51:01 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @WDFx2EU8: Just two NY deplorables on our way to the god-emperors palace #IVOTED #electionday https://t.co/qteYfLNPPA"},{"id":796107525053673500,"created_at":"Tue Nov 08 21:49:59 +0000 2016","date":"November 08, 2016","hour":13,"text":"@JamesOKeefeIII this just disgusts me!"},{"id":796104355556507600,"created_at":"Tue Nov 08 21:37:23 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @kenvogel: How 2016 ends at @Politico World HQ in Rosslyn: a cracked pipe in a 9th floor bathroom leaking sewage onto the 8th floor wher…"},{"id":796104320974524400,"created_at":"Tue Nov 08 21:37:15 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @GOP: When Republicans show up at the polls, good things happen. Get out and VOTE! Confirm your polling place: https://t.co/W5YAvyB4mo h…"},{"id":796104160286560300,"created_at":"Tue Nov 08 21:36:37 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mawrightjr: These Celebrities Promised to Leave the U.S. if Trump Is Elected President https://t.co/fQvU0QeJ5R"},{"id":796104076962496500,"created_at":"Tue Nov 08 21:36:17 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mitchellvii: We don't know the following:\n1) How many Democrats are voting Trump.\n2) How many Independents are voting Trump.\n\nRelax."},{"id":796104058373308400,"created_at":"Tue Nov 08 21:36:13 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @S_Cooper0404: This morning in Chappaqua, New York... \n\n\"Dear Satan... \" https://t.co/gVSZMVuyH5"},{"id":796104023552233500,"created_at":"Tue Nov 08 21:36:04 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @DiamondandSilk: If you are ready for Crooked Hill to EXIT then it's time for the American people to do a BREXIT. \"Vote Trump\" https://…"},{"id":796103947496943600,"created_at":"Tue Nov 08 21:35:46 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @JackBlaine3: Listening to Rush and Hannity today I heard a whole lot of good News about what is behind the numbers. Much encouraged."},{"id":796103772690927600,"created_at":"Tue Nov 08 21:35:04 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @docmurdock: Yeah SORRY @ABC So how about you start reporting on CLINTON's PEDOPHELIA NOW!!! You IN THE TANK BASTARDS! https://t.co/Wa7x…"},{"id":796103740419964900,"created_at":"Tue Nov 08 21:34:57 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @AIIAmericanGirI: Louisiana Voting Machine Logged Votes Before Poll Opened\nhttps://t.co/OqkrCj7SXy"},{"id":796103674393149400,"created_at":"Tue Nov 08 21:34:41 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @PrisonPlanet: #ElectionDay https://t.co/ncg0xf8dir"},{"id":796103470512218100,"created_at":"Tue Nov 08 21:33:52 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @kincannon_show: I'm a Trump supporter. I believe in nationalism. https://t.co/qplXVJerSR"},{"id":796103454951358500,"created_at":"Tue Nov 08 21:33:49 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @stickggs: Please! GO VOTE TODAY! #ElectionDay \n#MyVote2016 #MAGA🇺🇸\nDONALD J TRUMP &amp; MIKE PENCE https://t.co/DMtxp6aYSq"},{"id":796102600068333600,"created_at":"Tue Nov 08 21:30:25 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @Parker_Votes: This veteran voted GUILTY today! If he can get 2 the polls u can too! If undecided, please vote w r veterans they need su…"},{"id":796102549300453400,"created_at":"Tue Nov 08 21:30:13 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @EmilyyYewell: Just voted✔️ #trump"},{"id":796102530761715700,"created_at":"Tue Nov 08 21:30:08 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mitchellvii: Things looking bad for Hillary in FL. If Trump is getting Bernie voters could get ugly for her."},{"id":796102508456411100,"created_at":"Tue Nov 08 21:30:03 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @TrumpPenceUSA1: @MONAKatOILS Yes!!!! I love him!!!! I've never been excited to vote before but with Trump I feel like a kid at Christma…"},{"id":796102485471531000,"created_at":"Tue Nov 08 21:29:58 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @AstridJermaine: #Voted for #DonaldTrump our right to a safe country has been eroded by the Nazi Liberal Left. Stop illegals/Muslim re…"},{"id":796102265018925000,"created_at":"Tue Nov 08 21:29:05 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @_Makada_: #iVoted for Donald Trump because he will fight for the American people! It's time to put AMERICANS FIRST, not illegal immigra…"},{"id":796102204956540900,"created_at":"Tue Nov 08 21:28:51 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @rkf1215: \"Exit Poll\" i just voted in Queens Nyc everybody there was for Trump i feel a Landslide coming."},{"id":796102075860078600,"created_at":"Tue Nov 08 21:28:20 +0000 2016","date":"November 08, 2016","hour":13,"text":"#Michigan our state is IMPORTANT today! Get out &amp; #VoteTrump! Bad trade deals hv stripped our state of the auto manuf. That made us WHO WE R"},{"id":796101720334024700,"created_at":"Tue Nov 08 21:26:55 +0000 2016","date":"November 08, 2016","hour":13,"text":"Dnt 4get to thank our police when ur out #votingtrump! I was honored to b able to say \"thank you\" to 1 of our Sherrifs this AM!"},{"id":796100408003403800,"created_at":"Tue Nov 08 21:21:42 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @Deborah16652939: @Mich4Trump THANKS JILL!! Now go put on your Jammie's, Hot Tea &amp; watch the Patriots take thei…"},{"id":796100201182363600,"created_at":"Tue Nov 08 21:20:53 +0000 2016","date":"November 08, 2016","hour":13,"text":"@Deborah16652939 im doing just that! But first I texted my brother and niece to Mk sure they r voting #trump 2day 😊My niece votes in VA!"},{"id":796098566364262400,"created_at":"Tue Nov 08 21:14:23 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @DonaldJTrumpJr: Friends sending me pics and lots of calls about long lines. Please wait it out and VOTE! Every vote is needed. Your VOI…"},{"id":796098529148149800,"created_at":"Tue Nov 08 21:14:14 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @rogpeck2002: Nothing but massive support for @realDonaldTrump in my area of Florida, Hispanics are breaking for him https://t.co/c1pKnk…"},{"id":796098134657167400,"created_at":"Tue Nov 08 21:12:40 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @alaskantexanQCT: Yo fam, turn off the MSM, get off Twitter and go WORK FOR TRUMP!! Me and my homies working every minute of today to ge…"},{"id":796098077698433000,"created_at":"Tue Nov 08 21:12:27 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mitchellvii: Trump Voters, let NOTHING the media says today discourage you. Make this the LAST time they steal a vote with a lie."},{"id":796098017736716300,"created_at":"Tue Nov 08 21:12:12 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @PhillyGOP: \"My name is Brittany Foreman... and today I witnessed Voter Fraud.\" #VoterFraud ILLEGAL. Please SHARE https://t.co/5Plk8FszuT"},{"id":796097839206170600,"created_at":"Tue Nov 08 21:11:30 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @2ALAW: I Just Voted For Donald Trump!!\n\n#ElectionDay \n#ImVotingBecause https://t.co/Xw20k5PcjH"},{"id":796097823846580200,"created_at":"Tue Nov 08 21:11:26 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @amozu16: @nodeuces @FiveThirtyEight https://t.co/TYN8H5Mg29"},{"id":796097737825615900,"created_at":"Tue Nov 08 21:11:06 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @madisongesiotto: Less than 5 hours left to vote in Ohio and many other important states! I proudly voted for @realdonaldtrump this morn…"},{"id":796097700013948900,"created_at":"Tue Nov 08 21:10:57 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @mitchellvii: Republicans maintaining a 9000 vote lead in Pinellas County, FL."},{"id":796097555247599600,"created_at":"Tue Nov 08 21:10:22 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @WDFx2EU8: Get on board the #TrumpTrain! Chugga chugga choo choo! https://t.co/Fdye7qvUj7"},{"id":796097512054652900,"created_at":"Tue Nov 08 21:10:12 +0000 2016","date":"November 08, 2016","hour":13,"text":"RT @AJDelgado13: .@JasonMillerinDC debriefing America's next president https://t.co/89ZrkSRooB"}]},{"date":"2016-11-08T08:00:00.000Z","hour":12,"count":26,"values":[{"id":796093449175007200,"created_at":"Tue Nov 08 20:54:03 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @OhioTrump: RETWEET if YOU have been on the #TrumpTrain since Day 1! https://t.co/PFO6Y2mjLD"},{"id":796093342580965400,"created_at":"Tue Nov 08 20:53:38 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @smp0711: Come on #Michigan, you can do it! Help bring home the victory! #MichiganForTrump #TrumpPence16 #ElectionDay https://t.co/YxnOf…"},{"id":796093179967717400,"created_at":"Tue Nov 08 20:52:59 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @GymMint: Get out there and #draintheswamp Asked for a paper ballot at my polling location. #MAGASELFIE https://t.co/ETDxNlDBOx"},{"id":796092884651049000,"created_at":"Tue Nov 08 20:51:49 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @WDFx2EU8: NH Veteran just voted for the God Emperor! Still not tired of winning! https://t.co/fMbvoTmA0K"},{"id":796092862404395000,"created_at":"Tue Nov 08 20:51:43 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @Andromodid: YES HE WOULD! WHO WOULDN'T! JUST HEARD TRUMP IS AHEAD IN NEVADA! YAY YAY YAY IT'S TURNING RED! 👍❤️🇺🇸🙆 @LorenceHud @littlri…"},{"id":796092713443717100,"created_at":"Tue Nov 08 20:51:08 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @MRsmithersMD: trump voters. the media is lying. we are crushing them. make sure to go vote and you can feel good knowing you did someth…"},{"id":796092688307286000,"created_at":"Tue Nov 08 20:51:02 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @Loofie68msncom2: #PostVotingStressRelief My beautiful good luck Trump Tree brings me happiness! https://t.co/CMg2FqLMnH"},{"id":796092049800003600,"created_at":"Tue Nov 08 20:48:30 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @Cronikeys: Pennsylvania: Save me from alcohol poisoning and seal the deal by 8pm. https://t.co/FKeppiTzYI"},{"id":796091715119697900,"created_at":"Tue Nov 08 20:47:10 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @mitchellvii: Obama won FL by 73,000 votes in 2012. So far, Hillary is behind Obama's 2012 pace by 60,000 votes IN JUST TWO COUNTIES. T…"},{"id":796091167494537200,"created_at":"Tue Nov 08 20:44:59 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @mitchellvii: Despite the fact trump will win, I still find it distressing that roughly half of this country is completely insane."},{"id":796090831178502100,"created_at":"Tue Nov 08 20:43:39 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @mitchellvii: Based upon what I am seeing from Tampa and numbers have remained stead all day, Hillary will lose Florida and badly."},{"id":796090497731268600,"created_at":"Tue Nov 08 20:42:19 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @WDFx2EU8: Jersey girl here, OUR STATE'S GOING RED TODAY FOLKS!! GET OUT AND VOTE! https://t.co/qUFsy2LlGO"},{"id":796090210132095000,"created_at":"Tue Nov 08 20:41:11 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @JayS2629: The wife and I voted in Tampa to make America great again, border security, vetting refugees, &amp; repealing Obamacare! https://…"},{"id":796090145707556900,"created_at":"Tue Nov 08 20:40:56 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @TEN_GOP: Every American has a chance to strengthen our freedom with every vote!\n\n#Voted #ElectionDay https://t.co/gfWwQXk9Im"},{"id":796089352434675700,"created_at":"Tue Nov 08 20:37:46 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @GenFlynn: Today is a vote for the very heart and soul of America. VOTE for leadership, vote for opportunity, &amp; vote for our future! @re…"},{"id":796083497567981600,"created_at":"Tue Nov 08 20:14:30 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @CallumKing2301: Who do you want to be the next president this #ElectionDay ? @OpTicRTweet @YTRetweets @DNR_CREW @Quickest_Rts"},{"id":796083471466819600,"created_at":"Tue Nov 08 20:14:24 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @FacMagnaAmerica: For the 1st time in my life, I completely believe in the candidate I voted for.\n\nFeels so liberating\nTruly American\n#M…"},{"id":796083283549364200,"created_at":"Tue Nov 08 20:13:39 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @Cernovich: Two votes for Trump on #ElectionDay!\n\n#MAGASelfie https://t.co/nOtQqiSW36"},{"id":796083178054316000,"created_at":"Tue Nov 08 20:13:14 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @realDonaldTrump: We need your vote. Go to the POLLS! Let's continue this MOVEMENT! Find your poll location: https://t.co/VMUdvi1tx1 #El…"},{"id":796082761228582900,"created_at":"Tue Nov 08 20:11:35 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @natebuck2014: #MAGA #MAGASELFIE #TrumpPence16 get those votes in people. https://t.co/uJD9e0HEWr"},{"id":796082725509824500,"created_at":"Tue Nov 08 20:11:26 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @WDFx2EU8: Voted for Trump! what's your excuse? https://t.co/eI1DIkeeDo"},{"id":796082701124202500,"created_at":"Tue Nov 08 20:11:21 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @WDFx2EU8: The gay Asian vote has been cast for Trump! We will win BIG LEAGUE. https://t.co/laCxwOnBRD"},{"id":796082687542960100,"created_at":"Tue Nov 08 20:11:17 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @PrisonPlanet: Report: Voter Intimidation in Philly, Trump Observers Kicked Out - https://t.co/3ok9vmn25G #ElectionDay"},{"id":796082247082373100,"created_at":"Tue Nov 08 20:09:32 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @WayneDupreeShow: Let's Make America Great Again! \n\n#Vote2016 #myvote2016 #Election2016 #votetrump https://t.co/GgrH1saRNP"},{"id":796081754566168600,"created_at":"Tue Nov 08 20:07:35 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @JuliaHatmaker: Trump office on South Street has a bunch of staffers dialing away on the phones. Several people have stopped to take pic…"},{"id":796080095698030600,"created_at":"Tue Nov 08 20:00:59 +0000 2016","date":"November 08, 2016","hour":12,"text":"RT @JulesKrajewski: Who did you vote for?\n\nTag liberals so the poll is more objective!\n\n#ElectionDay #ExitPoll #ImWithHer #MAGA"}]},{"date":"2016-11-08T08:00:00.000Z","hour":11,"count":43,"values":[{"id":796079514283610100,"created_at":"Tue Nov 08 19:58:41 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @WDFx2EU8: Just voted for Trump! He had my support from day one. https://t.co/zOfZG2SLb5"},{"id":796079426068971500,"created_at":"Tue Nov 08 19:58:20 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @DonaldJTrumpJr: My father is pulling up to vote in NYC. Amazing moment to see how far we have come. We have proved the elites wrong eve…"},{"id":796079412546535400,"created_at":"Tue Nov 08 19:58:17 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @WDFx2EU8: Latinos for Trump!!!!! Get out and vote to MAGA!! https://t.co/duHGYltthw"},{"id":796079395777744900,"created_at":"Tue Nov 08 19:58:13 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @NathanDThorp: I am a registered DEM. who voted #obama. But I am no sheep. Please America, do not elect #HillaryClinton.\n\n#podestaemails…"},{"id":796079372117676000,"created_at":"Tue Nov 08 19:58:07 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @JudyBaldasaro: https://t.co/B0dgOhZ0J7"},{"id":796079248909934600,"created_at":"Tue Nov 08 19:57:38 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @DRUDGE_REPORT: POLL: Most Hispanics back deportation, want immigration cap cut in half... https://t.co/Ss2R0FpFDt"},{"id":796078781475811300,"created_at":"Tue Nov 08 19:55:46 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @Stevenwhirsch99: An illegal under arrest by ICE agents for attempting to vote in Dade County, FL. Be vigilant! #ElectionDay https://t.c…"},{"id":796078749569712100,"created_at":"Tue Nov 08 19:55:38 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @Don_Vito_08: TODAY WE MAKE AMERICA GREAT AGAIN!\n#VoteTrumpPence16 TODAY! https://t.co/f6F8KvUUs7"},{"id":796078730976313300,"created_at":"Tue Nov 08 19:55:34 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @jessebwatters: Peep the socks 🇺🇸 #ElectionDay @ New York, New York https://t.co/4uINwZBom4"},{"id":796078191500808200,"created_at":"Tue Nov 08 19:53:25 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @chuckwoolery: The #media will try their best to depress you all day. Keep you from #voting. Don't trust them and don't let them do it."},{"id":796078065256374300,"created_at":"Tue Nov 08 19:52:55 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @PrisonPlanet: Why self-respecting liberals should NOT vote for Hillary Clinton. https://t.co/Sp3PEBT43i"},{"id":796078012986966000,"created_at":"Tue Nov 08 19:52:43 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @karennola719: @foxnewspolitics Howard Kurtz, I'am woman, educated and self employed! I voted @realDonaldTrump @mike_pence https…"},{"id":796077929512005600,"created_at":"Tue Nov 08 19:52:23 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @ARnews1936: HUGE Voting Lines for DONALD TRUMP in Red State Missouri https://t.co/3uhi411Bh6"},{"id":796077914265632800,"created_at":"Tue Nov 08 19:52:19 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @lisamadiara12: We voted today for @realDonaldTrump It is time to make America great again!!!!!!! 🇺🇸🇺🇸🇺🇸 https://t.co/YIUazfuBZF"},{"id":796077862893879300,"created_at":"Tue Nov 08 19:52:07 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @RealJeremyNolt: #ImVotingBecause I do NOT stand with the hatred &amp; bigotry of HRC as she takes millions from regimes that oppress women…"},{"id":796077836356489200,"created_at":"Tue Nov 08 19:52:01 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @Always_Trump: REMINDER: Hillary passes out and gets chucked into a van like a side of beef #HillarysHealth #ElectionDay #Voted #myvote2…"},{"id":796077821387014100,"created_at":"Tue Nov 08 19:51:57 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @skidmarkyb: Just spoke with a female #Trump voter in #CO that said there are long lines and a lot of enthusiasm! @tnfortrump #MAGA #MAG…"},{"id":796077770556276700,"created_at":"Tue Nov 08 19:51:45 +0000 2016","date":"November 08, 2016","hour":11,"text":"RIP🙏 https://t.co/tgf2hOpg60"},{"id":796077335430778900,"created_at":"Tue Nov 08 19:50:01 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @mikemusicman78: @therealroseanne @TeamTrumpAZ @YouTube You go Roseanne. I wish there was a way to bust open this whole pedophile cartel."},{"id":796077298810290200,"created_at":"Tue Nov 08 19:49:53 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @clarissamehler: Some Trump Voters Reporting Ballots Switching To Clinton « CBS Pittsburgh https://t.co/cDOlXxG7LR"},{"id":796076832021954600,"created_at":"Tue Nov 08 19:48:01 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @usapatriot1781: \"Any one who votes for Hillary Clinton is aiding and abetting a felon\" #ImWithHer (Not) \"Clinton Rebounds\" (Not) #AMJoy…"},{"id":796075909874929700,"created_at":"Tue Nov 08 19:44:21 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @alaskantexanQCT: #DemocratsForTrump #BlacksFor Trump #WOKE https://t.co/gSGXfSEN4L"},{"id":796075379769438200,"created_at":"Tue Nov 08 19:42:15 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @kkinmi: \"Let's Not Do This Again\". It takes a brave person to try something new. Trump is a good man and very smart. Be brave &amp; vote…"},{"id":796075341802573800,"created_at":"Tue Nov 08 19:42:06 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @ReCorwin: Voters Want a Strong Leader More Than Anything Else, Exit Poll Shows https://t.co/8nPaNj8lBU"},{"id":796075325314793500,"created_at":"Tue Nov 08 19:42:02 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @cramer_here: TODAY WE TAKE OUR COUNTRY BACK AND #MAKEAMERICAGREATAGAIN!\n\n#ElectionDay #ElectionNight #Elections2016 #MAGA #TrumpPence16…"},{"id":796072923404652500,"created_at":"Tue Nov 08 19:32:29 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @SandraTXAS: #MyVote2016 \n\nTRUMP!!!\n\n#ElectionDay\n\n#voted \n\n#MAGA #AmericaFirst https://t.co/YvPiUP0HcG"},{"id":796072904345653200,"created_at":"Tue Nov 08 19:32:25 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @TEN_GOP: Watch: Ohio man says he voted for Donald Trump because of \"God and country.\" \n\n#Voted #ElectionDay https://t.co/jQmJ05fVch"},{"id":796072676070719500,"created_at":"Tue Nov 08 19:31:30 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @DiamondandSilk: Crooked could never be president 4 all Americans because throughout her whole campaign she's demonized half of American…"},{"id":796072604306145300,"created_at":"Tue Nov 08 19:31:13 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @mitchellvii: IBD, the most accurate pollster overall the last 3 cycles just picked TRUMP to win the election."},{"id":796071970542653400,"created_at":"Tue Nov 08 19:28:42 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @KelemenCari: Like the shy neighbor who quietly put a flag next to my Trump sign, a silent majority will quietly go to the polls today.…"},{"id":796071927546806300,"created_at":"Tue Nov 08 19:28:32 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @ChadLivengood: Suzanne Schulz, 31, a nurse and mother of two from Wixom, Mich., explains why she voted for Trump. She said she usually…"},{"id":796071351853453300,"created_at":"Tue Nov 08 19:26:15 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @ANOMALY1: My Message 4 Mr Trump &amp; All Great Patriots across the Country !Good Luck &amp; Lets Make America Great Again ! God bless Us all !…"},{"id":796071180209979400,"created_at":"Tue Nov 08 19:25:34 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @Davewellwisher: RT mitchellvii: Trumpers, if you get to the poll and the line is long, call work and tell them you'll be late. This is…"},{"id":796070981966118900,"created_at":"Tue Nov 08 19:24:47 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @Stevenwhirsch99: You shouldn't be allowed to vote If:\n 1. You have never heard of Chris Stevens or George Soros\n 2. A celebrity influen…"},{"id":796070930392973300,"created_at":"Tue Nov 08 19:24:34 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @kinni00: I just voted &amp; it felt AMAZING to vote for @realDonaldTrump \nToday's the day the American people take our country back! #Elect…"},{"id":796066797548171300,"created_at":"Tue Nov 08 19:08:09 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @mflynnJR: THE GENERAL HAS VOTED! @GenFlynn #NeverHillary #Election2016 #MAGA3X https://t.co/zqDqVobbNW"},{"id":796066688806584300,"created_at":"Tue Nov 08 19:07:43 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @JessieJaneDuff: Volunteers take thousands of Amish voters to the polls in battleground Ohio &amp; PA for a Trump barn raiser! #VoteTrump ht…"},{"id":796066552118476800,"created_at":"Tue Nov 08 19:07:10 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @DonaldJTrumpJr: Independent and late breaking voters heading towards Trump. Our voters are inspired to take back America. Incredible. P…"},{"id":796066519578984400,"created_at":"Tue Nov 08 19:07:03 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @DanScavino: #ElectionDay #MAGA #VoteTrump https://t.co/xd5LB4uJVT"},{"id":796066495918964700,"created_at":"Tue Nov 08 19:06:57 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @RealJamesWoods: The #Democrats will be relying on a level of #VoterFraud not seen since the 1960 #CookCounty atrocities. Report \"malfun…"},{"id":796066257690837000,"created_at":"Tue Nov 08 19:06:00 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @Cernovich: Trump voter turn-out is way up, polls proven to be rigged. It's happening! #ElectionDay https://t.co/8m1cuzdsY2"},{"id":796066184672251900,"created_at":"Tue Nov 08 19:05:43 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @Always_Trump: In &lt; 24 hrs, @CNN will go down in flames as the biggest corrupted media sellout in US history #DrainTheSwamp #BoycottCNN…"},{"id":796065961610711000,"created_at":"Tue Nov 08 19:04:50 +0000 2016","date":"November 08, 2016","hour":11,"text":"RT @BeltwayBlabber: Yeesss!! #IVoted #DraintheSwamp #AmericaFirst https://t.co/eUFlTyjyMV"}]},{"date":"2016-11-08T08:00:00.000Z","hour":10,"count":40,"values":[{"id":796057029156753400,"created_at":"Tue Nov 08 18:29:20 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @KGBr67: Because everyone spends their summers at the Soros compound\nhttps://t.co/dyn8XgoGGN\n#PodestaEmails35\n@Wikileaks https://t.co/J2…"},{"id":796056856456261600,"created_at":"Tue Nov 08 18:28:39 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @DrMartyFox: #ImVotingBecause \nWe Must Stop \nDUAL #JUSTICE\n\nWhere #Deplorables Must Follow The #RuleOfLaw\n\nWhile #Hillary &amp; Her Cronies…"},{"id":796056406726209500,"created_at":"Tue Nov 08 18:26:52 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @KyleNowacki: Just voted in MN to MAGA!!!! Get out there MN lets gooo!!! @realDonaldTrump @MNforTrump #ElectionDay https://t.co/Yg1uErRV…"},{"id":796056233157554200,"created_at":"Tue Nov 08 18:26:10 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @mikeroman: Philly:#Trump pollwatcher threatened with a belt. Has left polling place. Feared attack was imminent. Wissinomming Rec."},{"id":796056140002037800,"created_at":"Tue Nov 08 18:25:48 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @AltStreamMedia: Exit Poll: Who did you vote for today?\n\n#MyVote2016 #voted #electionday #postvotingstressrelief"},{"id":796056114399875100,"created_at":"Tue Nov 08 18:25:42 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @mitchellvii: @DeplorableJack1 @JoeNBC. He is insane. Trump will win FL easily."},{"id":796056092610560000,"created_at":"Tue Nov 08 18:25:37 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @Veteran4Trump: Active Duty Military: \"Everyone wants Trump, anyone who supports Hillary is just going to have a bad day out here\" #Elec…"},{"id":796055873806356500,"created_at":"Tue Nov 08 18:24:44 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @handley_dix: Voters are showing up in Dupage County to vote but mysteriously an absentee ballot was already cast for them🤔🤔🤔#fraudalert…"},{"id":796055408481865700,"created_at":"Tue Nov 08 18:22:54 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @mitchellvii: NEWS FLASH!\nIn 2012, Obama won Hillsborough County, FL by 6%. So far today, Reps lead Dems there by 4% - a 10% shift!"},{"id":796055330019012600,"created_at":"Tue Nov 08 18:22:35 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @Nunya_Biznas: My wife and I just #voted to #MAGA in Blue Jersey.\n#Trump2016\nTrump +2"},{"id":796055306551918600,"created_at":"Tue Nov 08 18:22:29 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @kimmie99: Retweeted Jan (@Geodan333):\n\n@kimmie99 #VoterFraud in NC at polling in Greensboro @ Rankin Elementary School,... https://t.co…"},{"id":796054976955121700,"created_at":"Tue Nov 08 18:21:11 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @Mysterytoome: NIGEL FARAGE: \"It Feels Like Brexit Day to Me\" (VIDEO)@HillaryClinton https://t.co/stBKKARXtD"},{"id":796054951273308200,"created_at":"Tue Nov 08 18:21:05 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @SupportTrumpNow: @mitchellvii Bill, just voted in Macomb county, Michigan. HUGE turnout and I see ALOT OF RED! #GoTrump"},{"id":796054886211342300,"created_at":"Tue Nov 08 18:20:49 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @nobigotry: Trump sign Los Angeles ‼️\n#Florida #LatinosWithTrump https://t.co/wrdKLqPzqR"},{"id":796054760054997000,"created_at":"Tue Nov 08 18:20:19 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @JamesOKeefeIII: If you think people aren't bussing people to the polls to commit #VoterFraud, watch Scott Foval tell you.\"We've been bu…"},{"id":796054473386971100,"created_at":"Tue Nov 08 18:19:11 +0000 2016","date":"November 08, 2016","hour":10,"text":"@JamesOKeefeIII @PhillyGOP IF the same ppl r voting at multiple polling locations it is and crime &amp; EVERY american shld b pissed!"},{"id":796053846518890500,"created_at":"Tue Nov 08 18:16:41 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @JamesOKeefeIII: In Philadelphia tailing a pastor's bus that's bussing people to the polls. #VeritasIsEverywhere &amp; we will catch your #V…"},{"id":796053559007711200,"created_at":"Tue Nov 08 18:15:33 +0000 2016","date":"November 08, 2016","hour":10,"text":"You r a sell out bernie! Ur a LIAR just like #imwithher ! No thanks to ur BS #ivotedtrump to #draintheswamp in wash. https://t.co/nIXG3SucUK"},{"id":796053157650567200,"created_at":"Tue Nov 08 18:13:57 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @sevigny_rob: BREAKING: 2 polling clerks just fired in Broward County Florida. Is that not where Killary had a private meeting?? .@realD…"},{"id":796053085177212900,"created_at":"Tue Nov 08 18:13:40 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @DonaldJTrumpJr: We have a chance to elect a TRUE outsider today. This will end the insider deals and crony behavior that hurts the Amer…"},{"id":796053003765563400,"created_at":"Tue Nov 08 18:13:20 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @AJDelgado13: The boss and Melania pay a visit 👍🏻 https://t.co/HWY2GJL5kw"},{"id":796052864930025500,"created_at":"Tue Nov 08 18:12:47 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @UTHornsRawk: American Loves Trump! \n#MyVote2016  #ElectionDay  #Data16 GO VOTE TODAY God Bless America GET OUT AND VOTE 🔷 https://t.co/…"},{"id":796052812379455500,"created_at":"Tue Nov 08 18:12:35 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @mikepalmer1759: #myvote2016 #MyVote I voted for @realDonaldTrump we need to make American Great Again"},{"id":796052615863894000,"created_at":"Tue Nov 08 18:11:48 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @DonaldJTrumpJr: There is a SILENT MAJORITY in America that has been ignored far too long. Tonight they let their voice be heard. VOTE!…"},{"id":796052532158201900,"created_at":"Tue Nov 08 18:11:28 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @Parker_Votes: We the People don't Trust Washington DC, @JamesComeyFBI , Lynch, FBI, CIA, MSM, *Vote TODAY......\n@realDonaldTrump @Sheri…"},{"id":796052508191899600,"created_at":"Tue Nov 08 18:11:22 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @ArizonaPaul: Was at the polls with the whole family when they opened then treated ourselves to a hearty breakfast for a job well done.…"},{"id":796052414109519900,"created_at":"Tue Nov 08 18:11:00 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @MELANIATRUMP: 🇺🇸 https://t.co/CcV2HZ1roV"},{"id":796051928618823700,"created_at":"Tue Nov 08 18:09:04 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @DonaldJTrumpJr: This is why we are fighting so hard. For that next generation, who will inherit the mess created by politicians. https:…"},{"id":796051014361215000,"created_at":"Tue Nov 08 18:05:26 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @PearlsPolkaDots: Happy #MAGA Day, y'all! #MakeAfrosGreatAgain #MAGASELFIE https://t.co/9V3ivENRKh"},{"id":796050938729529300,"created_at":"Tue Nov 08 18:05:08 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @098James: #ElectionFinalThoughts\n\nBlack people need jobs.\nTrump will bring the rise of black middle class.\n\nPlease help African America…"},{"id":796050899797942300,"created_at":"Tue Nov 08 18:04:59 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @pastormarkburns: The #TrumpTrain has finished the race. We're done..! Now it's in the hands of the American People. GO VOTE @realDonald…"},{"id":796050852372971500,"created_at":"Tue Nov 08 18:04:47 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @rafshmatko: Mr. Las Vegas, #WayneNewton: “I really don’t know of a person that loves #America and Americans as much as Donald J. #Trump…"},{"id":796050803798802400,"created_at":"Tue Nov 08 18:04:36 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @rescuetracker81: HIT EM WHERE IT HURTS BOYCOTT WE CAN MAKE A DIFFERENCE https://t.co/ZJ8SRHTKRe"},{"id":796050116931100700,"created_at":"Tue Nov 08 18:01:52 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @dustin_temple10: On #ElectionDay 2016, I'd like to thank @wikileaks, #Assange and whoever had the courage to send the #PodestaEmails. I…"},{"id":796050075042644000,"created_at":"Tue Nov 08 18:01:42 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @KazeSkyz: Who did you vote for?\n\nRetweet for Trump\nFavorite for Clinton\n\n#MAGA🇺🇸\n#iVoted \n#TrumpTrain🚂\n#ElectionDay \n#myvote2016 \n#pode…"},{"id":796050030956347400,"created_at":"Tue Nov 08 18:01:31 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @peddoc63: My 19 year old son 1st supported Bernie Sanders, then Gary Johnson, today he is voting for Donald J. Trump🇺🇸#ElectionDay #myv…"},{"id":796049858952101900,"created_at":"Tue Nov 08 18:00:50 +0000 2016","date":"November 08, 2016","hour":10,"text":"@FiftyandFit10 @10thAmendment @FrankLuntz @realDonaldTrump amen!!🙏"},{"id":796049783630819300,"created_at":"Tue Nov 08 18:00:32 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @SebGorka: Just wrong. \nWHOEVER the President is. https://t.co/Dy3YNTA72f"},{"id":796049762827042800,"created_at":"Tue Nov 08 18:00:28 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @FoxNews: Rudy Giuliani: \"The enthusiasm is over the top\" for @realDonaldTrump. https://t.co/30sGjtYarv"},{"id":796049737908621300,"created_at":"Tue Nov 08 18:00:22 +0000 2016","date":"November 08, 2016","hour":10,"text":"RT @JaredWyand: This is that bs! Globalists billionaires behind our corrupt system will do anything to keep control\n\n#ElectionDay #Voted ht…"}]},{"date":"2016-11-08T08:00:00.000Z","hour":9,"count":46,"values":[{"id":796049623240544300,"created_at":"Tue Nov 08 17:59:54 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @JohnKStahlUSA: It's gonna be fun watching these HRC shills explain her loss tonight. Get a good seat and some popcorn. #tcot #ccot #gop…"},{"id":796049584833331200,"created_at":"Tue Nov 08 17:59:45 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @Veteran4Trump: Hillary says she will help Veterans! Why didn't she help us when she was Sec. Of State? why hasn't she helped Vets in pa…"},{"id":796049020300955600,"created_at":"Tue Nov 08 17:57:30 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DRUDGE_REPORT: TOP POLL SAYS TRUMP +2 https://t.co/FML2E2q2n7"},{"id":796049005667057700,"created_at":"Tue Nov 08 17:57:27 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @GrandeBabbo69: @HouseCracka @Jillie_Alexis @Glittermegangel https://t.co/jVTpdoBeSm"},{"id":796048963384254500,"created_at":"Tue Nov 08 17:57:17 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @RealJamesWoods: The final days of presidential campaigns are like Comedy Central. This may be my favorite over the top demented meme...…"},{"id":796048912335470600,"created_at":"Tue Nov 08 17:57:05 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @AmericanMex067: America, @realdonaldtrump will NEVER let you down. Don't let each other down, GET OUT &amp; VOTE!\n#ElectionDay\n#LatinosWith…"},{"id":796048444808953900,"created_at":"Tue Nov 08 17:55:13 +0000 2016","date":"November 08, 2016","hour":9,"text":"@DonaldJTrumpJr my family voted #trump today in MICHIGAN!! we want to make america great again! 🙏😀"},{"id":796048261652115500,"created_at":"Tue Nov 08 17:54:30 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DonaldJTrumpJr: We can win New Mexico! Was there last week, incredible support!! Thank you for your vote. #Vote #ElectionDay https://t.…"},{"id":796048238373732400,"created_at":"Tue Nov 08 17:54:24 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DonaldJTrumpJr: Imagine a President who is there for the right reasons, not to sell out America or get rich in office. \n\nToday is our m…"},{"id":796048213161738200,"created_at":"Tue Nov 08 17:54:18 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @campneil: Trump!! I voted!! https://t.co/GRak9GHaJs"},{"id":796048005346586600,"created_at":"Tue Nov 08 17:53:28 +0000 2016","date":"November 08, 2016","hour":9,"text":"@DonaldJTrumpJr she's so cute!💜"},{"id":796047924740452400,"created_at":"Tue Nov 08 17:53:09 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DonaldJTrumpJr: Brought Kai &amp; the family to the polling place today. She wishes she could vote for her Grandpa! #ElectionDay #Vote http…"},{"id":796047897787768800,"created_at":"Tue Nov 08 17:53:03 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @rea_bayy_bay: happy birthday to me #MAGA https://t.co/XlER3Y5Tlt"},{"id":796047863604269000,"created_at":"Tue Nov 08 17:52:55 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DonaldJTrumpJr: No matter what the media tells you, WE ARE IN THIS THING! It is razor close in some states. Every single last vote coun…"},{"id":796047831513628700,"created_at":"Tue Nov 08 17:52:47 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DonaldJTrumpJr: America is the greatest country in the history of the world. I fear we are losing our country. Today we take it back! #…"},{"id":796047802379935700,"created_at":"Tue Nov 08 17:52:40 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @charliekirk11: Very accurate. https://t.co/wVSw052sO2"},{"id":796047767923724300,"created_at":"Tue Nov 08 17:52:32 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @crystal_clanton: I voted for @realDonaldTrump!!! It's time to #DrainTheSwamp!!! #MAGA #ImWithHim #HesWithUs #WomenForTrump #ElectionDay…"},{"id":796047638462427100,"created_at":"Tue Nov 08 17:52:01 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DonaldJTrumpJr: We are seeing record turnout! Long lines and remarkable enthusiasm. This is a movement, not a political machine. VOTE a…"},{"id":796047583479267300,"created_at":"Tue Nov 08 17:51:48 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DonaldJTrumpJr: EVERY VOTE COUNTS! Big states have been decided by small margins. This movement is about YOU! Help us finish strong. VO…"},{"id":796047498095816700,"created_at":"Tue Nov 08 17:51:28 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @TeresaEdelglass: #Trump's African-American Support Highest For #GOP Since 1960 #VoteTrump🇺🇸 #BlackVote #Trump2016 #AmericaFirst #MAGA h…"},{"id":796047458975551500,"created_at":"Tue Nov 08 17:51:18 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @Voix_Of_Reason: @EricTrump @LaraLeaTrump Happy Anniversary &amp; GO TRUMP! #MAGA https://t.co/OuWTGRq3CL"},{"id":796047404902531100,"created_at":"Tue Nov 08 17:51:05 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @deplorablelori: Clarke: \"I haven't seen anyone work this hard to be president in the last 30yrs\" Trump has the urgency to get the job d…"},{"id":796047362166849500,"created_at":"Tue Nov 08 17:50:55 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @joshgremillion: .@realDonaldTrump motorcade came right by us as he was going to vote! Pretty incredible seeing the next POTUS go vote!…"},{"id":796047336061464600,"created_at":"Tue Nov 08 17:50:49 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @mrntweet2: 🇺🇸God Bless America, Land That I Love. Stand Beside Her And Guide Her Through The Night With A Light From Above!🇺🇸\n#Electio…"},{"id":796047239005294600,"created_at":"Tue Nov 08 17:50:26 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @passantino: Another midnight vote in Millsfield, NH: Trump beats Clinton 16 to 4. With one Bernie write in https://t.co/KoUawGjZRc"},{"id":796047204150628400,"created_at":"Tue Nov 08 17:50:17 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @kupajo322: @realDonaldTrump We are #PRAYING for ☆YOU☆ #TrumpNation ☆ #TrumpTrain☆☆》No weapon formed against you will prosper《☆☆ https:/…"},{"id":796047190036807700,"created_at":"Tue Nov 08 17:50:14 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @SamanthaSilver0: Yes, the Clintons really had to be told that buying a yacht through their \"charitable\" non-profit foundation is a bad…"},{"id":796038350591377400,"created_at":"Tue Nov 08 17:15:07 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @OfclBoardApp: IMPORTANT: Make sure you vote!Who did you vote for?\n#ElectionDay \n#myvote2016 \n#Vote2016 \n#ElectionNight \n#ElectionFinalT…"},{"id":796036034303815700,"created_at":"Tue Nov 08 17:05:54 +0000 2016","date":"November 08, 2016","hour":9,"text":"I was happy to shake the county sherrifs hand at the polling place today to say thank u! #ivotedtrump take a min. To thank our police!"},{"id":796035609370513400,"created_at":"Tue Nov 08 17:04:13 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @Veteran4Trump: One candidate supports Law enforcement, the other BLM. The choice is clear. #TrumpPence16 https://t.co/txym6kELlQ"},{"id":796035511391555600,"created_at":"Tue Nov 08 17:03:50 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @mike_pence: Morning bike ride to kick off Election Day. Next stop -&gt; the voting booth. https://t.co/xODnBXppWZ"},{"id":796035414989701100,"created_at":"Tue Nov 08 17:03:27 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @GlomarResponder: A vote for Hillary is a vote for 4 years of being called a Nazi for the slightest disagreement. https://t.co/F4FamM0Lek"},{"id":796035389861544000,"created_at":"Tue Nov 08 17:03:21 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @emrutherford90: WARNING: MSM will call the election early in favor of Hillary to suppress Trump turnout. Don't listen. Get in line. Sta…"},{"id":796035357875773400,"created_at":"Tue Nov 08 17:03:13 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @SugarAndMusk: I VOTED FOR @realDonaldTrump DONALD TRUMP &amp; @mike_pence MICHAEL PENCE FOR PRESIDENT/VICE-PRESIDENT OF THE UNITED STATES!!…"},{"id":796035237444812800,"created_at":"Tue Nov 08 17:02:44 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @colvinj: Donald Trump casts his ballot in Manhattan, alongside wife Melania. https://t.co/bQyJStNKVD"},{"id":796035194109231100,"created_at":"Tue Nov 08 17:02:34 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @Miami4Trump: #ImVotingBecause We Finally Have A Candidate Who Isn't Bought &amp; Paid For By Special Interests. He Will Put America First a…"},{"id":796035172592275500,"created_at":"Tue Nov 08 17:02:29 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @oneontadave: @luvinlife1967 I believe it, I see more Trump signs then the Hag by far I would say about 5 to 1"},{"id":796035145555906600,"created_at":"Tue Nov 08 17:02:22 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @wam_shitaker: Vote Trump Baby. #TrumpPence16 #HillaryForPrison2016 #TrumpTrain https://t.co/zgqKjR0hb8"},{"id":796035125335248900,"created_at":"Tue Nov 08 17:02:18 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @JuicyPieTaster: TODAY OUR PATRIOTS WILL DELETE THIS CORRUPTED A-HOLE FROM POLITICS*FOREVER &amp; NEVER HAVE TO HEAR ANOTHER WORD FROM THE M…"},{"id":796035100140064800,"created_at":"Tue Nov 08 17:02:12 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @DCizzle92785: Guys, I swear to God I w would love a WOMAN President, but it can't be her. SHE IS A CRIMINAL #podestaemails35 #ElectionN…"},{"id":796035074592542700,"created_at":"Tue Nov 08 17:02:06 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @GoDonaldTrump: @FoxNews @realDonaldTrump https://t.co/5HQaNEe7PL"},{"id":796035053608435700,"created_at":"Tue Nov 08 17:02:01 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @mikeroman: Four counties in PA reporting machine calibration issues. Not registering votes for #Trump"},{"id":796035003398373400,"created_at":"Tue Nov 08 17:01:49 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @markwalker44: #TrumpTrain #DeplorablesForTrump https://t.co/ugT8Izuk4U"},{"id":796034991729889300,"created_at":"Tue Nov 08 17:01:46 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @healthandcents: The Hillary Clinton Takeover of United States\nWATCH 2min▶️ https://t.co/MwyAIuVxTB\n\n#1A\n#2A\n#Catholics\n#Christians\n#Pra…"},{"id":796034947932950500,"created_at":"Tue Nov 08 17:01:35 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @Kotcha301: Getting reports from across the swing states Grenville PA 6:55 am Monster vote! @Cernovich @VivaLaAmes @mitchellvii @Cernovi…"},{"id":796034907193622500,"created_at":"Tue Nov 08 17:01:26 +0000 2016","date":"November 08, 2016","hour":9,"text":"RT @ScottFordTVGuy: For the record: I have voted Democrat, for the last 18 years. In two days, I am voting Trump. No more cookies for the C…"}]},{"date":"2016-11-08T08:00:00.000Z","hour":8,"count":7,"values":[{"id":796032026839281700,"created_at":"Tue Nov 08 16:49:59 +0000 2016","date":"November 08, 2016","hour":8,"text":"RT @bfraser747: 💥💥 #Election2016 \n\nI feel very confident we're going to WIN this tomorrow &amp; surprise allot of people\n\n#PresidentElectTrump…"},{"id":796032009856569300,"created_at":"Tue Nov 08 16:49:55 +0000 2016","date":"November 08, 2016","hour":8,"text":"RT @KDORR_USA: When you vote today keep this in mind. We must end the reign of the political elite and return power to the PEOPLE where it…"},{"id":796031978252435500,"created_at":"Tue Nov 08 16:49:47 +0000 2016","date":"November 08, 2016","hour":8,"text":"RT @ChatRevolve: Tomorrow will look like this GO VOTE TODAY #voted Donald Trump for President. #Latinos Con Trump | Trump = Law &amp; Order, Lo…"},{"id":796023863515770900,"created_at":"Tue Nov 08 16:17:33 +0000 2016","date":"November 08, 2016","hour":8,"text":"RT @mitchellvii: I've watched FoxNews do their Election Day \"real voters\" segments for many elections. I have NEVER seen the dominance I w…"},{"id":796023707357610000,"created_at":"Tue Nov 08 16:16:55 +0000 2016","date":"November 08, 2016","hour":8,"text":"RT @BrittPettibone: This is it, friends...#ElectionDay\n\nWill America rise with Trump or fall with Hillary?\n\nYOUR vote will decide."},{"id":796021285193207800,"created_at":"Tue Nov 08 16:07:18 +0000 2016","date":"November 08, 2016","hour":8,"text":"RT @rsroper64801: We Voted!! @realDonaldTrump #NeverHillary Doesn't take too long folks get out and Vote. Have a great day. https://t.co/o1…"},{"id":796021243849936900,"created_at":"Tue Nov 08 16:07:08 +0000 2016","date":"November 08, 2016","hour":8,"text":"RT @DonaldJTrumpJr: My father won't be bought, he can't be bought, he will fight for YOU the American people! #ElectionDay #Vote #Vote2016…"}]},{"date":"2016-11-08T08:00:00.000Z","hour":7,"count":34,"values":[{"id":796018896834854900,"created_at":"Tue Nov 08 15:57:48 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @lapierre_george: JudicialWatch: Election Day is upon us. Be sure to make your voice heard! https://t.co/PO5klpD5S6\n\nElection Day is upo…"},{"id":796018338820423700,"created_at":"Tue Nov 08 15:55:35 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @mitchellvii: Seek out exit pollsters when you vote and go out of your way to tell them you voted Trump."},{"id":796018319564406800,"created_at":"Tue Nov 08 15:55:31 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @TheresePicard: I just TRUMPED THE VOTE. TRUMP🇺🇸PENCE https://t.co/dVUwDLesMe"},{"id":796018162013708300,"created_at":"Tue Nov 08 15:54:53 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @IngrahamAngle: Agree--&gt; \"If Trump starts winning, Obama's federal election 'monitors' will start crying foul.\""},{"id":796017867976298500,"created_at":"Tue Nov 08 15:53:43 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @UnPoliticalPrty: FLASHBACK @EricaSmegs the LAUGHING @HillaryClinton DESTROYED a 12 year old RAPE victim that was BEATEN into a COMA\n\nht…"},{"id":796017805124628500,"created_at":"Tue Nov 08 15:53:28 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @WeNeedTrump: Let's not forget about the Haitian people who were completely raped by the Clinton Foundation. #ElectionDay https://t.co/k…"},{"id":796017776083271700,"created_at":"Tue Nov 08 15:53:21 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @risetoflyy: Going out to vote Trump! On the SOROS machines! Fingers crossed! Not allowed to video my vote in this state! Wish me luck!…"},{"id":796017735671181300,"created_at":"Tue Nov 08 15:53:12 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @fast782: @realDonaldTrump #Benghazi those men asked 4 Help from Clinton. Those men died a Horrible Death Hilary. Vote 4 Trump https://t…"},{"id":796017598609707000,"created_at":"Tue Nov 08 15:52:39 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @dont_be_dumb_: @MMFlint https://t.co/AZzc7NiJrN"},{"id":796017491063541800,"created_at":"Tue Nov 08 15:52:13 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @PrisonPlanet: Sobering reminder that millions of Americans obey celebrities on who to vote for. https://t.co/YfIguPUBUQ"},{"id":796017113731387400,"created_at":"Tue Nov 08 15:50:43 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @realDonaldTrump: Unbelievable evening in New Hampshire - THANK YOU! Flying to Grand Rapids, Michigan now. \nWatch NH rally here: https:/…"},{"id":796017080747356200,"created_at":"Tue Nov 08 15:50:35 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @detroitnews: .@IvankaTrump in Michigan: ‘This is your movement’ https://t.co/0Sa7huoOP1 @realDonaldTrump https://t.co/cMXEqSHuDj"},{"id":796016994323693600,"created_at":"Tue Nov 08 15:50:15 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @DonaldJTrumpJr: Thanks New Hampshire!!! \n#NH #NewHampshire #MAGA https://t.co/JDgcyJvJpk"},{"id":796016947079053300,"created_at":"Tue Nov 08 15:50:04 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @realDonaldTrump: Today we are going to win the great state of MICHIGAN and we are going to WIN back the White House! Thank you MI! http…"},{"id":796016866745602000,"created_at":"Tue Nov 08 15:49:44 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @realDonaldTrump: TODAY WE MAKE AMERICA GREAT AGAIN!"},{"id":796016786734981100,"created_at":"Tue Nov 08 15:49:25 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @KnucklDraginSam: Trump Administration here we go!\n\nHave faith today!\n\nJanuary we go to work and make America Great Again!\n\nCongress You…"},{"id":796016592534511600,"created_at":"Tue Nov 08 15:48:39 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @daviddavidsocal: The Republicans who failed to support Trump need to be dismissed and displaced as soon as possible."},{"id":796016535307513900,"created_at":"Tue Nov 08 15:48:25 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @GlennFranco68: Dying To Vote: Woman Charged With Casting Dead Father’s Ballot « CBS Denver https://t.co/qRPD9Izrlw https://t.co/WHDixlK…"},{"id":796016491477008400,"created_at":"Tue Nov 08 15:48:15 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @EastwoodUSA: A letter signed by over 200 countries plead for America not to vote Hillary as they want peace not war... #ElectionDay #vo…"},{"id":796016468941033500,"created_at":"Tue Nov 08 15:48:10 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @MegynKelly4HRC: Cast your votes here and retweet to increase the sample size! #MyVote2016 #TwitterPoll #Vote #ElectionDay2016"},{"id":796016445608067100,"created_at":"Tue Nov 08 15:48:04 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @mitchellvii: Why do Democrats believe legal Hispanics LIKE illegal immigration?"},{"id":796016416860368900,"created_at":"Tue Nov 08 15:47:57 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @seanhannity: LEAKED EMAIL: Chelsea Clinton used foundation money for her lavish 2010 wedding https://t.co/zBXRiV0HCt"},{"id":796016131672801300,"created_at":"Tue Nov 08 15:46:49 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @ABC7: Three New Hampshire towns cast midnight votes, giving 32-25 edge to Trump https://t.co/19wCIVxUzZ https://t.co/1GCT8ybA9v"},{"id":796016061804150800,"created_at":"Tue Nov 08 15:46:33 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @PattyFrye12: We all are praying Mr TRUMP https://t.co/laRSbJGAOn"},{"id":796015776033546200,"created_at":"Tue Nov 08 15:45:24 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @_OldManMarley_: He knew.\n\n #TRETC2016 https://t.co/Qr214tWkq1"},{"id":796015756878168000,"created_at":"Tue Nov 08 15:45:20 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @william_fannon: (LOOK LIBERALS) THIS DEPLORABLE, IRREDEEMABLE JUST DUMPED SOME WATER OUT OF YOUR SWAMP! https://t.co/6X6epMQMvu"},{"id":796015523330986000,"created_at":"Tue Nov 08 15:44:24 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @america_trump: 🇺🇸Let's make all tweets today for @realDonaldTrump 👍🏻with #IVotedTrump to show our 'Yuge' support for our next POTUS on…"},{"id":796015492108533800,"created_at":"Tue Nov 08 15:44:17 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @LuvLuchia: @JackPosobiec @Cernovich @PrisonPlanet @StefanMolyneux @RealJamesWoods PLEASE remind voters to wear #Red at the polls to hel…"},{"id":796015472516931600,"created_at":"Tue Nov 08 15:44:12 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @GOP: I voted Republican.\n\nRT if you're ready to take back the White House &amp; keep our majorities in the House &amp; Senate: https://t.co/W5Y…"},{"id":796015418569850900,"created_at":"Tue Nov 08 15:43:59 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @drginareghetti: #Tweeters: Today, #Election #Day, 11-8-2016, We the People will bring #Justice to #Hillary that the #FBI &amp; DOJ refused…"},{"id":796015399380910100,"created_at":"Tue Nov 08 15:43:55 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @DievasLives: @realDonaldTrump #VoterFraud in NC at the polling place in Greensboro @ Rankin Elementary School, This is being handed en-…"},{"id":796015263326109700,"created_at":"Tue Nov 08 15:43:22 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @TEN_GOP: Mr. Trump doesn't see party. He doesn't see race and he doesn't see gender. He just wants to do what's right for the country~@…"},{"id":796015215666200600,"created_at":"Tue Nov 08 15:43:11 +0000 2016","date":"November 08, 2016","hour":7,"text":"RT @GoodLookingLosr: A Guide to Election 2016 For the \"Undecided\" Voter!\n#ImVotingBecause https://t.co/jv75BvFed6"},{"id":796014791886274600,"created_at":"Tue Nov 08 15:41:30 +0000 2016","date":"November 08, 2016","hour":7,"text":"Hubby voted 4 the FIRST TIME today! Michigan is getting out to vote!! Offer to give rides to the polls or watch kids so moms can vote!TRUMP"}]},{"date":"2016-11-08T08:00:00.000Z","hour":6,"count":4,"values":[{"id":796002323193471000,"created_at":"Tue Nov 08 14:51:57 +0000 2016","date":"November 08, 2016","hour":6,"text":"RT @JewsChooseTrump: If you witness fraud at a polling location call Trump Voter Hotline at (844) 332-2016 or on-line at: \n\nhttps://t.co/gp…"},{"id":796002166250946600,"created_at":"Tue Nov 08 14:51:20 +0000 2016","date":"November 08, 2016","hour":6,"text":"RT @Lrihendry: ✅VOTE GUNS\n✅VOTE CONSTITUTION \n✅VOTE TRUMP\n\n#ElectionFinalThoughts #Election2016 #ElectionNight #MAGA https://t.co/2f7uDAUix5"},{"id":796002109028110300,"created_at":"Tue Nov 08 14:51:06 +0000 2016","date":"November 08, 2016","hour":6,"text":"RT @cnthrasher: Just got my @realDonaldTrump vote in ,PGH,Pa"},{"id":795989447888097300,"created_at":"Tue Nov 08 14:00:47 +0000 2016","date":"November 08, 2016","hour":6,"text":"RT @sdalas73: @newtgingrich @Mich4Trump @jamescomey release the emails to the people, they belong to the people she did them on our time. C…"}]},{"date":"2016-11-08T08:00:00.000Z","hour":5,"count":8,"values":[{"id":795988992357371900,"created_at":"Tue Nov 08 13:58:59 +0000 2016","date":"November 08, 2016","hour":5,"text":"RT @Serenitypleaz1: @mitchellvii Just had surgery &amp; can't drive but taking transit to vote Trump! God bless America! Let's Trump Hillary!…"},{"id":795988851164520400,"created_at":"Tue Nov 08 13:58:25 +0000 2016","date":"November 08, 2016","hour":5,"text":"@mitchellvii I voted sick as hell this am! #Michigan get out and VOTE for TRUMP today!"},{"id":795988202792202200,"created_at":"Tue Nov 08 13:55:50 +0000 2016","date":"November 08, 2016","hour":5,"text":"RT @kirstiealley: CELEBS (including myself) R not financially middle or lower M class. U live the bleed. UR $ despair is real. U are being…"},{"id":795988016133185500,"created_at":"Tue Nov 08 13:55:06 +0000 2016","date":"November 08, 2016","hour":5,"text":"Voted for trump in Michigan, now driving my mom and daughter to the polls! We can do this MICHIGAN!!"},{"id":795987818837180400,"created_at":"Tue Nov 08 13:54:19 +0000 2016","date":"November 08, 2016","hour":5,"text":"RT @mitchellvii: FoxNews interviewing people in FL. Only one person says \"Hillary,\" then says, \"I know I'm in the minority today.\"\n\nVery t…"},{"id":795987761886990300,"created_at":"Tue Nov 08 13:54:05 +0000 2016","date":"November 08, 2016","hour":5,"text":"RT @kimmie99: Retweeted WINNING IN AMERICA! (@TheTrumpLady):\n\nBREAKING: #TRUMP PULLING AWAY. Inside sources=&gt;Dem internal polls... https://…"},{"id":795987729330761700,"created_at":"Tue Nov 08 13:53:58 +0000 2016","date":"November 08, 2016","hour":5,"text":"RT @Parker_Votes: LGBTQ Member RIPS Hillary Over Supporting Countries That Kills Gays; Voting Trump! https://t.co/SCVccANbhB https://t.co/…"},{"id":795987712541016000,"created_at":"Tue Nov 08 13:53:54 +0000 2016","date":"November 08, 2016","hour":5,"text":"RT @billstill: WOW! TRUMP Crowd in Sterling Heights, Michigan IS ENDLESS (PHOTOS) https://t.co/cy580bNELG"}]},{"date":"2016-11-08T08:00:00.000Z","hour":4,"count":50,"values":[{"id":795965357269860400,"created_at":"Tue Nov 08 12:25:04 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @WDFx2EU8: The election in a nutshell. On the left, Lady Gaga dancing like a dipshit at Clinton concert. On right, Mike Pence talking a…"},{"id":795965069012193300,"created_at":"Tue Nov 08 12:23:55 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @HipNewJersey: It's time to #CastYourVote, #HipNJ! Who will be the next President of the United States?"},{"id":795965042147655700,"created_at":"Tue Nov 08 12:23:49 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @wmleemert: I voted for Donald Trump and Mike Pence. Will you join me? Find your polling place: https://t.co/Hykq1gqIpV #TrumpTrain #Ele…"},{"id":795965022962851800,"created_at":"Tue Nov 08 12:23:44 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @Bikers4Trump: We need Trump &amp; #ImVotingBecause @HillaryClinton is a criminal &amp; must be stopped this Election Eve\n#RETWEET &amp; Visit https…"},{"id":795964946915926000,"created_at":"Tue Nov 08 12:23:26 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @SamanthaSilver0: Law: \"Presidential candidates aren't allow to coordinate with Super PACs.\" Hillary's campaign: \"Meh.\" #PodestaEmails34…"},{"id":795964897456746500,"created_at":"Tue Nov 08 12:23:14 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @GigiTracyXO: #ElectionDay \n\nNate Silvers prediction‼️\n\n#trump2016 https://t.co/PqLD58sOy9"},{"id":795964687372419100,"created_at":"Tue Nov 08 12:22:24 +0000 2016","date":"November 08, 2016","hour":4,"text":"I'm heading to the polls in Michigan to deliver MY fuck you to the establishment! #imvotingtrump MI 💜u @realdonaldtrump!!"},{"id":795964326897221600,"created_at":"Tue Nov 08 12:20:58 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @jamesplake721: Ty @SebGorka for you love of America and for your amazing candor and honesty. MAY OUR GOD BLESS YOU AND YOUR FAMILY. YOU…"},{"id":795964277924438000,"created_at":"Tue Nov 08 12:20:46 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @EricTrump: On behalf of the entire family, we would truly be honored to have your vote! Let's #MakeAmericaGreatAgain #EarlyVote https:/…"},{"id":795964223725727700,"created_at":"Tue Nov 08 12:20:33 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @Youronlymisha: You don't always get a chance to save Western Civilization... Today's the Day... #MAGASelfie #ElectionDay https://t.co/y…"},{"id":795964183766560800,"created_at":"Tue Nov 08 12:20:24 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @DineshDSouza: Whatever @RealDonaldTrump's failings, they're private failings. Hillary's failings are against the public trust and the p…"},{"id":795964139365605400,"created_at":"Tue Nov 08 12:20:13 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @SalvatoreVitol5: @hsgribble https://t.co/o3CMvc3uhP"},{"id":795964091097641000,"created_at":"Tue Nov 08 12:20:02 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @bfraser747: 💥💥 #ElectionNight \n\nToday is the big day. It's all come down to this. PLEASE #VoteTrump &amp; help #MAGA\n\nSay NO to CORRUPTION,…"},{"id":795964062467244000,"created_at":"Tue Nov 08 12:19:55 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @NoiseCollector_: #ElectionDay @ananavarro https://t.co/VZbxh5Y5ZQ"},{"id":795964023015673900,"created_at":"Tue Nov 08 12:19:46 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @amjustfree: Elect @realDonaldTrump 4 #America #moms #Women #Latinos #Michigan make #Ohio #Pennsylvania #Florida #NorthCarolina https://…"},{"id":795963909802954800,"created_at":"Tue Nov 08 12:19:19 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @gdshaver16: https://t.co/iWDlMNjNlP"},{"id":795963847823818800,"created_at":"Tue Nov 08 12:19:04 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @UTHornsRawk: #myvote2016 #VoteTrump #Elections2016 https://t.co/rKfrC0zkqC"},{"id":795963748792070100,"created_at":"Tue Nov 08 12:18:40 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @wendygravitt: Good morning 😃 hope everyone have a wonderful day ❤️️god bless you all 🙌🇺🇸🚂💨💨 please go vote Trump 🙌🙌🇺🇸🇺🇸❤️️ https://t.co…"},{"id":795963648908922900,"created_at":"Tue Nov 08 12:18:16 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @DailyCaller: Munich Builds Wall To Separate Refugees From Locals After Citizen Initiative [VIDEO] https://t.co/66GSlute4k https://t.co/…"},{"id":795963618105888800,"created_at":"Tue Nov 08 12:18:09 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @newtgingrich: American voters deserve to see what's in the 650,000 emails. #Comey should release them ASAP. https://t.co/7S9wbLFIue htt…"},{"id":795963597721628700,"created_at":"Tue Nov 08 12:18:04 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @FrancesSpinell2: @BrendanRyanMAGA @payitforward213 @Cernovich THANK U MICHIGAN PLS BRING IT HOME FOR MR TRUMP! WE HAVE TO DRAIN THE SWA…"},{"id":795963468495077400,"created_at":"Tue Nov 08 12:17:33 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @CFT1: I just voted for @realDonaldTrump in North Providence. Rhode Island!!! https://t.co/k72jpue32M"},{"id":795963431979458600,"created_at":"Tue Nov 08 12:17:25 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @joshuakarla: @EricTrump @ABC7 God bless your dad for showing us that its ok to speak up and fight against the establishment. Now let's…"},{"id":795963397535924200,"created_at":"Tue Nov 08 12:17:16 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @EricTrump: New Hampshire towns cast 1st votes, giving edge to Trump | https://t.co/UK8Gb3zvqO https://t.co/PwYmqx2G4j"},{"id":795963361473269800,"created_at":"Tue Nov 08 12:17:08 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @HispanicsTrump: Please do not let any BS media reports discourage you from voting. If you love our country get out and vote Trump! #Ele…"},{"id":795963095269175300,"created_at":"Tue Nov 08 12:16:04 +0000 2016","date":"November 08, 2016","hour":4,"text":"What will we all do WHEN WE WIN! #imvotingbecause info not want a sex offender (bill) globalist puppet (hill) in OUR WH! #TRUMP"},{"id":795962648449994800,"created_at":"Tue Nov 08 12:14:18 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @bakedalaska: *The Final Trump Flash Mob of the Season*\n\nMeet me now in Hollywood at Trump's Star\n\nOur last chance to #MAGA3X\n\nPls share…"},{"id":795962617441505300,"created_at":"Tue Nov 08 12:14:10 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @FredZeppelin12: Election Day:\n\nIgnore the exit polls\n\nIgnore the pundits \n\nIgnore the news\n\nAll of the above is dem agenda driven to di…"},{"id":795962596805509100,"created_at":"Tue Nov 08 12:14:06 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @Miami4Trump: #ImVotingBecause We Must Do Everything In Our Power, To Stop This Carless Criminal, Who Is Obsessed With Putin, From Becom…"},{"id":795962555919433700,"created_at":"Tue Nov 08 12:13:56 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @JasonMillerinDC: This man has done an amazing job for @realDonaldTrump - proud to call @DanScavino a friend - let's go get the win! htt…"},{"id":795962533182050300,"created_at":"Tue Nov 08 12:13:50 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @SandraTXAS: ➡️Hillary campaign operatives Jake Tapper and Wolf Blitzer 😡 ⬅️ 💥#ImVotingBecause Its time to #DrainTheSwamp 🐍🐍👊🏻#Trump #M…"},{"id":795962477800464400,"created_at":"Tue Nov 08 12:13:37 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @bfraser747: 💥💥 #ImVotingBecause \n\nIf you #Vote4Hillary youre telling your children it's okay to lie, cheat, steal &amp; be corrupt #VoteTru…"},{"id":795962459198816300,"created_at":"Tue Nov 08 12:13:33 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @JaredWyand: #ImVotingBecause Hillary is literally campaigning with a Satanic cult\n\nSeriously wtf America?\n\n#SpiritCooking 👈🏻👀 https://t…"},{"id":795962426168590300,"created_at":"Tue Nov 08 12:13:25 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @DanScavino: LIVE on #Periscope: This is it AMERICA!! Our final rally!! LETS WIN!!!!! https://t.co/f1xZ9NOA7B"},{"id":795962188632617000,"created_at":"Tue Nov 08 12:12:28 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @cristinalaila1: #ImVotingBecause I don't want Satan worship, Islam and pedophilia in the White House #SpiritCooking https://t.co/fcAXZd…"},{"id":795962057837396000,"created_at":"Tue Nov 08 12:11:57 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @latinaafortrump: \"Today is our Independence Day!\" President Donald J. Trump in Michigan it's almost 1am! Savage! #ImVotingBecause Trum…"},{"id":795962036102529000,"created_at":"Tue Nov 08 12:11:52 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @JaredWyand: Well, I'm in muh feelz. It's up to you now America.\n\nGoodnight"},{"id":795961997795979300,"created_at":"Tue Nov 08 12:11:43 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @_Makada_: #ImVotingBecause this is our last chance to save America! Get out and vote TRUMP! LET'S MAKE AMERICA GREAT AGAIN!"},{"id":795961950471594000,"created_at":"Tue Nov 08 12:11:31 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @terrymendozer: I've never ✔️ donated $ ✔️watched so many rally's ✔️ worked polls ✔️put up signs at midnight all over my voting area unt…"},{"id":795961922336280600,"created_at":"Tue Nov 08 12:11:25 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @hrtablaze: 🚨🚨🔥🔥Bill O'Reilly is Red Pilled ! This interview is epic ! Calls Hillary \"Ethically challenged \" Translation : Crooked Hilla…"},{"id":795961874605023200,"created_at":"Tue Nov 08 12:11:13 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @hrtablaze: Bill O'Reilly calls Hill and Bill \"Partners in Corruption\"! Way to go BO'R ! Going out guns blazing day before election! He…"},{"id":795961838894743600,"created_at":"Tue Nov 08 12:11:05 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @TRUMPMOVEMENTUS: Mayor Giuliani: \"The [Clinton] maid who had access to top-secret material – it's a crime.\" https://t.co/TmdznAcxaU"},{"id":795961814228013000,"created_at":"Tue Nov 08 12:10:59 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @PrisonPlanet: Lady Gaga: This is not disconcerting at all. https://t.co/SaA9qqicDN"},{"id":795961657352667100,"created_at":"Tue Nov 08 12:10:22 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @MarkDice: #ImVotingBecause Hating Hillary will not stop her. Voting for Donald Trump WILL. Start planning ahead now so you can get ou…"},{"id":795961625194930200,"created_at":"Tue Nov 08 12:10:14 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @wikileaks: Clinton: out of touch, cronyistic, didn't drive a car in 35 years, flew all over the world but accomplished nothing https://…"},{"id":795961536162439200,"created_at":"Tue Nov 08 12:09:53 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @mike_pence: Landed in Indy in time for Election Day. Great to be Back Home Again! https://t.co/iGExJ8OYlK"},{"id":795961508836556800,"created_at":"Tue Nov 08 12:09:46 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @DanScavino: We have campaigned since 6/15/15 w/100's of rallies across America. Wheels down in MI- last rally. Lets #MAGA! Its official…"},{"id":795961452700041200,"created_at":"Tue Nov 08 12:09:33 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @vivelafra: Please share with everyone you know &gt;&gt; IMPORTANT ELECTION DAY REMINDER. Corrupt media/#Hillary tactics you will see tomorrow…"},{"id":795961426129125400,"created_at":"Tue Nov 08 12:09:26 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @DanScavino: #ElectionDay #VoteTrumpPence16 \nhttps://t.co/PPgWiXnl7p https://t.co/ToCMvv7Yuh"},{"id":795960565831237600,"created_at":"Tue Nov 08 12:06:01 +0000 2016","date":"November 08, 2016","hour":4,"text":"RT @EastwoodUSA: I'm feeling lucky, let's Make America Great Again by getting out to vote today and vote tomorrow. Trump White House #elec…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":20,"count":8,"values":[{"id":795847796133863400,"created_at":"Tue Nov 08 04:37:55 +0000 2016","date":"November 07, 2016","hour":20,"text":"RT @Cernovich: LIVE on #Periscope: #Trumpening - hottest poltical ad of the season debuts! https://t.co/YJGI5iTKf9"},{"id":795847157928652800,"created_at":"Tue Nov 08 04:35:23 +0000 2016","date":"November 07, 2016","hour":20,"text":"RT @USAneedsTRUMP: #ImVotingBecause\nIf im not around, my wife needs a glock, not a rape whistle! #2A https://t.co/MioAeiFeI3"},{"id":795847047274516500,"created_at":"Tue Nov 08 04:34:56 +0000 2016","date":"November 07, 2016","hour":20,"text":"RT @MissLizzyNJ: #ImVotingBecause this woman is a criminal and if the FBI won't deliver justice, we will at the voting booth. https://t.co/…"},{"id":795847002844237800,"created_at":"Tue Nov 08 04:34:46 +0000 2016","date":"November 07, 2016","hour":20,"text":"RT @WayneDupreeShow: #ThisIsIt America make your choice! #TrumpTrain #TrumpPence16 #DrainTheSwamp #VoteTrump #MAGA #AmericaFirst #ImVotingB…"},{"id":795846950339887100,"created_at":"Tue Nov 08 04:34:33 +0000 2016","date":"November 07, 2016","hour":20,"text":"RT @FoxNews: .@DonaldJTrumpJr: \"They're rebelling against the double standard – that standard that's held for the elite...&amp; for everyone el…"},{"id":795846877270962200,"created_at":"Tue Nov 08 04:34:16 +0000 2016","date":"November 07, 2016","hour":20,"text":"RT @JaredWyand: Michelle Obama says our daughters need to be respected standing in front of a rapist and a man who went to pedophile island…"},{"id":795846805980409900,"created_at":"Tue Nov 08 04:33:59 +0000 2016","date":"November 07, 2016","hour":20,"text":"RT @JamesOKeefeIII: You know... and I know...somewhere behind closed doors @HumaAbedin is screaming/cursing at the top of her lungs seeing…"},{"id":795846576841388000,"created_at":"Tue Nov 08 04:33:04 +0000 2016","date":"November 07, 2016","hour":20,"text":"RT @DanScavino: NO POTUS - or former POTUS campaigning for him. No free concerts to draw a crowd. It's TRUMP, the American flag, family &amp; y…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":19,"count":5,"values":[{"id":795823435649781800,"created_at":"Tue Nov 08 03:01:07 +0000 2016","date":"November 07, 2016","hour":19,"text":"RT @TeamTrump: Tomorrow, we are going to WIN the great state of NEW HAMPSHIRE and we are going to win back the White House! https://t.co/dG…"},{"id":795823372567543800,"created_at":"Tue Nov 08 03:00:52 +0000 2016","date":"November 07, 2016","hour":19,"text":"RT @bfraser747: 💥💥 #FinalElectionThoughts\n\nI feel very confident we are going to WIN this tomorrow and surprise allot of people. \n\n#Preside…"},{"id":795823333489131500,"created_at":"Tue Nov 08 03:00:43 +0000 2016","date":"November 07, 2016","hour":19,"text":"RT @gatewaypundit: BOOM! Patriot’s QB Tom Brady and Coach Belichick ENDORSE TRUMP (VIDEO) https://t.co/g9zDsZr3W8 via @gatewaypundit"},{"id":795823301029457900,"created_at":"Tue Nov 08 03:00:35 +0000 2016","date":"November 07, 2016","hour":19,"text":"RT @uniquechoices: Thank you so much https://t.co/gsD4HHO7Vk"},{"id":795823166702649300,"created_at":"Tue Nov 08 03:00:03 +0000 2016","date":"November 07, 2016","hour":19,"text":"RT @RSBNetwork: We just broke our own record! Over 66k watching @realDonaldTrump speech in NH at once- plus over 130k watching on Trump Fac…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":18,"count":36,"values":[{"id":795823068312637400,"created_at":"Tue Nov 08 02:59:39 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @WaPoSean: Chants of \"CNN sucks!\" at Trump rally in Scranton. https://t.co/nIwnGnIHPN"},{"id":795822978726592500,"created_at":"Tue Nov 08 02:59:18 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @michellemalkin: Behold: Freedom of speech. It's not just for journalists. https://t.co/tovQZeJnZu"},{"id":795822952713506800,"created_at":"Tue Nov 08 02:59:12 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @sweetatertot2: This clean up crew is ready to undo 8 years failed policies. 😁👍🏾#ElectionFinalThoughts #VoteTrump #ElectionDay https://t…"},{"id":795822803375243300,"created_at":"Tue Nov 08 02:58:36 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @ScottPresler: When I pray about the election, I don't ask God to win.\n\nI ask for strength.\nI ask for courage.\nI ask that He help change…"},{"id":795822768013148200,"created_at":"Tue Nov 08 02:58:28 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @AMike4761: Amish Trump supporters request 20 cars to drive them to drive them to the polls. They get 1500 volunteers https://t.co/xBxgr…"},{"id":795822603093110800,"created_at":"Tue Nov 08 02:57:48 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @Sunstruk: WORD! https://t.co/JphxQaV23L"},{"id":795822553336082400,"created_at":"Tue Nov 08 02:57:37 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @BreitbartNews: Daily reminder that Hillary suffered a brain injury so severe she used it as an excuse not to answer FBI questions. http…"},{"id":795822431529222100,"created_at":"Tue Nov 08 02:57:07 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @I_AmAmerica: Dear young Black Americans this is what she really think about you. https://t.co/FbthRIHmpI"},{"id":795820715559780400,"created_at":"Tue Nov 08 02:50:18 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @BrittPettibone: BREAKING: ANON claims he's uncovered a pedophile w/links to Hillary, Obama, Podestas &amp; more. \n#ElectionFinalThoughts\nht…"},{"id":795820623457095700,"created_at":"Tue Nov 08 02:49:56 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @USAforTrump2016: YOU WILL SEE LINES LIKE THIS AT THE POLLS TOMORROW @HillaryClinton! #Trump2016 #MakeAmericaGreatAgain https://t.co/6fA…"},{"id":795820574459199500,"created_at":"Tue Nov 08 02:49:45 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @carriedaway16: True, true &amp; true https://t.co/SdYRBj7rPg"},{"id":795820483077931000,"created_at":"Tue Nov 08 02:49:23 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @ConservativeFew: #ImVotingBecause Chris Stevens, Sean Smith,Glen Doherty and Tyrone Woods can't. #ButcherOfBenghazi"},{"id":795820461628289000,"created_at":"Tue Nov 08 02:49:18 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @100PercFEDUP: #GrandRapidsMI @realDonaldTrump rally line over 2 miles long already! 3 hours till Trump's final rally before #Landslide4…"},{"id":795820451880726500,"created_at":"Tue Nov 08 02:49:16 +0000 2016","date":"November 07, 2016","hour":18,"text":"#michiganfortrump https://t.co/tZbCW1M2w3"},{"id":795818775576711200,"created_at":"Tue Nov 08 02:42:36 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @jbgoode7: MARY, you dirty, dirty girl.\n\nhttps://t.co/uuISfmu4Gu\n\n@0hour https://t.co/4tz5kvcFRm"},{"id":795818394129993700,"created_at":"Tue Nov 08 02:41:05 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @will198828: @0hour https://t.co/AFBcF6fN65"},{"id":795818270926532600,"created_at":"Tue Nov 08 02:40:36 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @0hour: Hillary Clinton is speaking live lol yah she has a base alright. https://t.co/kSIAdOeffa"},{"id":795817938779603000,"created_at":"Tue Nov 08 02:39:16 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @BrittPettibone: Thank you once again, FBI Director Comey, for letting America know that, no matter how corrupt you are, money and power…"},{"id":795817810605834200,"created_at":"Tue Nov 08 02:38:46 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @BrittPettibone: Hmmm...looks like we might need a new occultist/pedophile dictionary.\n\n#PodestaEmails34\n#ImVotingBecause\nhttps://t.co/A…"},{"id":795817646860234800,"created_at":"Tue Nov 08 02:38:07 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @ryanward87: \"Last night was fun\"🤔\n\"Still in torture chamber\"😳\n#SpiritCooking\n#DrainTheSwamp\n#PodestaEmails34\n#NeverHillary\n#MAGA\nhttps:…"},{"id":795817614790553600,"created_at":"Tue Nov 08 02:37:59 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @LottaFaChina: #ImVotingBecause #PodestaEmails34 reveal HILLARY DOESN'T THINK THE MIDDLE CLASS DESERVES A TAX CUT!! #GodSheLIES https…"},{"id":795817546763169800,"created_at":"Tue Nov 08 02:37:43 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @bigwill205: #podestaemails34 Give the DNC, the media and the PAID trolls the biggest F#$@ U tomorrow by voting Trump or Jill Stein. LE…"},{"id":795817546758897700,"created_at":"Tue Nov 08 02:37:43 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @gmitch9: Donald Trump is the hardest working candidate we have!! #ElectionFinalThoughts #VoteTrump @realDonaldTrump #PodestaEmails34"},{"id":795817462025637900,"created_at":"Tue Nov 08 02:37:23 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @JaxonJHunt: There it is folks: The Podesta's are sickos\nThe Comet Pizza owner guy references the chamber also\nhttps://t.co/fpTIZwaIqM #…"},{"id":795816195870097400,"created_at":"Tue Nov 08 02:32:21 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @BadassTexCowboy: #PodestaEmails33 #PodestaEmails34 #42161\nInternal @hillaryclinton camp flags for the #Benghazi emails...\nThis has to c…"},{"id":795814989823086600,"created_at":"Tue Nov 08 02:27:33 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @d_seaman: We all have a human duty to get this information out everywhere, tonight. Thank you reddit geniuses and Anonymous: https://t.…"},{"id":795812079571714000,"created_at":"Tue Nov 08 02:15:59 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @Jazzijenni06: She never expected to have to actually get out and campaign\nIt's wearing her out \n#PodestaEmails34 https://t.co/149BipPPaw"},{"id":795811938764750800,"created_at":"Tue Nov 08 02:15:26 +0000 2016","date":"November 07, 2016","hour":18,"text":"@DRUDGE_REPORT held up &amp; looks like she's confused!"},{"id":795811221731704800,"created_at":"Tue Nov 08 02:12:35 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @SCLconservative: U can bet #glennbeck wasn't trending on Twitter 2day by coincidence. Heres why he endorsed Evan &amp; changed tune 180 on…"},{"id":795810668700123100,"created_at":"Tue Nov 08 02:10:23 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @udatwit: #ImVotingBecause millions of ignorant people who don't read #podestaemails34 or #DNCLeaks2, but mostly only watch TV are votin…"},{"id":795810590468034600,"created_at":"Tue Nov 08 02:10:04 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @Mina001: Let's just say these folks are a bit strange.....#PodestaEmails34 https://t.co/2okec6XZtu"},{"id":795810046219341800,"created_at":"Tue Nov 08 02:07:55 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @Kimberl05453181: #HRC @ Christ King Church \"it feels like we're pandering at an AA meeting\" 😲 #PodestaEmails34 #ElectionDay https://t.…"},{"id":795809601774030800,"created_at":"Tue Nov 08 02:06:09 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @CaseyDa71834115: Artist who Created Obama \"HOPE\" Piece Says Hillary Never \"INSPIRED\" His Creativity https://t.co/5R1URJsOL1 #podestaema…"},{"id":795808588262416400,"created_at":"Tue Nov 08 02:02:07 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @BadassTexCowboy: #PodestaEmails33 #PodestaEmails34 @wikileaks\n@hillaryclinton camp thinks #bribery is a \"REALLY dicey territory for #HR…"},{"id":795808204278169600,"created_at":"Tue Nov 08 02:00:35 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @bestsparklegirl: NO MIDDLE CLASS TAX CUT...#PodestaEmails34 https://t.co/N0VDwPfunK"},{"id":795808135617331200,"created_at":"Tue Nov 08 02:00:19 +0000 2016","date":"November 07, 2016","hour":18,"text":"RT @carolinagurl62: All these people are gonna fall into hell clutching after a dollar bill #sickening #podestaemails34"}]},{"date":"2016-11-07T08:00:00.000Z","hour":17,"count":10,"values":[{"id":795803281406758900,"created_at":"Tue Nov 08 01:41:02 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @drewwyatt: #TrumpWinsBecause \n\nThe Silent Majority Has Awoken!\n\nFake Polls &amp; Rigged Media Can't Stop Us 👊🇺🇸\n\nGET EVERYONE U CAN 2 #VOTE…"},{"id":795803248741535700,"created_at":"Tue Nov 08 01:40:54 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @MissLizzyNJ: #ImVotingBecause I've been able to for a little over a decade, but this time, I am finally going to vote for a winner. htt…"},{"id":795803204755816400,"created_at":"Tue Nov 08 01:40:43 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @Stevenwhirsch99: Confirmation that Trumps sexual assault charges are fake. #PodestaEmails34\n\nhttps://t.co/dt5JW1hUTh https://t.co/Ph93J…"},{"id":795802912442241000,"created_at":"Tue Nov 08 01:39:34 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @_Makada_: #ImVotingBecause it's time to get rid of corruption in DC, secure our borders, uphold &amp; defend the constitution, and lower ta…"},{"id":795802807089688600,"created_at":"Tue Nov 08 01:39:09 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @ElianaBenador: CALLING ON ALL #TRUMP_VOTERS\n\nURGENT‼️\n#TrumpPence16 \n#TrumpForPresident \n#PodestaEmails33 \nPLEASE RT RT RT ‼️ https://t…"},{"id":795802624851378200,"created_at":"Tue Nov 08 01:38:25 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @USAneedsTRUMP: BREAKING \nThe DNC strategy on colluding with the media &amp; it doesnt get any more blatant than this, MEDIA CANT BE TRUSTED…"},{"id":795802317681524700,"created_at":"Tue Nov 08 01:37:12 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @mike_pence: Huge crowd gathered tonight at SNHU Arena in Manchester, NH for @realDonaldTrump! https://t.co/SvnB8xWHKm"},{"id":795802287008583700,"created_at":"Tue Nov 08 01:37:05 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @Lrihendry: \"I hope, I pray Donald Trump is the next commander-in-chief.\" Sheriff Clarke \n\nWe are praying with you @SheriffClarke \n\n#Ele…"},{"id":795802246940332000,"created_at":"Tue Nov 08 01:36:55 +0000 2016","date":"November 07, 2016","hour":17,"text":"RT @Alanjkaplan: this alone is unbelievable! https://t.co/KxVyZTA7aG"},{"id":795793465879760900,"created_at":"Tue Nov 08 01:02:02 +0000 2016","date":"November 07, 2016","hour":17,"text":"New emails reveal Donna Brazille leaked two more debate questions to Hillary... https://t.co/SC80eiXoIr by #PoliticalTropes via @c0nvey"}]},{"date":"2016-11-07T08:00:00.000Z","hour":16,"count":33,"values":[{"id":795784412646535200,"created_at":"Tue Nov 08 00:26:03 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @realDonaldTrump: I love you North Carolina- thank you for your amazing support! Get out and https://t.co/HfihPERFgZ tomorrow!\nWatch: ht…"},{"id":795784356803575800,"created_at":"Tue Nov 08 00:25:50 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @mitchellvii: This is #Hexit"},{"id":795784328265498600,"created_at":"Tue Nov 08 00:25:43 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @mitchellvii: Here’s Why THE POLLS ARE WRONG=&gt; Trump Will WIN IN A LANDSLIDE! (POLLS) https://t.co/6KOZqbjIah"},{"id":795783759153008600,"created_at":"Tue Nov 08 00:23:27 +0000 2016","date":"November 07, 2016","hour":16,"text":"Lol hell no! https://t.co/GPFnAcYE1b"},{"id":795783665599057900,"created_at":"Tue Nov 08 00:23:05 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @mitchellvii: The Trump Campaign is now coming out and saying publicly what I've been saying for 18 months - Trump is going to win."},{"id":795783588922986500,"created_at":"Tue Nov 08 00:22:47 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @mitchellvii: Things are looking so good for Trump in REAL numbers, it is getting harder and harder for Dems to cheat on ED."},{"id":795783497554292700,"created_at":"Tue Nov 08 00:22:25 +0000 2016","date":"November 07, 2016","hour":16,"text":"Wohooo! https://t.co/ZoX582VMbE"},{"id":795783373415391200,"created_at":"Tue Nov 08 00:21:55 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @mitchellvii: Folks, we have ALL the momentum going into ED. Trump is going to win."},{"id":795783321397657600,"created_at":"Tue Nov 08 00:21:43 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @mitchellvii: Caddell: Voters See DNC/CNN-Type Collusion as ‘Threat to Democracy’ https://t.co/pNIz6sgC0l"},{"id":795783032057827300,"created_at":"Tue Nov 08 00:20:34 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @PrisonPlanet: https://t.co/eQpHwVa2IM"},{"id":795782175828430800,"created_at":"Tue Nov 08 00:17:10 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @ChatRevolve: BREAKING: Trump Street Team blows #RapeWhistle at Obama in Orlando Florida @LiveLifeCorAZy @charlespm777 #NeverHillary htt…"},{"id":795781712554979300,"created_at":"Tue Nov 08 00:15:19 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @pnehlen: Before it was called ObamaCare, it was called Hillary care. #WakeUpAmerica #FinalElectionThoughts https://t.co/EB1Sf2djoq"},{"id":795781649157988400,"created_at":"Tue Nov 08 00:15:04 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @tapperdon: Don't bother watching the MSM tomorrow as they will play fear into the voters until the very last minute, we have learned ho…"},{"id":795781587371696100,"created_at":"Tue Nov 08 00:14:49 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @WDFx2EU8: My son knows more than his teacher does. God bless this little first grader. https://t.co/7b8jbmXxel"},{"id":795781363555323900,"created_at":"Tue Nov 08 00:13:56 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @MediaJuggernaut: #PodestaEmails33: PAY-TO-PLAY: \"Boeing, Proctor &amp; Gamble &amp; GE Got Favorable Treatment After Donations To Clinton Found…"},{"id":795781254142722000,"created_at":"Tue Nov 08 00:13:30 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Firemdc780: #Imvotingbecause Because this money should have gone to Haiti. \"Chelsea Clinton used foundation money for her lavish 2010 w…"},{"id":795780929574862800,"created_at":"Tue Nov 08 00:12:13 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @FieldLilly1: @TedNugent I am one of those Americans."},{"id":795780830488592400,"created_at":"Tue Nov 08 00:11:49 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @andieiamwhoiam: #ImVotingBecause Those who signed Declaration of Independence did not pledge life &amp; sacred honor so a criminal like Hil…"},{"id":795780802747519000,"created_at":"Tue Nov 08 00:11:42 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @ChristinesHaven: @TeamTrumpCT #CTforTrump #SW4T https://t.co/beGF80izK5"},{"id":795780039145091100,"created_at":"Tue Nov 08 00:08:40 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @TeamTrumpAZ: #TrumpIsTheHeartBeatOfAmerica #ThePeoplePresident #Nov8th #election2016 #VotersLoveTrump2016 #Patriot #MilitaryMonday #NRA…"},{"id":795779974552756200,"created_at":"Tue Nov 08 00:08:25 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @kjdtypes: @masspolitica @magnifier661 @rsultzba @JoeFreedomLove https://t.co/BGuYR95PcM"},{"id":795779919586426900,"created_at":"Tue Nov 08 00:08:12 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Pamela_Moore13: RT This!\nHillary's guilty of 70-100 violations of the US Constitution's Emoluments Clause but the media, FBI &amp; State De…"},{"id":795779668255375400,"created_at":"Tue Nov 08 00:07:12 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @BarbMuenchen: @HorseShort Lets do this! @michaelbickle @SpecialKMB1969 @FL4TRUMPDOTCOM Trumpsters 🎉🎉from the Beginning!🚂🇺🇸🇺🇸🇺🇸🇺🇸💨🎉 http…"},{"id":795779613930754000,"created_at":"Tue Nov 08 00:06:59 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @MilitaryEarth: Thank you for your service 🇺🇸 https://t.co/HX5YHRy3c7"},{"id":795779451762122800,"created_at":"Tue Nov 08 00:06:20 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @nia4_trump: #ElectionFinalThoughts I know @realDonaldTrump will win the AA Vote!\n#BlacksForTrump #TrumpRallySarasota https://t.co/Sq5t0…"},{"id":795779364797481000,"created_at":"Tue Nov 08 00:06:00 +0000 2016","date":"November 07, 2016","hour":16,"text":"@Harlan i really believe my fellow Michiganders will pull through for trump! Our state has b DEVASTATED by bad trade deals!"},{"id":795778143122550800,"created_at":"Tue Nov 08 00:01:08 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Harlan: 2) Polls have not fully captured Trump voters (whom are not strictly partisan, are new voters, etc)\n\n@KellyannePolls talks a lo…"},{"id":795778119932268500,"created_at":"Tue Nov 08 00:01:03 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Harlan: 3) HRC underperformed Obama in early voting in key states. \n\nDJT outperformed Romney in early voting in key states. https://t.c…"},{"id":795778083043344400,"created_at":"Tue Nov 08 00:00:54 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Harlan: 4) HRC has more POTENTIAL voters than Trump, but they're apathetic, depressed &amp; disillusioned.\n\nThey won't show up. They don't…"},{"id":795778036129992700,"created_at":"Tue Nov 08 00:00:43 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Harlan: 5) Trump's base is fanatically behind him. \n\nThey WILL show up. https://t.co/C0a35FYhq6"},{"id":795778004060401700,"created_at":"Tue Nov 08 00:00:35 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Harlan: 6) 2016 is a referendum on the status quo: Obamacare, trade deals that gut the middle class, high taxes, etc.\n\nThe status quo i…"},{"id":795777953758122000,"created_at":"Tue Nov 08 00:00:23 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Harlan: Living in New York, I feel your pain. The taxes and regulations in NY and CA kill A LOT of economic development. https://t.co/S…"},{"id":795777883981480000,"created_at":"Tue Nov 08 00:00:07 +0000 2016","date":"November 07, 2016","hour":16,"text":"RT @Harlan: FACT: Clintons take money + work for countries that have institutionalized abuses of women &amp; murder of homosexuals. https://t.c…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":15,"count":14,"values":[{"id":795777781401616400,"created_at":"Mon Nov 07 23:59:42 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @Harlan: Perhaps I'll be proven wrong, but I think we're 24 hours from President-elect @realDonaldTrump. \n\nHere's why:"},{"id":795777761822539800,"created_at":"Mon Nov 07 23:59:37 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @DRUDGE_REPORT: Top Clinton Donors Gave Big Bucks to FBI Investigator's Wife... https://t.co/PBAmldP22g"},{"id":795777373153226800,"created_at":"Mon Nov 07 23:58:05 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @DarkNetXX: #ImVotingBecause 🇺🇸This family fought &amp; Sacrificed for EVERYONE! They gave up to make us better people &amp; #MAGA! \n🚨💥We can't…"},{"id":795774771392839700,"created_at":"Mon Nov 07 23:47:44 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @WDFx2EU8: Saw this on FB, out of South Carolina https://t.co/gtoQo2n4mx"},{"id":795774648986271700,"created_at":"Mon Nov 07 23:47:15 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @amjustfree: Front page of @nytimes @HillaryClinton is a liar,Worst choice for 1st #Women #Potus. https://t.co/N8oHF611wE #Moms #Latinos…"},{"id":795774495390834700,"created_at":"Mon Nov 07 23:46:39 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @DRUDGE_REPORT: COLUMN: Media Sees Itself As Part of Government... https://t.co/oECPlLMA0R"},{"id":795773667288432600,"created_at":"Mon Nov 07 23:43:21 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @mitchellvii: Early voting data suggests Clinton lags in North Carolina - https://t.co/Vvs6KfmHN4 https://t.co/983Saz9APT"},{"id":795773627924881400,"created_at":"Mon Nov 07 23:43:12 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @kenvogel: \"The entire plan of @ChelseaClinton's hubby has been to use @ClintonFdn event for his business,”per @wikileaks email https://…"},{"id":795773419799347200,"created_at":"Mon Nov 07 23:42:22 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @AmericanSoWoke: Tonight at Trump's star feels like a wrap party. #MAGA3X @MAGA3X https://t.co/ci9jKlGQJ2"},{"id":795772504589684700,"created_at":"Mon Nov 07 23:38:44 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @Jahrulz247: I pray this man is correct..\nAlso I heard a few minutes ago NC flipped to Red.\nGo #NC \nLETS GO #NH \nhttps://t.co/F9rRE48gPv"},{"id":795770031628046300,"created_at":"Mon Nov 07 23:28:54 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @realDonaldTrump: MAKE AMERICA GREAT AGAIN!"},{"id":795769854376706000,"created_at":"Mon Nov 07 23:28:12 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @CarrieWelborn: put that in your pipe and smoke it. https://t.co/kAUCrqq3jF"},{"id":795769782356287500,"created_at":"Mon Nov 07 23:27:55 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @Fusion: \"Hillary watch out, be prepared to cry.\"\n\n18-year-old Kathy Zhu loves Donald Trump and she ain't afraid to show it–or sing it:…"},{"id":795769181853642800,"created_at":"Mon Nov 07 23:25:32 +0000 2016","date":"November 07, 2016","hour":15,"text":"RT @Cernovich: The media is a social construct. Their legitimacy comes from our consent. We may take away this consent any day, as millions…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":14,"count":30,"values":[{"id":795757195308781600,"created_at":"Mon Nov 07 22:37:54 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @Project_Veritas: \"WATCH: Undercover Journalist in Full Burka Is Offered @HumaAbedin's Ballot In NYC\" https://t.co/8uOHhBM2lU @seanhanni…"},{"id":795757170595860500,"created_at":"Mon Nov 07 22:37:48 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @alaskantexanQCT: Yo fam heading to Philly with some homies and 2 vans. Gonna take Black Trump voters 2 the polls ALL DAY tomorrow! #MAG…"},{"id":795757077071274000,"created_at":"Mon Nov 07 22:37:26 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @Proud2bnAmericn: I've never answered polls, never could publicly show support. My field is very liberal and vindictive. @LindaSuhler @s…"},{"id":795756927598948400,"created_at":"Mon Nov 07 22:36:50 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @WayneDupreeShow: Trump Rocks Catholic support over Clinton 50%-37% - This could be the story of the election! #TrumpTrain #MAGA https:/…"},{"id":795756723239788500,"created_at":"Mon Nov 07 22:36:01 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @RedNationRising: Lynne Patton: African-Americans Will ‘Finally Vote Republican’ and Swing Election to Trump #RedNationRising\nhttps://t.…"},{"id":795756242446798800,"created_at":"Mon Nov 07 22:34:07 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @taytay007007007: #MotivationMonday #DrainTheSwamp We need to clean out Washington. #Election2016 https://t.co/7xAi6VPVZ6"},{"id":795755676987510800,"created_at":"Mon Nov 07 22:31:52 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @OPMpaul: While in voting booth, think of the child sex slave ring connected to the Clinton's. Comey refused to fight 4 those kids. COR…"},{"id":795755624575463400,"created_at":"Mon Nov 07 22:31:39 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @Franklin_Graham: There’s so much at stake tomorrow—pray w/me LIVE on Facebook at 9:00 PM ET tonight. We need the whole country praying…"},{"id":795755420031844400,"created_at":"Mon Nov 07 22:30:51 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @PpollingNumbers: #Michigan\n@trfgrp Poll (11/6):\n\nTrump 49% (+2)\nClinton 47%\nJohnson 3%\nStein 1%\n\nhttps://t.co/3lZNqPAHZW"},{"id":795755358564270100,"created_at":"Mon Nov 07 22:30:36 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @WeNeedTrump: 27 hours.\n\n🇺🇸Sioux City, IA\n🇺🇸Minneapolis, MN\n🇺🇸Sterling Heights, MI\n🇺🇸Moon Township, PA\n🇺🇸Leesburg, VA\n🇺🇸Sarasota, FL\n🇺🇸…"},{"id":795755278595739600,"created_at":"Mon Nov 07 22:30:17 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @oneyedjack: https://t.co/HbJVm5jh4J"},{"id":795755226355605500,"created_at":"Mon Nov 07 22:30:05 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @TrumpD2016: 'Why Clinton's email mess will never go away' -- and why we can't let the Clintons back into the White House! \nhttps://t.co…"},{"id":795755199998607400,"created_at":"Mon Nov 07 22:29:58 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @scottienhughes: Today's FBI \"conclusion\" justifies even more why we need to #draintheswamp &amp; elect @realDonaldTrump #truthneeds2betold"},{"id":795754930707513300,"created_at":"Mon Nov 07 22:28:54 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @WikiLeaksShop: I Support WikiLeaks. Do you?\nDonate: https://t.co/8ZvtLJuMjD. Shop: https://t.co/OEDLBa8YfN. @WikiLeaks https://t.co/wdO…"},{"id":795754902949687300,"created_at":"Mon Nov 07 22:28:47 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @oisesu53: MR TRUMP WE WILL ELECT YOU TOMORROW TO BE OUT PRESIDENT https://t.co/u3Gyc6dsaR"},{"id":795754785634971600,"created_at":"Mon Nov 07 22:28:19 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @khammaker9: https://t.co/W4lGPDmGlx YOU CANNOT WEAR TRUMP CLOTHING TO THE POLLS ONLY RED!! RT RT RT https://t.co/5EDKGmX6hs"},{"id":795754428032815100,"created_at":"Mon Nov 07 22:26:54 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @mike_pence: Last solo rally of the campaign at @PSBehrend in Erie, PA! With your vote, we are just 1 day away from the change America's…"},{"id":795754271597883400,"created_at":"Mon Nov 07 22:26:17 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @mike_pence: We're taking the stage at @PSBehrend in Erie, PA now. Watch LIVE: https://t.co/ujG7IRw44F https://t.co/ntYFtWrWVY"},{"id":795754195504820200,"created_at":"Mon Nov 07 22:25:59 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @JamesOKeefeIII: We'll have teams everywhere tomorrow. If you are doing something wrong on Election Day we find you we film you and we w…"},{"id":795754116819669000,"created_at":"Mon Nov 07 22:25:40 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @MissLizzyNJ: Glenn Beck says Obama made him a better person and has declared himself a spokesperson for BLM. You can have him, Liberals…"},{"id":795754082053066800,"created_at":"Mon Nov 07 22:25:32 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @LouDobbs: Tightening polls leave Dems anxious – Voter enthusiasm for @realDonaldTrump remains high. @arnonmishkin joins #FoxLDT 7p #MAG…"},{"id":795754048238522400,"created_at":"Mon Nov 07 22:25:24 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @realDonaldTrump: 'What I Like About Trump ... and Why You Need to Vote for Him'\nhttps://t.co/6rVuDUehZq"},{"id":795752801456574500,"created_at":"Mon Nov 07 22:20:26 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @Harlan: Do we renegotiate trade deals or not?\n\nDo we nation build at home or not?\n\nDo we expel a corrupt establishment or not?\n\nWe deci…"},{"id":795752726944747500,"created_at":"Mon Nov 07 22:20:09 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @HalleyBorderCol: 🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸\n#Election2016 \n#Elect…"},{"id":795750777797091300,"created_at":"Mon Nov 07 22:12:24 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @realDonaldTrump: 'America must decide between failed policies or fresh perspective, a corrupt system or an outsider'\nhttps://t.co/ll8QI…"},{"id":795750701821526000,"created_at":"Mon Nov 07 22:12:06 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @_Makada_: The American people are ready for CHANGE! Washington DC has become a swamp of corruption, ONLY TRUMP will #DrainTheSwamp! VOT…"},{"id":795750679918837800,"created_at":"Mon Nov 07 22:12:01 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @hrtablaze: Tomorrow this becomes a reality ! #TrumpWinsBecause We Want to make America Great Again ! 👌 https://t.co/wdZCRLHmZ1"},{"id":795750640362332200,"created_at":"Mon Nov 07 22:11:51 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @charliekirk11: Hillary's weakness caused four American deaths in Benghazi. Then her utter lack of character caused her to lie to the vi…"},{"id":795750601925783600,"created_at":"Mon Nov 07 22:11:42 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @PrisonPlanet: CLINTON CONFUSION: Hillary unsure whether to get on plane or in car on tarmac. https://t.co/9XFZD2otB0"},{"id":795750133375926300,"created_at":"Mon Nov 07 22:09:50 +0000 2016","date":"November 07, 2016","hour":14,"text":"RT @PrisonPlanet: A message from Germany. #ElectionFinalThoughts https://t.co/TYp4pIErH4"}]},{"date":"2016-11-07T08:00:00.000Z","hour":12,"count":31,"values":[{"id":795732284490076200,"created_at":"Mon Nov 07 20:58:55 +0000 2016","date":"November 07, 2016","hour":12,"text":"Arianna Huffington, co-founder of Huffinton Post, prefers covert influence... https://t.co/fCaKbWtGIq by #tymadisonmom via @c0nvey"},{"id":795731181602046000,"created_at":"Mon Nov 07 20:54:32 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @Sairaph: The president is a disgrace for making these statements. @BarackObama @SenatorSessions https://t.co/6oBmFkedWf"},{"id":795731140816597000,"created_at":"Mon Nov 07 20:54:22 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @PJStrikeForce: #ElectionFinalThoughts\nI'M FOR #TRUMP W/NO APOLOGY FOR MY ENTHUSIASM!\nSTOOD W/HIM SINCE 6/2015\nhttps://t.co/kIt8QoC78n……"},{"id":795731118704259100,"created_at":"Mon Nov 07 20:54:17 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @DineshDSouza: As Alfonzo Rachel points out, Democrats slyly blame \"America\" for their own sordid history of slavery, segregation &amp; a ho…"},{"id":795731067600781300,"created_at":"Mon Nov 07 20:54:05 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @cw6ft2ntx: Assault Survivor: Trump Supports A Woman's Right to Carry a Gun, Clinton Doesn't - Breitbart https://t.co/buc60f88Ll via @Br…"},{"id":795731023388692500,"created_at":"Mon Nov 07 20:53:54 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @ReturnofRV: This would explain why, in internet polls, Trump gets 30%-40% of Hispanics, while in phone polls, he gets 15%-25%. https://…"},{"id":795730986080305200,"created_at":"Mon Nov 07 20:53:45 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @OmniTrump: The young black protester at Obama rally had more guts than this lackey. Congratulations #JamesComey for single-handedly cor…"},{"id":795730881541443600,"created_at":"Mon Nov 07 20:53:20 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @dmartosko: Raleigh, N.C. ... People standing on freeway overpasses with Trump flags as his motorcade passes underneath https://t.co/uD9…"},{"id":795730788075585500,"created_at":"Mon Nov 07 20:52:58 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @DemonisMedia: @peddoc63 The @POTUS told them to vote &amp; assured them of NO repercussions. That really says it all This is the man of law…"},{"id":795730677870329900,"created_at":"Mon Nov 07 20:52:32 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @PolFurn: Today you need 2-3 p/t jobs just to make ends meet. Full time jobs dropping like Hillary. https://t.co/YHFL0jtWB9"},{"id":795730605254279200,"created_at":"Mon Nov 07 20:52:14 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @realDonaldTrump: Starting tomorrow it's going to be #AmericaFirst! Thank you for a great morning Sarasota, Florida!\nWatch here: https:/…"},{"id":795730126554222600,"created_at":"Mon Nov 07 20:50:20 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @jd_Constitution: https://t.co/1UYHkntG4y"},{"id":795730106232766500,"created_at":"Mon Nov 07 20:50:15 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @Rambobiggs: #TrumpWinsBecause He will fight for our Veterans"},{"id":795730085345198100,"created_at":"Mon Nov 07 20:50:10 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @TrumpDynastyUSA: .@realDonaldTrump⚠️🚔🚨\n#EmptyHillary TRADEMARK®\nAn ATTIC FULL of \"I'm Sorry\"\n&amp; Basement Full of B☠NES!\n#LockHerUp #Trum…"},{"id":795730029510590500,"created_at":"Mon Nov 07 20:49:57 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @Adam_Taxin: Fun 2 overhear anti-Trump conversations of Big Media ppl you haven't heard of who don't know (don't care?) RSBN's guy is he…"},{"id":795729939517546500,"created_at":"Mon Nov 07 20:49:36 +0000 2016","date":"November 07, 2016","hour":12,"text":"I do too! Worried abt voter fraud, tho! 🙏for america and #votetrump!! https://t.co/1VFZ7XwKmO"},{"id":795729652287414300,"created_at":"Mon Nov 07 20:48:27 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @TeamTrumpCO: #Florida\n#Orlando\n#Miami\n#Tampa\n#Jacksonville\n#FL\n#StAugustine\n#CoconutCreek\n#lakeworth\n#Cubans\n#FortMyers\n#KeyWest\n#FortL…"},{"id":795729628665147400,"created_at":"Mon Nov 07 20:48:22 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @TEN_GOP: \"Hillary haven't just made money off rich people; they've also figured out how to make money off the poorest of the poor\" ~ @D…"},{"id":795729548243562500,"created_at":"Mon Nov 07 20:48:02 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @YesImRight1: After Hillary Clinton's case was reopened, a hero of Benghazi, John Tiegen explosed the one thing that Hillary's... https:…"},{"id":795728892623540200,"created_at":"Mon Nov 07 20:45:26 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @Adam_Taxin: #Scranton, PA welcomes #Trump and @RSBNetwork @RSBNModerator @JackPosobiec @emilymichele17 @aliwayy @Agent_Heather98 @Mkayl…"},{"id":795728804782178300,"created_at":"Mon Nov 07 20:45:05 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @USAforTrump2016: BREAKING: New @JamesOKeefeIII video shows undercover journalist being offered Huma Abedin's ballot! SHARE THIS NOW!!!…"},{"id":795728717578403800,"created_at":"Mon Nov 07 20:44:44 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @JudyMichiganMom: #MichiganForTrump\n#MichiganMatters2016\n@mitchellvii \n#MAGA\n#TrumpTrain\n🌟🇺🇸🚂🚃🚋🚈🚎🚃💨💨💨🇺🇸🌟 https://t.co/e7yT1jK8y5"},{"id":795722273189662700,"created_at":"Mon Nov 07 20:19:08 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @mitchellvii: Think about this. That FoxNews poll that has Hillary up 4 claims that 24% of Likely Conservative Voters will vote for Hil…"},{"id":795722195959836700,"created_at":"Mon Nov 07 20:18:49 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @mitchellvii: This election is like an NFL team winning 40-0 then losing the next game 21-20. The Democrats used all their votes up ear…"},{"id":795722111998431200,"created_at":"Mon Nov 07 20:18:29 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @The_Trump_Fans: Donald Trump Rally, Raleigh North Carolina – 3:00pm Live Stream… https://t.co/BRklxJDjEe https://t.co/oPrnQxQrkV"},{"id":795722095569342500,"created_at":"Mon Nov 07 20:18:26 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @USAHEROSALUTE: Start 2017 by honoring CPO #ChrisKyle of SEAL Team 3. Jan 1st begins #Beards4Chris! Grow a beard &amp; submit a pic &amp; w/ has…"},{"id":795721913863639000,"created_at":"Mon Nov 07 20:17:42 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @BreitbartNews: “What changed my mind was the corruption in Haiti. The Clintons — they destroy Haiti.” https://t.co/zrvvMY44en"},{"id":795721817889656800,"created_at":"Mon Nov 07 20:17:19 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @TrumpLead1: \"We are going to Take care of our Veterans\" 22 Suicides a Day. We are going take care of them They should not be waiting fo…"},{"id":795720160556548100,"created_at":"Mon Nov 07 20:10:44 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @rafshmatko: #DonaldTrump: “We will drain the swamp in Washington, D.C., and replace it with a new government — of, by and for the peopl…"},{"id":795720118730977300,"created_at":"Mon Nov 07 20:10:34 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @MissLizzyNJ: #DNCLeaks2: They knowingly fabricated sexual harassment claims against Trump, risking a defamation suit. Careless. https:/…"},{"id":795719889365372900,"created_at":"Mon Nov 07 20:09:40 +0000 2016","date":"November 07, 2016","hour":12,"text":"RT @TeamTrump: MUST READ! @realDonaldTrump: Why you should vote for me\nhttps://t.co/IlrLIIAqeR"}]},{"date":"2016-11-07T08:00:00.000Z","hour":11,"count":21,"values":[{"id":795716874793353200,"created_at":"Mon Nov 07 19:57:41 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @mitchellvii: If @FrankLuntz ever spent 5 minutes looking into the internals of polls, he would see the ABC poll actually predicts a hug…"},{"id":795706888713334800,"created_at":"Mon Nov 07 19:18:00 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @YoungDems4Trump: Hope @HillaryClinton voters are ready to #DrainTheWallet next four years. I'd rather #DrainTheSwamp! #Obamacare https:…"},{"id":795706760736739300,"created_at":"Mon Nov 07 19:17:29 +0000 2016","date":"November 07, 2016","hour":11,"text":"HAHAHA! trust the LIAR IN CHIEF? no thanks! #imvotingtrump https://t.co/6ukpOdngzO"},{"id":795706549289320400,"created_at":"Mon Nov 07 19:16:39 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @bowhunter_va: Comey singlehandedly ruined the reputation of the FBI, but WE THE PEOPLE will judge this bitch on Tuesday!\n#Election2016…"},{"id":795706189296365600,"created_at":"Mon Nov 07 19:15:13 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @Lrihendry: ISIS LEADER calls for Muslims to vote for Hillary! \n\nThey feel safer with her policies! \n\nhttps://t.co/sLrV1NEq48 #VoteTrump…"},{"id":795706133289848800,"created_at":"Mon Nov 07 19:15:00 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @IngrahamAngle: https://t.co/Xt1IiBLHgT"},{"id":795706023017320400,"created_at":"Mon Nov 07 19:14:34 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @mitchellvii: So, as with any poll, the truth is in the internals, not the topline number. ABC's topline suggest HRC, but it's internal…"},{"id":795705994986852400,"created_at":"Mon Nov 07 19:14:27 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @SonofLiberty357: HUUGE!... DRUDGE FLASH REPORT: TRUMP Outperforming Romney in FL and NC by HUGE MARGINS.. https://t.co/oc9oxct4fD"},{"id":795705964766830600,"created_at":"Mon Nov 07 19:14:20 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @isiahfortillo: @Hillary_Truth @johnand2015 #Hillary rally pics: ALL PHOTOSHOPPED b/c she has NO SUPPORT, yet #Leftist #MSM rigged polls…"},{"id":795705319955505200,"created_at":"Mon Nov 07 19:11:46 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @RepublicanChick: The truth about Obamacare from the chief of general medicine from the largest hospital in CA #debates #ObamaCare https…"},{"id":795705301630599200,"created_at":"Mon Nov 07 19:11:42 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @AmyMek: Each of these #MuslimBrotherhood groups in America are supporting Hillary! \n\nTheir goal is to convert, kill or subjugate every…"},{"id":795705258613862400,"created_at":"Mon Nov 07 19:11:31 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @Darren32895836: Big Dawg/Prosecutor Of World Trade Center Bombing Andy McCarthy says Obama needs to Shut Up &amp; Stop Lying to the America…"},{"id":795705091793764400,"created_at":"Mon Nov 07 19:10:52 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @walidshoebat: Muslims Destroy Christian Church, Turn It Into Terrorist Training Camp, Take A Statue Of Jesus And Cut Its Head Off https…"},{"id":795705035313348600,"created_at":"Mon Nov 07 19:10:38 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @SebGorka: Because we LET THEM. https://t.co/NLgdQ9Lo1W"},{"id":795705020301901800,"created_at":"Mon Nov 07 19:10:34 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @DavidJo52951945: The UK has just voted to leave the EU we are never going back to having mass immigration https://t.co/exoyU1JxvC"},{"id":795704938437505000,"created_at":"Mon Nov 07 19:10:15 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @dawngpsalm63: This corruption and disregard for Justice\nWill NOT stand #WeThePeople will NOT allow\n#HillaryClinton to be president\n#Tru…"},{"id":795704792169541600,"created_at":"Mon Nov 07 19:09:40 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @MohamedThePig: \"A sufficiently powerful president...can gloss over a murder.\" #DNCLeaks2 #vincefoster #ronbrown #KillaryForPrison\nhttps…"},{"id":795704610199666700,"created_at":"Mon Nov 07 19:08:57 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @Everyvote4trump: @EveryVote4Trump @BarbMuenchen @Andromodid @realDonaldTrump @HorseShort @bfraser747 @mama_sees @Carole @jd_Constitutio…"},{"id":795704551080951800,"created_at":"Mon Nov 07 19:08:43 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @Pamela_Moore13: .@DineshDSouza: With the Clintons we're dealing with a bottomless level of corruption; a basement underneath another ba…"},{"id":795704522584756200,"created_at":"Mon Nov 07 19:08:36 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @beckyblessings: Happy birthday @BillyGraham Sir!\nMany blessings on your special day ~ \nGod bless! https://t.co/N7DRQ1034S"},{"id":795704494076153900,"created_at":"Mon Nov 07 19:08:29 +0000 2016","date":"November 07, 2016","hour":11,"text":"RT @kausmickey: Senior Gov. Official Says Obama Made Quid Pro Quo Deal W/ FEC Commish https://t.co/8IlhWjl61v Std. politicking doesn't smel…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":10,"count":47,"values":[{"id":795700457578623000,"created_at":"Mon Nov 07 18:52:27 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @GlennFranco68: Why women for Trump? https://t.co/jJNv6SLUnK https://t.co/LbjeGt0d6O"},{"id":795700401160982500,"created_at":"Mon Nov 07 18:52:13 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @az_valentine: https://t.co/DlXemwJ4HA"},{"id":795700334219952100,"created_at":"Mon Nov 07 18:51:57 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @camboviet: Franklin Graham: Clean Out The Swamp, Fix The Nation, Continue To Pray https://t.co/ifgsKSfphC"},{"id":795700165982257200,"created_at":"Mon Nov 07 18:51:17 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @Kek_Magician: #ElectionFinalThoughts #Election2016 \nOMG!!!\nBenghazi guards turned on US diplomats in 2012 attack, sources say | https:/…"},{"id":795697965851615200,"created_at":"Mon Nov 07 18:42:33 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @PrisonPlanet: Newsweek confirms the 'President Madam Hillary' edition is real but \"not for the public\" to know about. https://t.co/OY46…"},{"id":795697945433804800,"created_at":"Mon Nov 07 18:42:28 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @mitchellvii: FLORIDA SHOCK: TRUMP OUTPERFORMS ROMNEY BY 130,000 IN EARLY VOTING! https://t.co/SUq1YMPexl"},{"id":795697933031264300,"created_at":"Mon Nov 07 18:42:25 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @mitchellvii: NORTH CAROLINA: TRUMP +142,000 OVER ROMNEY EARLY VOTING! https://t.co/siSXi971TV"},{"id":795697918808309800,"created_at":"Mon Nov 07 18:42:21 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @BigStick2013: Trump is very happy with his internal polling 👍-- Reflects why Obama/Hillary are back in states they scratched off there…"},{"id":795697881940422700,"created_at":"Mon Nov 07 18:42:13 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @RepublicanChick: Tomorrow we will vote for a man who's loyalty lies with the American people and who will fight for our kids future #MA…"},{"id":795697851061911600,"created_at":"Mon Nov 07 18:42:05 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @AmyMek: Hillary Hires Looters &amp; Rioters to HARM Americans! \n\nIf you want another 4yrs of this sick madness 👉Vote Hillary \n\n#ElectionFin…"},{"id":795697826298757100,"created_at":"Mon Nov 07 18:41:59 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @TeamTrump: 'Did Trump turn Michigan into a nail-biter?' YES.\nhttps://t.co/YfKudi89i8"},{"id":795697808426827800,"created_at":"Mon Nov 07 18:41:55 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @Rambobiggs: #TrumpWinsBecause he has started a movement bigger than any election. This election is larger than any 1 person. This is fo…"},{"id":795697777078571000,"created_at":"Mon Nov 07 18:41:48 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @mitchellvii: These idiot pundits on TV predicting a Hillary landslide are simply not doing the math in these swings states.\n\nBad lazy p…"},{"id":795697745529045000,"created_at":"Mon Nov 07 18:41:40 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @charliekirk11: Funny, when Hillary is involved the government turns this around in a matter of days \n\nNever seen the government move so…"},{"id":795697706681385000,"created_at":"Mon Nov 07 18:41:31 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @CodeBlueNTexas: . @realDonaldTrump. @seanhannity. @LeahR77 https://t.co/pvlSAXq9EG LET'S ALL VOTE #DRAINTHESWAMP #LOCKHERUP"},{"id":795697694006190100,"created_at":"Mon Nov 07 18:41:28 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @grngrasshopper1: #IVotedTrump https://t.co/BpAHaOCSeF"},{"id":795697670144884700,"created_at":"Mon Nov 07 18:41:22 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @TeamTrump: 'Trump makes huge gains with women voters in new poll' #MAGA\nhttps://t.co/3dgnR6jBrM"},{"id":795697531841839100,"created_at":"Mon Nov 07 18:40:49 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @PrisonPlanet: #dncleaks2 #PodestaEmails33 https://t.co/MZzHsq37oR"},{"id":795697494634221600,"created_at":"Mon Nov 07 18:40:40 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @Stonewall_77: Hillary Cancels Celebration, &amp; NOW THIS: We Are Gaining\n🇺🇸​🇺🇸​GET OUT AND VOTE🇺🇸​🇺🇸​\n🇺🇸​🇺🇸​🇺🇸​🇺🇸​\n#MAGA #TrumpPence16 #Tr…"},{"id":795697424371159000,"created_at":"Mon Nov 07 18:40:23 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @hectormorenco: This Obama administration is a charade. He fooled millions in 2008. All I can say is vote Trump and hope we can still do…"},{"id":795697396273573900,"created_at":"Mon Nov 07 18:40:17 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @minnamyself: FIND YOUR POLLING PLACE: https://t.co/hmFA4nON14"},{"id":795696971910643700,"created_at":"Mon Nov 07 18:38:36 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @HalleyBorderCol: When someone says \"#Trump has no policies\", show them this!👌\nhttps://t.co/UQk4MlOGWc \n#MakeAmericaGreatAgain!🇺🇸 https…"},{"id":795696947193581600,"created_at":"Mon Nov 07 18:38:30 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @deerhunter25: Has anyone seen this!! @realDonaldTrump @mitchellvii @DonaldJTrumpJr @EricTrump @PatriotByGod @IngrahamAngle @seanhannity…"},{"id":795696851802525700,"created_at":"Mon Nov 07 18:38:07 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @cupcake4120: We love you, Malik! https://t.co/FF5eOwXL1j"},{"id":795696827911774200,"created_at":"Mon Nov 07 18:38:01 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @TomiLahren: How will Hillary stand in front of our military when those warriors would be jailed for a fraction of what she's done? #mil…"},{"id":795696632910188500,"created_at":"Mon Nov 07 18:37:15 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @thecarnage07: @Mich4Trump @mitchellvii Hope he will win PA as well"},{"id":795696587926343700,"created_at":"Mon Nov 07 18:37:04 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @angelinthepine: @GeoScarborough @Mich4Trump The Trump momentum is unstoppable. Buckle up!"},{"id":795690520764973000,"created_at":"Mon Nov 07 18:12:58 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @LouDobbs: WikiRigged: DNC and CNN colluded on questions for Trump, Cruz https://t.co/dUVm2yzJG7 via @DCExaminer #MAGA #TrumpPence16 #Tr…"},{"id":795690278850011100,"created_at":"Mon Nov 07 18:12:00 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @FreeDavidKing: Breaking: Podesta Warned That Hillary Was Guilty of Racketeering Charges &amp; It Would Bring the Democratic party down! #El…"},{"id":795690104757035000,"created_at":"Mon Nov 07 18:11:18 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @NeilTurner_: Incredible Trump ad!\n\nTomorrow is our chance to change our country for the better.\nDon't let it go to waste. VOTE!\n\nhttps:…"},{"id":795689746785767400,"created_at":"Mon Nov 07 18:09:53 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @Don_Vito_08: @newtgingrich https://t.co/kbP9vMFywx"},{"id":795689718289756200,"created_at":"Mon Nov 07 18:09:46 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @FiveRights: I'm libertarian 40 yrs but this election is way too important to vote Johnson or anyone else other than Trump. Don't risk e…"},{"id":795689326667591700,"created_at":"Mon Nov 07 18:08:13 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @SenatorSessions: Sessions Response To President Obama’s Comments On Illegal Immigrants Voting In U.S. https://t.co/onhwra8OtV"},{"id":795689109004161000,"created_at":"Mon Nov 07 18:07:21 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @CocoMac0424: #TrumpTrain #Trump2016 https://t.co/lL2Fevy1ae"},{"id":795688771849252900,"created_at":"Mon Nov 07 18:06:01 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @GeoScarborough: Momentum https://t.co/w8Kh4kOoK7"},{"id":795688753041997800,"created_at":"Mon Nov 07 18:05:56 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @confusedabout: @risetoflyy @carolinerose51 @NBCNews If you want your country back you have to get out and vote. Then #Ask5 ppl to do th…"},{"id":795688674352578600,"created_at":"Mon Nov 07 18:05:37 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @SallySmart90: Breaking: Openly discussing fixing election... God Save Us These Crooks! https://t.co/jHt4u0lu3z #DNCLeaks2 #PodestaEmail…"},{"id":795688531041615900,"created_at":"Mon Nov 07 18:05:03 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @dmartosko: This is about one-third of the line waiting to get in to see Trump in Sarasota. https://t.co/40iL5Euart"},{"id":795688470794694700,"created_at":"Mon Nov 07 18:04:49 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @BrittPettibone: Hey @jmpalmieri, does this mean you guys deliberately avoided turning over all of Hillary's emails?\n#PodestaEmails33\nht…"},{"id":795688370777325600,"created_at":"Mon Nov 07 18:04:25 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @alysenwonderlnd: @TrumpetingTrump Rasmussen just said on FOX...if Trump wins FL...HE WINS...GO FLORIDA, VOTE, VOTE, VOTE."},{"id":795688304998056000,"created_at":"Mon Nov 07 18:04:09 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @eladsinned: Future American Dream: Even the poor man can speak his mind in public. https://t.co/4sPLS2XTGZ"},{"id":795688242393874400,"created_at":"Mon Nov 07 18:03:54 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @newtgingrich: The destruction of James Comey by political pressure is painful to watch. He is being twisted into an indefensible pretze…"},{"id":795688224920313900,"created_at":"Mon Nov 07 18:03:50 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @BigStick2013: Comey sent a reminder to all voters -- If you want JUSTICE then vote Trump -- #DrainTheSwamp"},{"id":795687918878789600,"created_at":"Mon Nov 07 18:02:37 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @roycan79: #FLORIDA\n#ORLANDO\n#MIAMI\n#TAMPA\n#JACKSONVILLE\n#FL\n#STAUGUSTINE\n#COCONUTCREEK\n#LAKEWORTH\n#CUBANS\n#FORTMYERS\n#KEYWEST\n#FORTLAUD…"},{"id":795687816957165600,"created_at":"Mon Nov 07 18:02:13 +0000 2016","date":"November 07, 2016","hour":10,"text":"Wohoo! Michigan is going to light up RED AGAIN! Enough of the bad trad https://t.co/ZEPGdwC5wY"},{"id":795687287547920400,"created_at":"Mon Nov 07 18:00:07 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @wikileaks: \"Have her beat the sh*t out of a.. staffer\" as prep to make Clinton less \"unpleasent\" during interviews https://t.co/bavHkfU…"},{"id":795687267461427200,"created_at":"Mon Nov 07 18:00:02 +0000 2016","date":"November 07, 2016","hour":10,"text":"RT @AMike4761: Should California’s Votes be Disqualified Since They are Allowing Non-Citizens to Vote? - SUPREME COURT AMMO https://t.co/At…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":9,"count":73,"values":[{"id":795687238357160000,"created_at":"Mon Nov 07 17:59:55 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @LeahR77: \"FBI Director Comey\" Thank You For Confirming Just How #AboveTheLaw Hillary Is &amp; Why The American People Need To #DrainTheSwam…"},{"id":795687190529474600,"created_at":"Mon Nov 07 17:59:44 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @DeplorablePhD: @charliekirk11 https://t.co/ksTraQih4n"},{"id":795687156945715200,"created_at":"Mon Nov 07 17:59:36 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @PizzaPartyBen: HOLY FUCKING SHIT @Cernovich @PrisonPlanet @DonaldJTrumpJr @DanScavino https://t.co/TrDcVl865Q"},{"id":795686422720217100,"created_at":"Mon Nov 07 17:56:40 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @varepall: TRUMP SCHEDULE TODAY\n\nSarasota 11am\nRaleigh 3pm\nScranton 530pm\nManchester NH 8pm\nGrand Rapids MI 11pm\n\nSEE LIVE ON https://t.…"},{"id":795686377048469500,"created_at":"Mon Nov 07 17:56:30 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @alysenwonderlnd: @rharrisonfries @ceci8775 Rasmussen just said if Trump wins FL tomorrow it's over...He's PRESIDENT."},{"id":795686199486775300,"created_at":"Mon Nov 07 17:55:47 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @Coalition4Trump: We need all those interested in saving America in #Wyoming to #VoteTrump on Nov. 8th!\n\n#VoteTrumpWY\n#CoalitionForTrump…"},{"id":795686165332590600,"created_at":"Mon Nov 07 17:55:39 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @RichardTBurnett: https://t.co/h1se253Vlr"},{"id":795685956326162400,"created_at":"Mon Nov 07 17:54:49 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @notalemming: Impeachment Process Starts On French President Hollande For Disclosing Classified Information To Journalists | https://t.…"},{"id":795685537143259100,"created_at":"Mon Nov 07 17:53:09 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @Sgjustbecause: So happy to see the rest of NJ is finally waking up and getting their heads out of the sand!\nNJ for TRUMP!!! https://t.c…"},{"id":795685506898128900,"created_at":"Mon Nov 07 17:53:02 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @america_trump: Yep‼️👍🏻 Thank God we have you, Bill‼️😉 https://t.co/JhPoiEr6WV"},{"id":795685479127584800,"created_at":"Mon Nov 07 17:52:56 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @wikileaks: DNC prepared questions for the Wolf Blitzers' CNN interview of Donald Trump https://t.co/iIxWBly6LB https://t.co/6fMJZiBrbY"},{"id":795685460819513300,"created_at":"Mon Nov 07 17:52:51 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @RichardTBurnett: https://t.co/Ogoj39HkNE"},{"id":795685339549618200,"created_at":"Mon Nov 07 17:52:22 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @Tomvegas1: Let's get it done! #VoteTrumpPence16 #VoteTrump https://t.co/wxKVdcmVA0"},{"id":795685321694474200,"created_at":"Mon Nov 07 17:52:18 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @gcain63: #NeverHillary. No Criminal In The White House! https://t.co/Un9fLbbjIo"},{"id":795685304413917200,"created_at":"Mon Nov 07 17:52:14 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @HalleyBorderCol: LIVE Stream MIke Pence Rally in Traverse City Michigan (11/07/16) @ 1:00PM ET\n🇺🇸#MakeAmericaGreatAgain🇺🇸\nhttps://t.co/…"},{"id":795685202827903000,"created_at":"Mon Nov 07 17:51:50 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @mitchellvii: I think trump will win MI. I have a feeling about that state."},{"id":795685192119808000,"created_at":"Mon Nov 07 17:51:47 +0000 2016","date":"November 07, 2016","hour":9,"text":"Me too! Michigan has been destroyed by NAFTA &amp; bad trade deals! We want the \"real MI \" back! Mid MI voting trump! https://t.co/JePcsHLOXz"},{"id":795684848358817800,"created_at":"Mon Nov 07 17:50:25 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @CrystalDii: This young king is FLAMIN ALL OF TWITTER with this thread‼️ TALK THAT TALK YOUNG MAN, MY GOD‼️🙏🏽🙏🏽🙏🏽 https://t.co/qDhlHGzW3x"},{"id":795684779853226000,"created_at":"Mon Nov 07 17:50:09 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @wikileaks: RELEASE: The Podesta Emails Part 33 #PodestaEmails #PodestaEmails33 #HillaryClinton #imWithHer https://t.co/wzxeh70oUm https…"},{"id":795684763419938800,"created_at":"Mon Nov 07 17:50:05 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @RichardTBurnett: https://t.co/ayGLhhm2Gd"},{"id":795684741823557600,"created_at":"Mon Nov 07 17:50:00 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @DailyCaller: WIKILEAKS BOMBSHELL: Clinton Charity Lawyer Told Execs They Were Breaking The Law https://t.co/qi3srxHuVN #WikiLeaks #Pode…"},{"id":795684719639822300,"created_at":"Mon Nov 07 17:49:54 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @AltStreamMedia: \"Reset with the press-tell them a BIG, ELABORATE LIE\"\n\n#2016electioninthreewords\n\nhttps://t.co/Wcj3SYaagt\n\n #podestaema…"},{"id":795684683967299600,"created_at":"Mon Nov 07 17:49:46 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @WDFx2EU8: 🚨 #DNCLeak2 \"Finishing up at the national archives\" \nwiki: https://t.co/HltO6bJVBI\ndaily mail: https://t.co/qi5cR12vrt https:…"},{"id":795684585891885000,"created_at":"Mon Nov 07 17:49:23 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @GenFlynn: For the future of our children, join me in asking HRC to step down! https://t.co/NMauQO4srr @Oceaanfietser @ChapmanNancy @T…"},{"id":795684545542705200,"created_at":"Mon Nov 07 17:49:13 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @myGianLuca: RT\nIf YOU Don't Vote for TRUMP,\nit's a Vote for Hillary\n\nIf YOU DON'T VOTE AT ALL,\nit's a Vote for Hillary\n\n#MAGA &amp; VOTE 4…"},{"id":795684508758659100,"created_at":"Mon Nov 07 17:49:04 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @RichardTBurnett: https://t.co/LURJGdcU1K"},{"id":795684490584662000,"created_at":"Mon Nov 07 17:49:00 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @halsteadg048: Get and VOTE Donald J. Trump for President tomorrow November 8th, 2016 https://t.co/ciBwuibg74"},{"id":795684467037929500,"created_at":"Mon Nov 07 17:48:54 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @RepStevenSmith: The candidate who received 99.8% of all Wall Street donations doesn't really care about working families. #ElectionFina…"},{"id":795684445760221200,"created_at":"Mon Nov 07 17:48:49 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @0hour: I spoke up for Trump they banned my 80K account Spoke up again they hit my 50K account then my 20K account Hillary Clinton cant…"},{"id":795684379464962000,"created_at":"Mon Nov 07 17:48:33 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @JaredWyand: Did you abduct Madeleine McCann @JohnPodesta?\n\nWhat do you think @NewYorkFBI?\n\n#DNCLeak2 https://t.co/XnwUyIVJR8"},{"id":795684221385904100,"created_at":"Mon Nov 07 17:47:56 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @danieldovel: At this point you don't even have to support Trump to know that Hillary is too corrupt to lead our nation. C'mon.\n\n#Electi…"},{"id":795684204143149000,"created_at":"Mon Nov 07 17:47:52 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @TheTimmyTebow: This is unbelievable. FBI Comey says Hillary will still not be charged over emails. They went over 650,000 emails in fiv…"},{"id":795684155531153400,"created_at":"Mon Nov 07 17:47:40 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @mitchellvii: By my math, if trump carries CO Indies by 8-10, he will win the state by 240,000 votes and be elected President of the Uni…"},{"id":795684112522772500,"created_at":"Mon Nov 07 17:47:30 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @DRUDGE_REPORT: Jill Stein: Hillary Presidency 'Mushroom Cloud Waiting to Happen'..."},{"id":795684027118350300,"created_at":"Mon Nov 07 17:47:09 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @america_trump: 🇺🇸TRUMP RALLIES on MONDAY\n\n🌟SARASOTA, FL: 11AM\n🌟​RALEIGH, NC: 3PM\n🌟SCRANTON, PA: 5:30 PM\n🌟MANCHESTER, NH: 8PM\n🌟GRAND RAP…"},{"id":795684014069780500,"created_at":"Mon Nov 07 17:47:06 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @RichardTBurnett: https://t.co/gZ1E7sHO2X"},{"id":795683905810612200,"created_at":"Mon Nov 07 17:46:40 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @santiagos58: Fox News Electoral Scorecard: Map shifts again in Trump's favor, as Clinton holds edge | Fox News https://t.co/91p99EpmUk"},{"id":795683888131702800,"created_at":"Mon Nov 07 17:46:36 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @greeneyes0084: I want to thank @realDonaldTrump for exposing the rigged &amp; corrupt system..Evil flourishes when good men do nothing #Ele…"},{"id":795683787510345700,"created_at":"Mon Nov 07 17:46:12 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @umpire43: MSM is also in collusion with Hillary campaign to post Hillary big lead exit polls to keep Trump late voters home. WEAR RED t…"},{"id":795683767469936600,"created_at":"Mon Nov 07 17:46:07 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @BreitbartNews: makes u think https://t.co/QOVxI5XkBz"},{"id":795683732275531800,"created_at":"Mon Nov 07 17:45:59 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @PpollingNumbers: Florida @trfgrp Poll:\n\nTrump 50 (+4)\nClinton 46\nJohnson 2\nhttps://t.co/8efLFnd1jE https://t.co/6AtT8ls5B5"},{"id":795683714772582400,"created_at":"Mon Nov 07 17:45:55 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @PatriotGeorgia: If the FBI fails to indict Hillary and her co-conspirators, NYPD will go public with the emails https://t.co/IfoHPY7KUB"},{"id":795683654152421400,"created_at":"Mon Nov 07 17:45:40 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @0hour: All Trump supporters wear red tomorrow we need streamers at all major voting stations we need to see that DATA and count heads.…"},{"id":795683623114510300,"created_at":"Mon Nov 07 17:45:33 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @MaddieAndMichi: #ElectionFinalThoughts I'm voting for this guy. https://t.co/OXTOQ16o7d"},{"id":795683605578182700,"created_at":"Mon Nov 07 17:45:29 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @GenFlynn: When the going gets tough, the tough get going. Everyone needs to stay steady. We are going to win. Focus, vote and remember,…"},{"id":795683585512665100,"created_at":"Mon Nov 07 17:45:24 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @RichardTBurnett: https://t.co/ZEMr6ELJRp"},{"id":795683565514190800,"created_at":"Mon Nov 07 17:45:19 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @EmmaVigeland: CONFIRMED-- @HillaryClinton and her campaign met with Super PAC @prioritiesUSA, which is against the law. Jeez. #PodestaE…"},{"id":795683516616998900,"created_at":"Mon Nov 07 17:45:08 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @UnPoliticalPrty: 6 Reasons to #VoteTrump\n\n1 Justice Scalia's seat is vacant\n2 Ginsberg is 82 years old\n3 Kennedy is 79\n4 Breyer is 77\n5…"},{"id":795683441488576500,"created_at":"Mon Nov 07 17:44:50 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @francisdominicu: #ElectionFinalThoughts #Election2016 #VoteTrumpPence2016 #MAGA https://t.co/Nf8JRxoe7Z"},{"id":795683423885099000,"created_at":"Mon Nov 07 17:44:45 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @starmlw: #ElectionFinalThoughts #MAGA #MAGAx3 https://t.co/V9ZkHJtjda"},{"id":795683402515148800,"created_at":"Mon Nov 07 17:44:40 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @iAmFreedomMan: #TrumpTheEstablishment!\n#AllPatriotsUnite! https://t.co/52OYxdZBau\nhttps://t.co/ykBJ9pp16M #changethewOrld\n@realDonaldTr…"},{"id":795683385083625500,"created_at":"Mon Nov 07 17:44:36 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @roycan79: WORLD LAUGHING AT USA! Papers across globe carrying #Hillary corruption stories! If elected, she won't be TRUSTED or RESPECTE…"},{"id":795683323473444900,"created_at":"Mon Nov 07 17:44:22 +0000 2016","date":"November 07, 2016","hour":9,"text":"@mitchellvii @SharonMcCutchan shut off CNN almost a year ago convinced my 75 yo dem mom 2 vote trump! She's sick of LIES from HRC &amp; DEMS"},{"id":795683034120994800,"created_at":"Mon Nov 07 17:43:13 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @mitchellvii: Folks, the media will be in full throated lie their asses off mode the next two days. Turn that sh*t off. Trump is winni…"},{"id":795682986461106200,"created_at":"Mon Nov 07 17:43:01 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @carlajo1947: TRUMP POPS TO 2.4% LEAD IN IBD/TIPP\n\nTHIS WAS THE MOST ACCURATE POLL 2004-2012\n\n#ELECTIONFINALTHOUGHTS #DNCLEAKS2 HILLARY…"},{"id":795682924410638300,"created_at":"Mon Nov 07 17:42:46 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @Mathiasian: Wake up. These are the people who will have your children under their thumb if Hillary wins. Register 3 people to vote #MAG…"},{"id":795682616712319000,"created_at":"Mon Nov 07 17:41:33 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @beldch: 2.5 Mile Long Lines for Donald Trump Midnight Rally, Leesburg Virginia https://t.co/yPdjleLBdj https://t.co/eb7Jd0Xovf"},{"id":795682583917002800,"created_at":"Mon Nov 07 17:41:25 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @nepafortrump: @realDonaldTrump NO CANDIDATE in HISTORY EVER had a FINAL CAMPAIGN DAY LIKE THIS = 5-Stops in 5-States! #VoteTrump #Trump…"},{"id":795682464748499000,"created_at":"Mon Nov 07 17:40:57 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @PatriotGeorgia: Trump Slams FBI Over Hillary Email Decision: ‘It's A Rigged System!' https://t.co/Zqv20vzTcT"},{"id":795682391117484000,"created_at":"Mon Nov 07 17:40:39 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @steph93065: The evidence of a clear crime committed by Hillary is all over social media &amp; was spelled out by Comey himself. No charges=…"},{"id":795682370691223600,"created_at":"Mon Nov 07 17:40:34 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @new_debis: Blue-Collar Wave In Midwest States Could Carry Donald Trump To Oval Office - Breitbart https://t.co/3LFBgwPS7b via @Breitbar…"},{"id":795682343080067100,"created_at":"Mon Nov 07 17:40:28 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @asamjulian: @HillaryClinton Hillary has no message. 100% smear campaign."},{"id":795682318719615000,"created_at":"Mon Nov 07 17:40:22 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @InGodIDoTrust: CNN is an unregistered Super PAC for Hillary. I'm sure that violates some laws right there. https://t.co/MwctUCt53r"},{"id":795682306912645100,"created_at":"Mon Nov 07 17:40:19 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @GlennFranco68: FLORIDA SHOCK: TRUMP OUTPERFORMS ROMNEY BY 130,000 IN EARLY VOTING!.. https://t.co/0XxPtIzEVr https://t.co/ivTnSHcUHL"},{"id":795682119125205000,"created_at":"Mon Nov 07 17:39:34 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @FAIRImmigration: California Set To Let Public Schools Teach Primarily In Spanish https://t.co/aMK2QZg7iG via @dailycaller"},{"id":795682101475545100,"created_at":"Mon Nov 07 17:39:30 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @rharrisonfries: https://t.co/5zre4otvxH"},{"id":795682082638991400,"created_at":"Mon Nov 07 17:39:26 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @BigStick2013: MSM is focused &amp; pushing emails - The corruption is far reaching involving Clinton Foundation (including trafficking of c…"},{"id":795682055480811500,"created_at":"Mon Nov 07 17:39:19 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @FoxNewsInsider: WATCH: @JudgeJeanine and @SheriffClarke Make Their Final Predictions @seanhannity https://t.co/bj3aCEBhdu https://t.co/…"},{"id":795682035209830400,"created_at":"Mon Nov 07 17:39:14 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @Cernovich: To the honest FBI agents:\n\nWe know Comey is corrupt and his actions might reflect poorly on you.\n\nYOU still have time to do…"},{"id":795681991714832400,"created_at":"Mon Nov 07 17:39:04 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @realDonaldTrump: Join me live in Reno, Nevada!\nhttps://t.co/T4bf1hrxaA https://t.co/EPqRXHa1CM"},{"id":795681914485149700,"created_at":"Mon Nov 07 17:38:46 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @slw2547: #nevada #northcarolina #newhampshire #arizona #iowa #ohio #florida #pennsylvania #michigan #wisconsin #minnesota #maine #washi…"},{"id":795675279448477700,"created_at":"Mon Nov 07 17:12:24 +0000 2016","date":"November 07, 2016","hour":9,"text":"As a woman, I hate HRC B/C she's a liar, she sold out amer.for $ ,she left our soldiers 2die, she's NOT 4 WOMEN! https://t.co/DDeyXQ5FNx"},{"id":795674128200114200,"created_at":"Mon Nov 07 17:07:49 +0000 2016","date":"November 07, 2016","hour":9,"text":"RT @BourneInTexas: No surprise there is no justice.\n@jasoninthehouse \nIt wouldn't bother me if he's impeached. Should he be?\n👇🏼 https://t.c…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":8,"count":43,"values":[{"id":795668669200089100,"created_at":"Mon Nov 07 16:46:08 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @ggeett37aaa: MT @HeatherPlonski1: Pray for our Military &amp; Veterans. \n#PrayForUSA https://t.co/47appKaTmt #SOT #PJNET"},{"id":795668588837253100,"created_at":"Mon Nov 07 16:45:49 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @AnnCoulter: Lamont Hill: \"I’m not scared of Trump.\" I'm scared of Hillary“using war as the primary instrument of foreign policy” https:…"},{"id":795668525859815400,"created_at":"Mon Nov 07 16:45:34 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @SonofLiberty357: LARGEST IRAQI CHRISTIAN TOWN LIBERATED FROM ISIS - Citizens Pray for TRUMP VICTORY https://t.co/FpW1Yx004D"},{"id":795667071673606100,"created_at":"Mon Nov 07 16:39:47 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @realDonaldTrump: MONDAY - 11/7/2016\n\nScranton, Pennsylvania at 5:30pm.\nhttps://t.co/BcErCtsPdF\n\nGrand Rapids, Michigan at 11pm.\nhttps:/…"},{"id":795666988982878200,"created_at":"Mon Nov 07 16:39:27 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @BrittPettibone: So then was the DNC planning the Donald Trump rape allegations as far back as May?\n\n#DNCLeak2 \nhttps://t.co/ZA0jncIpYl…"},{"id":795666922306052100,"created_at":"Mon Nov 07 16:39:11 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @LindaSuhler: Trump voters don't scare &amp; we sure as hell don't back down.\nTomorrow, we're taking our country BACK.\n\n#ElectionFinalThough…"},{"id":795666901720408000,"created_at":"Mon Nov 07 16:39:06 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @FoxNewsInsider: 'A Bottomless Level of Corruption': @DineshDSouza Rips 'Morally Reprehensible' Clinton Foundation @foxandfriends https:…"},{"id":795666856027689000,"created_at":"Mon Nov 07 16:38:55 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @ScottAdamsSays: I wonder if they threw away the saddle when he was done. https://t.co/o0BqXMSGq7"},{"id":795666836188643300,"created_at":"Mon Nov 07 16:38:51 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @2Twitte39301335: Contrary to MSM spin, Hillary is the one who took this election into the gutter. Her whole strategy was going gutter.…"},{"id":795666817448484900,"created_at":"Mon Nov 07 16:38:46 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @LBenton21: @HillaryClinton is in collusion with our terrorist enemies! Should be brought up on treason charges by @LorettaLynch...do y…"},{"id":795666796166533100,"created_at":"Mon Nov 07 16:38:41 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @DanScavino: .@TeamTrump in Florida! Back in Sarasota - 11am rally at the Fairgrounds. Join @realDonaldTrump: https://t.co/aHXieK05Ui ht…"},{"id":795666779641000000,"created_at":"Mon Nov 07 16:38:37 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @DailyCaller: WIKILEAKS: CNN Asked DNC For Questions For Interviews With Trump, Cruz https://t.co/cx6M19MEZZ #WikiLeaks #DNCLeaks2 https…"},{"id":795666765606858800,"created_at":"Mon Nov 07 16:38:34 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @lilmisslisajean: #DNCleak2 @CNN what do you have to say? @wolfblitzer what a disgusting excuse for a reporter! Are you part of #CometPi…"},{"id":795666735814688800,"created_at":"Mon Nov 07 16:38:27 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @kirstiealley: \"Gotta fix breakfast, get dressed, then have my housekeeper fire off a few classified emails\"...said no one ever...excep…"},{"id":795666708832759800,"created_at":"Mon Nov 07 16:38:20 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @DarkNetXX: .@wikileaks confirms Clinton's killed Vince Foster. Email ID: 1643150 Look it up! REAL DEAL! #DNCLEAKS2 #Wikileaks #SpiritCo…"},{"id":795666667355242500,"created_at":"Mon Nov 07 16:38:10 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @lizzydebbie: @TeamTrumpAZ Go Trump Go you are the bright and shining Star that will Help All Americans find jobs, safety, and their d…"},{"id":795666583976714200,"created_at":"Mon Nov 07 16:37:51 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @Stevenwhirsch99: If Hillary is elected our constitution will under seige. America will be under the control of billionaire globalists.…"},{"id":795666490221465600,"created_at":"Mon Nov 07 16:37:28 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @TEN_GOP: US sailor gets 1 year of prison for being reckless w/ 6 photos of sub\n\nHillary gets away w/ 33k emails.. https://t.co/jmPjfPCR…"},{"id":795666468490727400,"created_at":"Mon Nov 07 16:37:23 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @hectormorenco: 3. What we do know is that foreign governments have given to the Clinton Foundation without any specified goal. https://…"},{"id":795665932777451500,"created_at":"Mon Nov 07 16:35:15 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @mitchellvii: In FoxNews Poll, Trump wins White Evangelicals 78/15."},{"id":795665860899704800,"created_at":"Mon Nov 07 16:34:58 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @mitchellvii: This slew of last minute polls surging to Hillary are designed to discourage you on ED. Ignore them."},{"id":795665283939635200,"created_at":"Mon Nov 07 16:32:41 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @JackPosobiec: Rob O'Neill: \"98% of US Special Forces are voting for Trump\""},{"id":795665259344183300,"created_at":"Mon Nov 07 16:32:35 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @mitchellvii: ABC just predicted a Trump LANDSLIDE of 700,000 votes in FL."},{"id":795665242378248200,"created_at":"Mon Nov 07 16:32:31 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @mitchellvii: I guarantee with 100% certainty, Trump wins tomorrow. He takes CO and MI."},{"id":795665225265528800,"created_at":"Mon Nov 07 16:32:27 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @ColumbiaBugle: #Editorial Getting a swarm of texts from my liberal friends that are just this:\n\"F*ck it I'm gonna vote for Trump\" #Elec…"},{"id":795665197562150900,"created_at":"Mon Nov 07 16:32:20 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @wikileaks: RELEASE: All #PodestaEmails until yesterday in MBOX and Maildir formats. You can import into Mac Mail or Outlook https://t.c…"},{"id":795665136086175700,"created_at":"Mon Nov 07 16:32:05 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @hrtablaze: One of the most beautiful speeches delivered on the campaign. Tmw we Make America Great Again for everyone!#ElectionFinalTho…"},{"id":795665010538070000,"created_at":"Mon Nov 07 16:31:35 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @WDFx2EU8: 🚨 #DNCLeaks2 Stratfor: \"I thought Vince Foster was the only person the Clinton's killed. How naive I was\" https://t.co/Xjpmph…"},{"id":795664990770319400,"created_at":"Mon Nov 07 16:31:31 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @realDonaldTrump: Thank you Pennsylvania- I am forever grateful for your amazing support. Lets MAKE AMERICA GREAT AGAIN! #MAGA https://t…"},{"id":795664969526194200,"created_at":"Mon Nov 07 16:31:26 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @SAMMIESMILES8: LET'S GO, #MICHIGAN!!!\nTOGETHER WE CAN #MAGA \n#MAGA3X \n#VoteTRUMP\n#TRUMPSTRONG!!! https://t.co/esbUxYfeDN"},{"id":795664935241928700,"created_at":"Mon Nov 07 16:31:17 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @JimHawkpga: THE WHOLE DAMN THING IS RIGGED!!!!\n\n#draintheswap \n\nOUTRAGED!!!!\n\nGRAB UR GUNS AMERICAN....TYRANNY IS HERE.\n\n@NolteNC https…"},{"id":795664918418571300,"created_at":"Mon Nov 07 16:31:13 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @Conservatexian: New post: \"Poll: Donald Trump Leads Hillary Clinton by Two Points, 24 Hours until Election Day\" https://t.co/bdbv6gH54o"},{"id":795664893160538100,"created_at":"Mon Nov 07 16:31:07 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @foxandfriends: Brand new #DNCLeaks2 reveal plans to label Trump a sexual predator and friend of Vladimir Putin (via @KristinFisher) htt…"},{"id":795664867986280400,"created_at":"Mon Nov 07 16:31:01 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @wikileaks: @GenFlynn 5/ That task of following the back and forth doens't work if you have the emails split up to 500 different people…"},{"id":795664646719930400,"created_at":"Mon Nov 07 16:30:09 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @Fr3333dom: I'd be lying if I said the #DNCLeak2 revelations about the DNC and CNN surprised me\n\n#ElectionFinalThoughts\n@realDonaldTrump…"},{"id":795664594391838700,"created_at":"Mon Nov 07 16:29:56 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @kelliwardaz: Why vote? #SaveAmerica #DrainTheSwamp https://t.co/HhC5H7uKsu"},{"id":795664549793775600,"created_at":"Mon Nov 07 16:29:46 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @DanScavino: If ALL supporters go out &amp; #VoteTrumpPence16- THE SWAMP WILL BE DRAINED! This is the view @realDonaldTrump has in Michigan…"},{"id":795664210684297200,"created_at":"Mon Nov 07 16:28:25 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @joelpollak: Massive overflow outside hall at 12:22 for #Trump \"Midnight Special\" speech in #Leesburg #Virginia https://t.co/n8xMvGiGC5"},{"id":795664119022043100,"created_at":"Mon Nov 07 16:28:03 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @USAneedsTRUMP: #ElectionFinalThoughts https://t.co/iD0jAmX2fQ"},{"id":795664092849520600,"created_at":"Mon Nov 07 16:27:57 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @WayneDupreeShow: Liberal Elderly Couple To Vote Trump After Comey Latest Clinton Decision https://t.co/caq7H9aOGm via @marianaatencio #…"},{"id":795664033944727600,"created_at":"Mon Nov 07 16:27:43 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @Cory_1077: #HumaAbedin 🚨🆘🚨🆘🚨\n\nIf you thought emails released National Security Secrets? \n\nImagine having a # SPY for the MUSLIM BROTHER…"},{"id":795663915384381400,"created_at":"Mon Nov 07 16:27:14 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @DanScavino: DAY 510. ONE DAY. \n#VoteTrumpPence16"},{"id":795661604633227300,"created_at":"Mon Nov 07 16:18:03 +0000 2016","date":"November 07, 2016","hour":8,"text":"RT @MrMark3Love: @glennbeck you flip-flop asshole."}]},{"date":"2016-11-07T08:00:00.000Z","hour":5,"count":11,"values":[{"id":795621453202858000,"created_at":"Mon Nov 07 13:38:31 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @mitchellvii: Looks like LATimes/USC poll is settling in around a 5 point Trump win. I've been predicting 5-6 points for weeks."},{"id":795621436563951600,"created_at":"Mon Nov 07 13:38:27 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @ThoseUSAGirls: Daily Mail: DNC Wrote CNN's Questions for Trump, Cruz: https://t.co/J8h832361q Hillary Loses The Left #DNCLeak2 #DNCLeak…"},{"id":795621422978699300,"created_at":"Mon Nov 07 13:38:23 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @RepStevenSmith: Even with the DNC writing the questions for @wolfblitzer, he still couldn't beat Trump. (NSFW) #ElectionFinalThoughts #…"},{"id":795621392138039300,"created_at":"Mon Nov 07 13:38:16 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @pnehlen: RT this if you want .@realDonaldTrump to know we think @PRyan is weak, should be replaced with a People's Speaker. https://t.…"},{"id":795621333291991000,"created_at":"Mon Nov 07 13:38:02 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @xXpcstevens: The tweets under this hashtag are so incredibly depressing. Hillary voters have no clue who they're really voting for #Ele…"},{"id":795621302581284900,"created_at":"Mon Nov 07 13:37:55 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @AOverit: NO PASS FOR AMERICANS. PRISON FOR IGNORANCE OF LAW CLAIM. Why not #Hillary? #Trump, #FBI, #WikiLeaks https://t.co/L3xTHTZ0…"},{"id":795621283258134500,"created_at":"Mon Nov 07 13:37:50 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @MagicRoyalty: @realDonaldTrump .@JudgeJeanine: \"There are two systems of justice in America. One for everyday Americans. And one for Hi…"},{"id":795621257299578900,"created_at":"Mon Nov 07 13:37:44 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @michelle4trump: When you claim to be a charitable organization, but the money goes towards funding your freeloading child's lavish life…"},{"id":795621210721779700,"created_at":"Mon Nov 07 13:37:33 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @mitchellvii: Trump's support is surging into the close, Hillary's support (especially among Bernie voters) is collapsing. Her ED turnou…"},{"id":795613334716420100,"created_at":"Mon Nov 07 13:06:15 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @PrisonPlanet: Video: “Bill Clinton is a Rapist” Protesters Crash Obama Speech - https://t.co/Fn7eza7UE6 https://t.co/U00zRLCAzi"},{"id":795613260162760700,"created_at":"Mon Nov 07 13:05:57 +0000 2016","date":"November 07, 2016","hour":5,"text":"RT @laura_stietz: If U want a President who puts America First then Vote Trump. If U want a President who is a Criminal vote Hillary \n#Elec…"}]},{"date":"2016-11-07T08:00:00.000Z","hour":4,"count":28,"values":[{"id":795611743594704900,"created_at":"Mon Nov 07 12:59:56 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @RepStevenSmith: If your campaign manager participates in Satanic rituals—and it doesn't even bother you,\n—you shouldn't be president. #…"},{"id":795611632617529300,"created_at":"Mon Nov 07 12:59:29 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @LogicalCampaign: TRUTH!!\n\nWhite people voting for #CrookedHillary are RACISTS!!\n\n#ElectionFinalThoughts #MondayMotivation #DrainTheSwam…"},{"id":795611133587636200,"created_at":"Mon Nov 07 12:57:30 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @RepStevenSmith: The year we stopped believing the corrupt mainstream media. #ElectionFinalThoughts https://t.co/Upn7yUsQD5"},{"id":795610852820914200,"created_at":"Mon Nov 07 12:56:23 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @Amandaelrod86: Get out n vote. Don't believe polls. Don't listen to the hype. Get out n vote for Trump n Make America Great Again #Ele…"},{"id":795610820956852200,"created_at":"Mon Nov 07 12:56:16 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @RedStateMojo: \"It's Time To Close The History Books On The Clintons\" \n\nhttps://t.co/IoztqIxxpe\n\n#ncpol #ncsen #raleigh #ElectionFinalTh…"},{"id":795610730112438300,"created_at":"Mon Nov 07 12:55:54 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @AmyMek: Hillary's Team destroyed Files at the Nation Archives linking Clinton to Vince Fosters Death #ClintonKill\n#DNCLeak2 https://t.c…"},{"id":795610703864430600,"created_at":"Mon Nov 07 12:55:48 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @BrittPettibone: Hey @megynkelly, just thought you should know that people at the DNC think you're a bimbo. \n\n#DNCLeak2\nhttps://t.co/T7A…"},{"id":795610685438881800,"created_at":"Mon Nov 07 12:55:43 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @BrittPettibone: So does this suggest a coverup of the nature of Vince Foster's and Ron Brown's deaths?\n#DNCLeak2\nhttps://t.co/FVetOaPU2…"},{"id":795610659245396000,"created_at":"Mon Nov 07 12:55:37 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @francisdominicu: After reading:\nhttps://t.co/bmgNMx7Uwz \nthis video is VERY creepy\n#dncleak2 https://t.co/icEuHlq9n3"},{"id":795610379799986200,"created_at":"Mon Nov 07 12:54:30 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @LeahRBoss: I'm not a huge conspiracy theorist...\n\nBUT\n\nPodesta brothers and sketches of #MadeleineMcCann abductors. #DNCLeak2 \n\nhttps:/…"},{"id":795610349663912000,"created_at":"Mon Nov 07 12:54:23 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @Always_Trump: #DNCLeak2 is HUGE, folks. Tying Podesta to CHILD KIDNAPPING - big enough for them to shut Wikileaks website DOWN (and pro…"},{"id":795610245150244900,"created_at":"Mon Nov 07 12:53:58 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @cristinalaila1: That moment Wikileaks dropped the Vince Foster and Ron Brown emails #DNCLeak2 https://t.co/23SXT3n6j2"},{"id":795610220059914200,"created_at":"Mon Nov 07 12:53:52 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @LeahRBoss: \"Screw the starving kids in Africa, we need this $3 mil from our charitable foundation for a wedding!\"\n\n#DNCLeak2 \n\nhttps://…"},{"id":795610192146812900,"created_at":"Mon Nov 07 12:53:46 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @jpm05880: 🚨 #DNCLeak2 \"Finishing up at the national archives\" #VinceFoster \ndaily mail: https://t.co/FSlY0J2hSj https://t.co/D56C4ruTm9"},{"id":795610018011840500,"created_at":"Mon Nov 07 12:53:04 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @FightNowAmerica: Vince Foster and Ron Brown were murdered by the Clintons.\n\n#DNCleak2 #DNCleaks2 #ImWithHer Janet Reno #ElectionFinalTh…"},{"id":795609873341939700,"created_at":"Mon Nov 07 12:52:30 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @matt768: I hope everyone is here is voting Trump, its worth the time taken out of your day to end D.C corruption and all elites #DNCLea…"},{"id":795609854253658100,"created_at":"Mon Nov 07 12:52:25 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @peddoc63: DNC &amp; Hillary maliciously planned to label Trump as sexual predator &amp; false propaganda of Trump's association with Putin &amp; Ru…"},{"id":795609835471536100,"created_at":"Mon Nov 07 12:52:21 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @NetworksManager: .@wikileaks under DDoS attack as release murder detailing #DNCLeak2 &amp; Twitter artificially changes it to #DNCLeakS2 ht…"},{"id":795609799773851600,"created_at":"Mon Nov 07 12:52:12 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @papabearnc: #morningjoe when Janet Reno #DNCLeak2 #VinceFoster #RonBrown and #Hillarylosttheleft are all trending it sure looks like a…"},{"id":795609770539487200,"created_at":"Mon Nov 07 12:52:05 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @kcchiefzgirl: Working with Creamer to plant protestors. @JamesOKeefeIII @Project_Veritas @realDonaldTrump \n#DNCLeak2 #DNCLeaks2 \nhttps:…"},{"id":795609709516640300,"created_at":"Mon Nov 07 12:51:51 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @YoWillieM: #DNCLeaks2 Ron Brown ... Vince Foster keep this trending. HRC is killed, The Clintons killed! #DNCLeak2 https://t.co/dEF1Ry…"},{"id":795609557460549600,"created_at":"Mon Nov 07 12:51:14 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @enjoynChi: Wikileaks new 8,263 emails shows DNC helped CNN anchors for interviews https://t.co/zWbPjUqIK6 #DNCLeaks2 #DNCLeak2"},{"id":795609533557211100,"created_at":"Mon Nov 07 12:51:09 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @enjoynChi: \"Per agreement... Vogel gave me his story ahead of time...\" @Politico #DNCLeaks2 #DNCLeak2 https://t.co/QP7Syzt4aa"},{"id":795609467790430200,"created_at":"Mon Nov 07 12:50:53 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @pinepilot: CNN should be sued for false reporting and rigging an election! !!\n#DNCleaks2 #DNCLEAK2 \nTHEY ARE PAID HILLARY HAGS https://…"},{"id":795609434919759900,"created_at":"Mon Nov 07 12:50:45 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @jpm05880: #DNCLeak2 @jmpalmieri WOW!! DNC DISCUSSING THEIR FAKED GROPING CHARGES AGAINST @realDonaldTrump !! DNC IS SCUM!! https://t.co…"},{"id":795609384025997300,"created_at":"Mon Nov 07 12:50:33 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @immike22: \"Needy Latinos\" &amp; \"Taco Bowls\" will not vote 4 @HillaryClinton.\n\nDemocrats think Latinos r stupid &amp; will blindly vote 4 them…"},{"id":795609365671804900,"created_at":"Mon Nov 07 12:50:29 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @PolyPatriot: Hey @megynkelly, just thought you should know that people at the DNC think you're a bimbo. \n\n#DNCLeak2\nhttps://t.co/8utW9t…"},{"id":795608719216275500,"created_at":"Mon Nov 07 12:47:55 +0000 2016","date":"November 07, 2016","hour":4,"text":"RT @JustDonPerla: WOW... PACKED HOUSE ! https://t.co/dJUHlGx1lP"}]},{"date":"2016-11-06T07:00:00.000Z","hour":20,"count":9,"values":[{"id":795479724952879100,"created_at":"Mon Nov 07 04:15:20 +0000 2016","date":"November 06, 2016","hour":20,"text":"RT @sercharlie: DNC staff internally acknowledging that the GOP has more Latino support than they do.\n#DNCLeak2 #DNCLeaks2 #Wikileaks https…"},{"id":795479612792901600,"created_at":"Mon Nov 07 04:14:53 +0000 2016","date":"November 06, 2016","hour":20,"text":"RT @Cygnarmain: #DNCLeak2 just proves how right Trump has been from day one. You people voting for Hillary should be ashamed of your party…"},{"id":795479555649716200,"created_at":"Mon Nov 07 04:14:40 +0000 2016","date":"November 06, 2016","hour":20,"text":"RT @NewtTrump: BOMBSHELL: Here's the SMOKING GUN connecting the DNC with Bob Creamer's inciting violence at Trump rallies/the RNC @JamesOKe…"},{"id":795478970137358300,"created_at":"Mon Nov 07 04:12:20 +0000 2016","date":"November 06, 2016","hour":20,"text":"She knows too much! https://t.co/keEZCeyV3j"},{"id":795478783834882000,"created_at":"Mon Nov 07 04:11:36 +0000 2016","date":"November 06, 2016","hour":20,"text":"@USAforTrump2016 @HillaryClinton thank you &amp; please tell them all r welcome, we MUST NOT put her in the WH!"},{"id":795477003747074000,"created_at":"Mon Nov 07 04:04:31 +0000 2016","date":"November 06, 2016","hour":20,"text":"RT @TallahForTrump: #DNCLeak2 @jmpalmieri WOW!! DNC DISCUSSING THEIR FAKED GROPING CHARGES AGAINST @realDonaldTrump !! DNC IS SCUM!! https:…"},{"id":795476907890503700,"created_at":"Mon Nov 07 04:04:08 +0000 2016","date":"November 06, 2016","hour":20,"text":"RT @Always_Trump: #DNCLeak2: \"F**king (Morning) Joe claiming system rigged, party against him; we need to complain to their producer\" https…"},{"id":795476767825920000,"created_at":"Mon Nov 07 04:03:35 +0000 2016","date":"November 06, 2016","hour":20,"text":"RT @BrittPettibone: Hey @jaketapper, why are you receiving questions from the DNC? \n\nResign!\n\n#DNCLeak2\nhttps://t.co/j7yeTaIDkE https://t.c…"},{"id":795476335330205700,"created_at":"Mon Nov 07 04:01:52 +0000 2016","date":"November 06, 2016","hour":20,"text":"@JesseJaymz @JaredWyand @MajorCBS @realDonaldTrump GO MI! we MUST turn our state RED! @TedNugent MI loves you! #motorcity 4 #TrumpPence16"}]},{"date":"2016-11-06T07:00:00.000Z","hour":19,"count":13,"values":[{"id":795462682447069200,"created_at":"Mon Nov 07 03:07:37 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @JaredWyand: WOW another look at Trump in Sterling Heights, MI https://t.co/aXfD27Su58"},{"id":795462350384066600,"created_at":"Mon Nov 07 03:06:17 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @chuckwoolery: Only one way left to stop #Hillary. Vote #Trump on Tuesday. We can do what they won't. Don't be a part of this #CRIME."},{"id":795462238400315400,"created_at":"Mon Nov 07 03:05:51 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @mitchellvii: @NateSilver538 now calling FL for Trump. As they say, FL is a microcosm of the country.\n\nP.S., Trump could win this huge."},{"id":795462162697375700,"created_at":"Mon Nov 07 03:05:33 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @DeliriumLemons: #DNCLeak2 @jmpalmieri WOW!! DNC DISCUSSING THEIR FAKED GROPING CHARGES AGAINST @realDonaldTrump !! DNC IS SCUM!! https:…"},{"id":795461925656264700,"created_at":"Mon Nov 07 03:04:36 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @jordan_ives68: I'm very impressed with FBI director Comey! He read 650,000 emails in just one week! That should go in the record books!…"},{"id":795461844655898600,"created_at":"Mon Nov 07 03:04:17 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @IJCFilm: Your network needs to issue a public apology NOW. This is unacceptable @CNN. How can you live with yourselves?\n#DNCLeak2 #Croo…"},{"id":795461724296069100,"created_at":"Mon Nov 07 03:03:48 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @NormalGuyUSA: Trump to Michigan Rally: ‘Hillary’s Guilty. She Knows It’ - https://t.co/HPpf19DrMz https://t.co/rOqTpCaGwx"},{"id":795461683506507800,"created_at":"Mon Nov 07 03:03:38 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @hippadrone: Franklin Graham, asks nation to pray on Election Day, calls for 'Christian Revolution,' https://t.co/F5j1dKMDzn"},{"id":795461348952076300,"created_at":"Mon Nov 07 03:02:19 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @RPM95301: Criminal President Obama Encourages Illegal Aliens to Vote – Promises No Repercussions (VIDEO) https://t.co/fJjnefL7Gi via @g…"},{"id":795461325879132200,"created_at":"Mon Nov 07 03:02:13 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @angeloftruth11: TRUMP SUPPORTERS,\nVISUALIZE THAT #HILLARY HAS LOST!\nVISUALIZE THAT #TRUMP IS OUR 45th POTUS!\nAMEN!\nRETWEET!"},{"id":795461288893751300,"created_at":"Mon Nov 07 03:02:04 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @JerryFande: Nailed it!\n@mitchellvii @LindaSuhler @slone https://t.co/u8KuqpI5pg"},{"id":795461250771812400,"created_at":"Mon Nov 07 03:01:55 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @LucySullivan888: https://t.co/zLlkhlWTqw"},{"id":795461177237237800,"created_at":"Mon Nov 07 03:01:38 +0000 2016","date":"November 06, 2016","hour":19,"text":"RT @datrumpnation1: My god I am so wiped out from the Trump rally today in Minnesota. Honestly this was the best event I have been apart o…"}]},{"date":"2016-11-06T07:00:00.000Z","hour":18,"count":13,"values":[{"id":795460222991089700,"created_at":"Mon Nov 07 02:57:50 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @mitchellvii: No one believes Hillary is innocent. Those who are voting for her simply don't care."},{"id":795459200520486900,"created_at":"Mon Nov 07 02:53:46 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @handley_dix: .@LorettaLynch @FBI @HillaryClinton Your blatant corruption, graft &amp; arrogant lawlessness won't go unpunished. #wikileaks…"},{"id":795459127510241300,"created_at":"Mon Nov 07 02:53:29 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @VivaLaAmes: Breaking : @CNN and @wolfblitzer ASKED THE DNC FOR QUESTIONS THEY SHOULD ASK TRUMP\nSick of this shit? VOTE.\nhttps://t.co/OE…"},{"id":795459107566288900,"created_at":"Mon Nov 07 02:53:24 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @MarkDice: Wow! FBI Director Comey is a speed reader! Went through all 650,000 emails in one week. That's amazing. #VoteTrump Drain…"},{"id":795458219917316100,"created_at":"Mon Nov 07 02:49:53 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @wikileaks: @GenFlynn 3/ To development the workflow and resources for 1000 officers takes many days. Eight is implausible."},{"id":795458202011889700,"created_at":"Mon Nov 07 02:49:48 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @GenFlynn: It took 1 year to review 60K and 8 days to review 650K? Smart machines or not, something does not jive. Thoughts?"},{"id":795457939515568100,"created_at":"Mon Nov 07 02:48:46 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @LindaSuhler: It's way past time to vote these dangerous clowns out, folks.\n\nOn Nov 8th #VoteTrump and #DrainTheSwamp\n\nhttps://t.co/DUqM…"},{"id":795457905516564500,"created_at":"Mon Nov 07 02:48:38 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @CROWENATION2016: @NolteNC @CannonballRoll @Mediaite does @JohnJHarwood have the DNC hold his dick when he takes a tinkle, too?"},{"id":795457863565111300,"created_at":"Mon Nov 07 02:48:28 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @ARmastrangelo: #PodestaEmails33 #Wikileaks\nYet another email showing that even Hillary's staff knows she's crooked. @RobbyMook @johnpod…"},{"id":795457828387426300,"created_at":"Mon Nov 07 02:48:19 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @Newberry8965Kim: Great advice. Educate yourself watch TRUMP. BE on the right side of history. WE deserve better. It's OK to expect more…"},{"id":795456924141715500,"created_at":"Mon Nov 07 02:44:44 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @aduanebrown: \"Yes Mrs. Clinton, I will print out the classified information in violation of federal law. \" https://t.co/ke96DOajrp"},{"id":795456901886709800,"created_at":"Mon Nov 07 02:44:38 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @BrittPettibone: Oh look, the DNC was directing which Wolf Blitzer questions should be asked of Trump.\n#DNCLeak2 \nhttps://t.co/Q189L3fef…"},{"id":795456646407450600,"created_at":"Mon Nov 07 02:43:38 +0000 2016","date":"November 06, 2016","hour":18,"text":"RT @LindaSuhler: In Florida, Trump in Far Better Shape Than Romney Before Election Day\n#VoteTrump #FloridaForTrump #DrainTheSwamp \nhttps:/…"}]},{"date":"2016-11-06T07:00:00.000Z","hour":14,"count":26,"values":[{"id":795388087937466400,"created_at":"Sun Nov 06 22:11:12 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @0hour: Its gonna be a rough 24 hours get your DEPLORABLE HATS ON! https://t.co/00LqgE6R2O"},{"id":795388057272930300,"created_at":"Sun Nov 06 22:11:05 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @mikandynothem: Our Nevada will go Trump. Not to worry. We got this. @IngrahamAngle \n#MAGA #tcot https://t.co/PSvLWXbSlS"},{"id":795387980525568000,"created_at":"Sun Nov 06 22:10:46 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @LouDobbs: 90% of Republicans now support @realDonaldTrump – A movement for America. @KellyannePolls on #FoxLDT 7pm #TrumpPence16 #Drain…"},{"id":795387947419861000,"created_at":"Sun Nov 06 22:10:38 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @terrymendozer: @FoxNews so 650k emails reviewed on laptop held by people with no security clearances...and Obama encouraging illegals t…"},{"id":795387507097616400,"created_at":"Sun Nov 06 22:08:53 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @OnlineMagazin: 🆘‼️ Russia's Vladimir Zhirinovsky: \"Long live Donald Trump, he will be the President of United States of America.\" via 4…"},{"id":795386995744931800,"created_at":"Sun Nov 06 22:06:52 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @aduanebrown: Comey has been compromised. Time for independent investigations. #DrainTheFBI"},{"id":795386943441928200,"created_at":"Sun Nov 06 22:06:39 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @0hour: FBI Director is a traitor to the people who gives a shit the FBI is a joke move on. https://t.co/eOeXn04qWO"},{"id":795386924164857900,"created_at":"Sun Nov 06 22:06:34 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @cleared37Joseph: @andieiamwhoiam Never Ever Never Quit @NYPDSpecialops @ThomasPKennedy3 #Police @adjunctprofessr @JohnKStahlUSA @kyrama…"},{"id":795386904925655000,"created_at":"Sun Nov 06 22:06:30 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @Spectre1911: Unless #Trump is elected, hard-working, tax-paying Americans are \"toast!\" #ClintonCrimeFamily #ClintonScandals #MAGA @LouD…"},{"id":795386871341875200,"created_at":"Sun Nov 06 22:06:22 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @TRUMPMOVEMENTUS: Clinton instructed her housekeeper to print out emails https://t.co/gjisypWam2 via @MailOnline"},{"id":795386654362058800,"created_at":"Sun Nov 06 22:05:30 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @conservative83: Takes months to go through 55,000 emails and days for 650,000? The FBI is a complete joke. #COMEY #podestaemails32 #pod…"},{"id":795386579753824300,"created_at":"Sun Nov 06 22:05:12 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @MrStevenGeorge: If U believe FBI Director Comey's team &amp; multiple agencies reviewed 650,000 emails in 10days, Can I interest U in some…"},{"id":795386524686762000,"created_at":"Sun Nov 06 22:04:59 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @WeNeedTrump: FBI Director Comey's team took nearly 15ish months to review 55,000 Clinton emails.\n\nTook 9 days to review 650,000.\n\nIt's…"},{"id":795386492822687700,"created_at":"Sun Nov 06 22:04:52 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @LatestAnonNews: Foreign govts donate millions to @ClintonFdn. Hillary uses them as her personal checking account. #PodestaEmails32 http…"},{"id":795386352061837300,"created_at":"Sun Nov 06 22:04:18 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @mitchellvii: Folks, people always knew Hillary was corrupt. Now she is privileged and corrupt. Worse."},{"id":795386334668058600,"created_at":"Sun Nov 06 22:04:14 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @ChadLivengood: Long line for Trump at @FreedomHillMI amphitheater in Sterling Heights. Rally begins at 6pm. https://t.co/TN0exiEjfk"},{"id":795386288014815200,"created_at":"Sun Nov 06 22:04:03 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @hectormorenco: 23. We're caught in a web of debt &amp; petrodollar dependence &amp; HRC will set us on a collision course with World War III ag…"},{"id":795386242456322000,"created_at":"Sun Nov 06 22:03:52 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @OmniTrump: PLEASE BELIEVE.........................Wooooohoooooooo..... https://t.co/76EXxdHJDp"},{"id":795386219433754600,"created_at":"Sun Nov 06 22:03:46 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @BeladonnaRogers: WHAT CAN GIRLS LEARN FROM HRC?\n\nTo lie\nTo cheat\nTo marry a guy who lies &amp; cheats\nTo have no conscience\nTo break laws h…"},{"id":795386056141140000,"created_at":"Sun Nov 06 22:03:07 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @realDonaldTrump: The only thing that can stop this corrupt machine is YOU. The only force strong enough to save our country is US. #Vot…"},{"id":795385986607882200,"created_at":"Sun Nov 06 22:02:51 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @hectormorenco: This is confirms Soros's power. The FBI discovered our entire government is corrupt &amp; rolled over out of fear.\n\nhttps://…"},{"id":795385909185314800,"created_at":"Sun Nov 06 22:02:32 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @hectormorenco: Hillary &amp; Obama are closer to getting away with the biggest heist in history. Vote Trump for a shred of hope at transpa…"},{"id":795385633158103000,"created_at":"Sun Nov 06 22:01:27 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @mike_pence: Glad everybody's ok. Grateful for swift response of Secret Service &amp; law enforcement. As @realDonaldTrump said, \"nothing wi…"},{"id":795385591814901800,"created_at":"Sun Nov 06 22:01:17 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @JaredWyand: List of people Hillary Clinton gave classified information to:\n\n5 foreign governments\nPedo Anthony Weiner\nHer maid\n\nFBI Dir…"},{"id":795385323169677300,"created_at":"Sun Nov 06 22:00:13 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @mitchellvii: BOOM! Man That Caused Trump Rally Chaos Is Exposed As a HILLARY SUPPORTER (VIDEO) https://t.co/6JIfwaSggD via @gatewaypund…"},{"id":795385276038348800,"created_at":"Sun Nov 06 22:00:02 +0000 2016","date":"November 06, 2016","hour":14,"text":"RT @PrisonPlanet: The DNC literally paid to send violent, crazy people to his rallies, you utter moron. https://t.co/wHZ7IJpSr7"}]},{"date":"2016-11-06T07:00:00.000Z","hour":13,"count":25,"values":[{"id":795385076343337000,"created_at":"Sun Nov 06 21:59:14 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @Toomuchbull1: #AMERICAINDISTRESS #HILLARYFORPRISON2016 #AMERICAMATTERS https://t.co/aPetlhaQhS"},{"id":795385048837058600,"created_at":"Sun Nov 06 21:59:07 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @Toomuchbull1: Keep on talking Ms Sessions! #MAGA #AMERICAINDISTRESS #TRUMPARMY #TrumpPence16 https://t.co/UReUwy7HZJ"},{"id":795385022555553800,"created_at":"Sun Nov 06 21:59:01 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @Toomuchbull1: #AMERICAINDISTRESS THIS is who you want for Commander In Chief. \"What Difference Does It Make\" #hillaryprison https://t.c…"},{"id":795384927596478500,"created_at":"Sun Nov 06 21:58:38 +0000 2016","date":"November 06, 2016","hour":13,"text":"This is such BS! stop &amp; frisk is to help lower the murder rate from ANY american with an ILLEGAL FIREARM! Dems=hate https://t.co/TqvEmRSeL0"},{"id":795384113784045600,"created_at":"Sun Nov 06 21:55:24 +0000 2016","date":"November 06, 2016","hour":13,"text":"@DanScavino @realDonaldTrump #americaindistress"},{"id":795383593363210200,"created_at":"Sun Nov 06 21:53:20 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @LastWave2014: Breaking: the FBI just announced they are as corrupt as the DOJ #AmericaInDistress https://t.co/U4jmnUBWvV"},{"id":795383475587137500,"created_at":"Sun Nov 06 21:52:52 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @igorbobic: Trump: \"I am here because I know what’s going to happen. In two days, we are going to win the great state of Minnesota.\""},{"id":795383438933160000,"created_at":"Sun Nov 06 21:52:44 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @WesleyRickard: 11-6-2016 Donald Trump Campaigned until 1:30 AM Eastern Make America Great Again. This was the enthusiasm at Midnight!…"},{"id":795380387300130800,"created_at":"Sun Nov 06 21:40:36 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @wikileaks: Poll: Majority of voters now think Clinton acted illegally https://t.co/uqcpnQPM9b\n\nMore: https://t.co/pjX9tmfINt"},{"id":795380357122129900,"created_at":"Sun Nov 06 21:40:29 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @wikileaks: Deleted Clinton email: Colin Powel warns Hillary Clinton to be \"very careful\" to not get caught hiding her emails https://t.…"},{"id":795380175819210800,"created_at":"Sun Nov 06 21:39:46 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @wikileaks: Chelsea Clinton used Clinton Foundation resources for her wedding -- email from top Bill Clinton aid Doug Band https://t.co/…"},{"id":795380107384881200,"created_at":"Sun Nov 06 21:39:29 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @wikileaks: @jmpalmieri Biggest 'whoppers' are those your campaign has been telling https://t.co/8NCYYfwRIV\n\nWikiLeaks will continue its…"},{"id":795373792231129100,"created_at":"Sun Nov 06 21:14:24 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @wikileaks: Powell told Clinton in 2009 there was a \"real danger\" she'd be caught &amp; that he used off books system, kept quiet. https://t…"},{"id":795373343037935600,"created_at":"Sun Nov 06 21:12:36 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @wikileaks: It’s ignorant to vote for Hillary Clinton without reading WikiLeaks \nhttps://t.co/Tiywc9Nrgr https://t.co/c0QaJW4hCi"},{"id":795373092126261200,"created_at":"Sun Nov 06 21:11:37 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @mitchellvii: Thanks Comey, Trumpers could not have begged for a better GOTV message."},{"id":795373070596927500,"created_at":"Sun Nov 06 21:11:32 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @wmleemert: Sad situation the @FBI is no longer law enforcement, but a political arm of a government encouraging illegal aliens to vote!…"},{"id":795372709836451800,"created_at":"Sun Nov 06 21:10:05 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @USAforTrump2016: I know #WhyImVotingTrump, I believe in America and the power of WE THE PEOPLE https://t.co/suHw5ZAjhh"},{"id":795371584966066200,"created_at":"Sun Nov 06 21:05:37 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @WesleyRickard: 11-6-2016 Donald J Trump has the support of the American People. @MSNBC @CBSNews @FoxNews @ABC @NBCNews @CNN Retweet Ral…"},{"id":795371406133522400,"created_at":"Sun Nov 06 21:04:55 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @amandas1297: @lymurp @doj @FBI @JamesComey We have to follow laws because we aren't Clintons!"},{"id":795371285866053600,"created_at":"Sun Nov 06 21:04:26 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @PpollingNumbers: CBS/YouGov Poll,\nAmong Those Who Plan Voting On Election Day:\n\nOhio:\nTrump 49 (+8)\nClinton 41\n\nFlorida:\nTrump 51 (+16)…"},{"id":795371159747489800,"created_at":"Sun Nov 06 21:03:56 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @DiamondandSilk: Crooked used the foundation's money 2 pay 4 chelsea wedding. If you vote 4 hill you're not a victim but an accessory 2…"},{"id":795371074137583600,"created_at":"Sun Nov 06 21:03:36 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @ACommonSenseWay: Doesn't change that @JamesComeyFBI is questionable https://t.co/DZKmaoXWGo"},{"id":795370952804679700,"created_at":"Sun Nov 06 21:03:07 +0000 2016","date":"November 06, 2016","hour":13,"text":"This perfectly shows her ignorance &amp; need to relocate outside our USA! https://t.co/zWDcbIeuFE"},{"id":795370585970901000,"created_at":"Sun Nov 06 21:01:39 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @mikemednikoff: ABC already telling us the type of cabinet she is picking r u kidding. I cannot believe this shit. Please vote America."},{"id":795370199327313900,"created_at":"Sun Nov 06 21:00:07 +0000 2016","date":"November 06, 2016","hour":13,"text":"RT @0hour: Half of the FBI will resign if she is elected Half the military will walk. Let them usher in the PANTSUIT PIG QUEEN. It will be…"}]},{"date":"2016-11-06T07:00:00.000Z","hour":12,"count":29,"values":[{"id":795370164267155500,"created_at":"Sun Nov 06 20:59:59 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @qubrat1s: I'm so angry. I am sick. https://t.co/rf68GzJwCS"},{"id":795370132256227300,"created_at":"Sun Nov 06 20:59:51 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @FoxNews: .@realDonaldTrump: \"You are the people that built our country and we are going to give you the respect that you deserve.\" http…"},{"id":795370083375870000,"created_at":"Sun Nov 06 20:59:39 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @bfraser747: 💥💥 #Abortion\n\nIf this doesn't scream #VoteTrump I don't know what does. There are possibly 3-4 SCOTUS positions at stake.…"},{"id":795369987619831800,"created_at":"Sun Nov 06 20:59:16 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @mitchellvii: Comey said, \"we have not changed our minds (based upon our review so far) that HRC should not face charges\". He did NOT s…"},{"id":795369458126745600,"created_at":"Sun Nov 06 20:57:10 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @ShennaFoxMusic: @HillaryClinton @repjohnlewis \n11-08-16 #Hexit Big Time! https://t.co/4YspqfwIup"},{"id":795366804084453400,"created_at":"Sun Nov 06 20:46:37 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @Anachronistic33: Anyone saying #TRUMP is not equipped to be president let me remind you God doesn't choose the equipped he equips the c…"},{"id":795366328169328600,"created_at":"Sun Nov 06 20:44:44 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @Pcjmom: #WhyImVotingTrump because I will not tolerate #spiritcooking in the Whitehouse."},{"id":795366211760648200,"created_at":"Sun Nov 06 20:44:16 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @SmallBiz4Trump: Ifanyone had any doubt about the integrity of James Comey .. we all know now he can be bought. Scary times for American…"},{"id":795364965414830100,"created_at":"Sun Nov 06 20:39:19 +0000 2016","date":"November 06, 2016","hour":12,"text":"85 new followers in the last week and it is more than just stats, I use it for growing my account! Try it https://t.co/9u3Nxoersa"},{"id":795362966585704400,"created_at":"Sun Nov 06 20:31:23 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @LoveStephanysco: It Begins… Hillary Clinton “Spirit Cooking” Posters Pop Up in Los Angeles https://t.co/oCkdvnt6IW https://t.co/fEZcXgs…"},{"id":795362860033593300,"created_at":"Sun Nov 06 20:30:57 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @DanScavino: AMAZING. All of these people came out to welcome @realDonaldTrump to Iowa. This is a beautiful MOVEMENT. #MAGA https://t.co…"},{"id":795362768295694300,"created_at":"Sun Nov 06 20:30:35 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @KellyannePolls: Maybe she doesn't do windows. \n@HillaryClinton directed her maid to print out classified materials https://t.co/mUcej1j…"},{"id":795362036658094100,"created_at":"Sun Nov 06 20:27:41 +0000 2016","date":"November 06, 2016","hour":12,"text":"@jasoninthehouse WTF? Pretty ballsy after wikileaks PROVING her guilty!"},{"id":795361583866069000,"created_at":"Sun Nov 06 20:25:53 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @kimmyae1207: @mitchellvii Michigan voter for @realDonaldTrump here! #NeverHillary #TrumpTrain #MAGA #TrumpPence16 @nytimes"},{"id":795361561250590700,"created_at":"Sun Nov 06 20:25:47 +0000 2016","date":"November 06, 2016","hour":12,"text":"@mitchellvii @nytimes My entire family will #VoteTrump! Lots of support in my area! Very FEW Hillary signs! MI devas. By NAFTA"},{"id":795361030448836600,"created_at":"Sun Nov 06 20:23:41 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @mitchellvii: Just an FYI. Republicans got 130,000 MORE votes in Michigan in the Primaries than Democrats! https://t.co/a7E0a3cdEh\n\n#Yu…"},{"id":795360567859019800,"created_at":"Sun Nov 06 20:21:51 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @mitchellvii: This is looking more like 1980 by the minute."},{"id":795360551996112900,"created_at":"Sun Nov 06 20:21:47 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @Hyperslw4Trump: WE WILL NEVER FORGET YOUR SCHEMES OF BIAS AND I WILL NEVER AGAIN WATCH ANY OF THESE CHANNELS, EVER!!!!! https://t.co/Fs…"},{"id":795360291290812400,"created_at":"Sun Nov 06 20:20:45 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @DanScavino: WOW! Trump Advance just sent me this- Sioux City, Iowa #TrumpTrain. See you at noon IOWA!! #MAGA🇺🇸 https://t.co/4SOz6DgWEx"},{"id":795360161321939000,"created_at":"Sun Nov 06 20:20:14 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @PrisonPlanet: We all know that the \"alt-left\" is full of crazy violent people who don't hesitate to commit violence against conservativ…"},{"id":795359938990194700,"created_at":"Sun Nov 06 20:19:21 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @_Makada_: Criminal President Obama Encourages Illegal Aliens to Vote – Promises No Repercussions (VIDEO) https://t.co/VJwLskEIWD"},{"id":795359915204284400,"created_at":"Sun Nov 06 20:19:15 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @StocksAlotTEMP: Do u have kids? Do u appreciate Hillary raising them Or anyone else in this corrupt government? Didn't think so. Vote T…"},{"id":795359889354788900,"created_at":"Sun Nov 06 20:19:09 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @nia4_trump: #ImWithHer here's some #FakeVotingFacts for you.... #IfICouldChangeHistory \n#BOSNIA \"I remember landing under sniper fire \"…"},{"id":795359846732275700,"created_at":"Sun Nov 06 20:18:59 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @StocksAlotTEMP: 🔥🔥Hillary once said this in Time Magazine. 👇👇👇 The public IS interested. Your mainstream media leaches aren't. .@CNN @A…"},{"id":795359795792461800,"created_at":"Sun Nov 06 20:18:47 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @StocksAlotTEMP: #ImWithHer ❌Do u want a leader that speaks so highly of a child rapist? Just consider this along with other facts B4 u…"},{"id":795359742923247600,"created_at":"Sun Nov 06 20:18:34 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @hrtablaze: I never understood how latinos/AA's who are very faith oriented can vote Democrat considering the DNC hates God! \n\n#SpiritCo…"},{"id":795359702309883900,"created_at":"Sun Nov 06 20:18:24 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @_Makada_: Polls Show African-American Vote for Donald Trump is Double Mitt Romney’s Vote in 2012 #Blacks4Trump\n\nhttps://t.co/hcvQQUcID9"},{"id":795359683544514600,"created_at":"Sun Nov 06 20:18:20 +0000 2016","date":"November 06, 2016","hour":12,"text":"RT @magnifier661: 🔥🚨Hillary Occult🚨🔥\nDid Jay-Z use the dark Magick to get famous?\n#sacrificeourdaughters\n#ClintonCult\n#SpiritCooking https:…"},{"id":795358628391829500,"created_at":"Sun Nov 06 20:14:08 +0000 2016","date":"November 06, 2016","hour":12,"text":"@KellyannePolls @joehos18 @WashTimes MI is voting #TrumpPence16 Hillary signs in mid Michigan gan abt 1 for every 40 trump signs!"}]},{"date":"2016-11-06T07:00:00.000Z","hour":5,"count":9,"values":[{"id":795250386500259800,"created_at":"Sun Nov 06 13:04:01 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @NolteNC: This seems important https://t.co/cCa6PbyjCL"},{"id":795250372000514000,"created_at":"Sun Nov 06 13:03:58 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @nevrcomplicated: He's right! Stop letting the MSM lies bother you. We are NOT discouraged, we are not depressed, we will win! https://t…"},{"id":795250293084684300,"created_at":"Sun Nov 06 13:03:39 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @ktmcfarland: I'm college educated woman &amp; yes, I'm voting for @realDonaldTrump @giuliani @genflynn @SenatorSessions... https://t.co/48Z…"},{"id":795250272457125900,"created_at":"Sun Nov 06 13:03:34 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @DrMartyFox: Qatar Pipeline Opposed By Assad\n\nQatar Donates To The #ClintonFoundation\n\n#Hillary Arms \"Rebels\" To Overthrow Assad\n\nhttps:…"},{"id":795250144421806100,"created_at":"Sun Nov 06 13:03:04 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @cpiersonmd: Hillary used her maid regularly to copy classified documents. Hillary's \"convenience\" always Trump-ed national security. UN…"},{"id":795250117163028500,"created_at":"Sun Nov 06 13:02:57 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @Parker_Votes: Vote Aug 08 and Keep this Filthy Pig and Mrs. Bill Clinton out of OUR White house.\n@SheriffClarke @TallahForTrump https:…"},{"id":795250080194396200,"created_at":"Sun Nov 06 13:02:48 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @ImIrredeemable: @Flewbys @gaylenanny @POTUS Barack tells people what to do. Terrence Williams responds https://t.co/iq9yebxmA3"},{"id":795249665897857000,"created_at":"Sun Nov 06 13:01:10 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @DRUDGE_REPORT: Dave Chappelle Defends Trump, Rips Clinton: 'She's Not Right and We All Know It'... https://t.co/MYgauY0m1B"},{"id":795249616849616900,"created_at":"Sun Nov 06 13:00:58 +0000 2016","date":"November 06, 2016","hour":5,"text":"RT @PrisonPlanet: How is this not a clear violation of the law? https://t.co/ThKSx14gug"}]},{"date":"2016-11-06T07:00:00.000Z","hour":4,"count":3,"values":[{"id":795248904174522400,"created_at":"Sun Nov 06 12:58:08 +0000 2016","date":"November 06, 2016","hour":4,"text":"Yes she is! We do not want or need her BS here where thous. Lost manuf. Jobs TO NAFTA ! MICHIGAN is voting TRUMP https://t.co/owMpdXptPV"},{"id":795246838471393300,"created_at":"Sun Nov 06 12:49:55 +0000 2016","date":"November 06, 2016","hour":4,"text":"RT @JackPosobiec: Wikileaks links Trump Reno attempted assassin to STRATFOR\n\nSTRATFOR was in the Obama hot dogs email https://t.co/UqPvTMVx…"},{"id":795246414897025000,"created_at":"Sun Nov 06 12:48:14 +0000 2016","date":"November 06, 2016","hour":4,"text":"RT @SeanKD: @TheLastRefuge2 https://t.co/tE5Tw0kcFk"}]},{"date":"2016-11-06T07:00:00.000Z","hour":0,"count":1,"values":[{"id":795160008845590500,"created_at":"Sun Nov 06 07:04:54 +0000 2016","date":"November 06, 2016","hour":0,"text":"RT @pnehlen: In this house, we say a prayer of protection over Mr. Trump's team at every meal, every day. #Reno https://t.co/P9EmLpSAXp"}]},{"date":"2016-11-05T07:00:00.000Z","hour":19,"count":14,"values":[{"id":795091335095218200,"created_at":"Sun Nov 06 02:32:01 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @DanScavino: Thank you Iowa! Lets WIN!\n#VoteTrumpPence16 #iapolitics https://t.co/C5nMjPXpMh"},{"id":795090432044703700,"created_at":"Sun Nov 06 02:28:25 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @AmyMek: LEADERSHIP 👉🏻'Nobody said it was going to be easy for us, But we will never be stopped. Never, never be stopped.' - Trump in #R…"},{"id":795090357444710400,"created_at":"Sun Nov 06 02:28:07 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @MayorRGiuliani: Rally in Reno disruption. Secret Service and police great. Trump cool, calm and insisted on going back out! The kind of…"},{"id":795090309134880800,"created_at":"Sun Nov 06 02:27:56 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @snbrob3203: #draintheswamp .@wikileaks https://t.co/87rIUH5Dnk"},{"id":795089181726875600,"created_at":"Sun Nov 06 02:23:27 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @laura_stietz: Trump is risking his life 2 take down the establishment and the global elites because he loves America and it's people. H…"},{"id":795088686937477100,"created_at":"Sun Nov 06 02:21:29 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @mitchellvii: You know who else hates witchcraft and that Devil worship stuff? The black community."},{"id":795087988019630100,"created_at":"Sun Nov 06 02:18:43 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @Carolde: #Trump \"I Want to thank the secret service. These guys are FANTASTIC. They don't get enough credit\"\n@realDonaldTrump @Kellyann…"},{"id":795087950342193200,"created_at":"Sun Nov 06 02:18:34 +0000 2016","date":"November 05, 2016","hour":19,"text":"Amen 🙏🙏 https://t.co/4OrljA7T2w"},{"id":795087754061299700,"created_at":"Sun Nov 06 02:17:47 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @asamjulian: Will @CNN interview the man who tried to assassinate Trump like they did the thug who rushed the stage earlier in the year?…"},{"id":795086403151528000,"created_at":"Sun Nov 06 02:12:25 +0000 2016","date":"November 05, 2016","hour":19,"text":"I do! I can't wait 😀my 75 yo mom,lifetime dem is also voting trump! Lots of trump support in mid Michigan!!! https://t.co/K46vWdFcfa"},{"id":795086000645148700,"created_at":"Sun Nov 06 02:10:49 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @MKANTONIO1: https://t.co/DD4N0N2mtp"},{"id":795084957957886000,"created_at":"Sun Nov 06 02:06:40 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @hectormorenco: 27. Currently, we have no choice to avoid these oil currency wars. Obama did nothing to resolve our petrodollar &amp; debt p…"},{"id":795083959310946300,"created_at":"Sun Nov 06 02:02:42 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @stephaniespills: The rain cut Hillary's rally short earlier. Not even an assassination threat can stop Trump! Reno #MAGA"},{"id":795083530871115800,"created_at":"Sun Nov 06 02:01:00 +0000 2016","date":"November 05, 2016","hour":19,"text":"RT @Darren32895836: Update: Suspect at center of disruption at Donald Trump rally in Reno, NV being held in room with SWAT &amp; Secret Service…"}]},{"date":"2016-11-05T07:00:00.000Z","hour":18,"count":15,"values":[{"id":795083202750808000,"created_at":"Sun Nov 06 01:59:42 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @JDiamond1: Got footage of man who was detained by police and Secret Service after @realDonaldTrump was rushed off stage by USSS agents…"},{"id":795082202765807600,"created_at":"Sun Nov 06 01:55:43 +0000 2016","date":"November 05, 2016","hour":18,"text":"@Bencjacobs reporters r a bunch of pussies! Yup, I said it &amp; I'm an educated woman 4 trump! Grow a set, the is SO NOT abt the press!!"},{"id":795081668365340700,"created_at":"Sun Nov 06 01:53:36 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @JackPosobiec: Stop Democrat Violence #Reno https://t.co/difSaz4ZWg"},{"id":795081610966302700,"created_at":"Sun Nov 06 01:53:22 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @PhinsDiehard: @FoxNews Trump faces assassination attempt comes back finishes speech, same day hillary cut 7 min rally short due to rain"},{"id":795080677867790300,"created_at":"Sun Nov 06 01:49:40 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @SallySalpal74: @AJDelgado13 omg! We need to pray hard for Mr Trump!!! Thank you to SS!!!"},{"id":795080473626218500,"created_at":"Sun Nov 06 01:48:51 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @elohimis1: Just In: Assassination Attempt On Donald Trump In Nevada! https://t.co/sWl7WF0yP1 LET'S ALL COME TOGETHER AND COVER TRUMP WI…"},{"id":795077807525232600,"created_at":"Sun Nov 06 01:38:15 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @SpreadButter: Tomorrow starting a 1300+ mile road trip home to vote #Trump. @realDonaldTrump"},{"id":795077461642006500,"created_at":"Sun Nov 06 01:36:53 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @ReconTexas: @WDFx2EU8 @CajunKangaroo he is okay and back on stage wanna bet it's a paid for hillary operative"},{"id":795075667461292000,"created_at":"Sun Nov 06 01:29:45 +0000 2016","date":"November 05, 2016","hour":18,"text":"@realDonaldTrump we are praying for u from MI, was terrified when thy rushed u off the stage! Thank god u are OK. We love u 4 what ur doing"},{"id":795075078128095200,"created_at":"Sun Nov 06 01:27:25 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @pinkpetalz: Secret Service got Trump off stage in Reno. Please pray!"},{"id":795074682185809900,"created_at":"Sun Nov 06 01:25:50 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @WTX11: @Rockprincess818 - If HRC would've stayed in the rain the Wicked Ass Witch would've melted! C'mon man!! 😂"},{"id":795074452824485900,"created_at":"Sun Nov 06 01:24:55 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @apoliticvoice: .@realDonaldTrump takes back the stage like he never missed a beat in RENO. THATS MY PRESIDENT!"},{"id":795074369194225700,"created_at":"Sun Nov 06 01:24:36 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @hammerinheckman: If any of you devil worshipping pedophile loving assholes hurt Trump you will see shock and awe American style. #Youve…"},{"id":795074005866782700,"created_at":"Sun Nov 06 01:23:09 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @WeNeedTrump: This man has risked his life, his fortune, his family all to take down the political establishment &amp; this is how he's trea…"},{"id":795073448246644700,"created_at":"Sun Nov 06 01:20:56 +0000 2016","date":"November 05, 2016","hour":18,"text":"RT @KelemenCari: Trump back on stage. This man wears a bullet-proof every. day. For us. Trump says we'll never be stopped, then thanks the…"}]},{"date":"2016-11-05T07:00:00.000Z","hour":17,"count":43,"values":[{"id":795067262831038500,"created_at":"Sun Nov 06 00:56:21 +0000 2016","date":"November 05, 2016","hour":17,"text":"WikiLeaks: Even Podesta thinks Clinton's campaign lacks vision https://t.co/LCowIT4nta by #Freedomrings22 via @c0nvey"},{"id":795061277668286500,"created_at":"Sun Nov 06 00:32:34 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @DanScavino: Crooked Hillary cuts short a rally because of rain!? Rain didn't stop our next Vice President @mike_pence last month. \n#Fac…"},{"id":795061226988564500,"created_at":"Sun Nov 06 00:32:22 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @EversFam: POLL: Which State Are You Supporting Trump From! https://t.co/fNe8GrY0YJ\n🚂💨🇺🇸🇺🇸❤️\n.@realDonaldTrump .@LindaSuhler \n.@seanhann…"},{"id":795060858883899400,"created_at":"Sun Nov 06 00:30:54 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @roycan79: BENGHAZI: Trump would've APPROVED 1ST Security Request. He would've SENT help ASAP. He would've SAVED 4 men's lives. https://…"},{"id":795060827112009700,"created_at":"Sun Nov 06 00:30:47 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @2ALAW: I'm A God Fearin'\nBible Believin'\nGun Packin'\nAmerica Lovin' Conservative\nI Bleed Red White And Blue\nI Stand For Our National An…"},{"id":795060737932664800,"created_at":"Sun Nov 06 00:30:26 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @BinsackSb: #PACKYOURSHITHILLARY! Clinton's charity confirms Qatar's $1 million gift while she was at State Dept https://t.co/3gy8xo6z6e…"},{"id":795060696039956500,"created_at":"Sun Nov 06 00:30:16 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @KellyannePolls: Oh my. https://t.co/Y7afBeiCBS"},{"id":795060662967877600,"created_at":"Sun Nov 06 00:30:08 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @hasko_e: @HillaryClinton \nDoing any #spiritcooking ?\nSpending anytime with #pizza ?\nDoes BILLY enjoy #handkerchief with HIS #pizza ?\n#P…"},{"id":795060482830979100,"created_at":"Sun Nov 06 00:29:25 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @bfraser747: 💥💥 DJT ~ Man of Action \n\n#RememberWhenTrump helped these wonderful people\n\n#RemberWhenHillary lost $6B meant to aid #Haiti…"},{"id":795059862631641100,"created_at":"Sun Nov 06 00:26:57 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @shootingfurfun: @DrMartyFox @jjauthor @realDonaldTrump @peddoc63 @CarmineZozzora @Bobbyh214 #typicalLiberalCriminals #clintonsupporterj…"},{"id":795059718649679900,"created_at":"Sun Nov 06 00:26:23 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @mitchellvii: Do you idiot Democrats really think Legal Immigrants want drugs, gangs, crime and violence in their neighborhoods? They a…"},{"id":795059240054431700,"created_at":"Sun Nov 06 00:24:28 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @nia4_trump: Who is \"Pizza Extravaganza\" Peter Kadzik from #PodestaEmails31⁉\n💥WATCH &amp; RT💥 #DrainTheSwamp #MAGA3X https://t.co/NVAbJfl2dL"},{"id":795058621394669600,"created_at":"Sun Nov 06 00:22:01 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @asamjulian: While encouraging ppl to vote for HILLARY, Bernie brags today about getting 13M primary votes from ppl “tired of the establ…"},{"id":795058574774956000,"created_at":"Sun Nov 06 00:21:50 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @MissLizzyNJ: #RealisticSongsOrMovies\nSpoiler: She stole the $ from Haiti, she's owned by Wall St./Soros, and funded by countries that s…"},{"id":795058524523003900,"created_at":"Sun Nov 06 00:21:38 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @bfraser747: 💥💥 #WakeUpCalifornia\n\n#VoteTrump &amp; let your vote be heard. It's very possible California could be in play so send elites th…"},{"id":795058138105974800,"created_at":"Sun Nov 06 00:20:06 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @_Makada_: Sick Hillary's coughing fit returns during very short speech to FL campaign workers #HillarysHealth https://t.co/STsl7WhLGZ"},{"id":795057981675208700,"created_at":"Sun Nov 06 00:19:28 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @mike_pence: Thank you to all of our hardworking volunteers phone banking in Richmond, VA! Every call brings us closer to Making America…"},{"id":795057941418221600,"created_at":"Sun Nov 06 00:19:19 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @WorldBambino: GENE SIMMONS\n\"The Donald, is a great friend, a great father, and a straight shooter.” https://t.co/YJxWsxR5ch"},{"id":795057083053961200,"created_at":"Sun Nov 06 00:15:54 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @ChristiChat: Go ahead...Try it\nwe'll hunt you down\nyou'll pay the price\nis #CrookedHillary worth it?\n\n@TheDemocrats \n#ImWithHer #LockHe…"},{"id":795056666723184600,"created_at":"Sun Nov 06 00:14:15 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @ets120050: @matthewjdowd @ninocmh @BretBaier @Maga @realDonaldTrump there is a passion for Trump, I voted Romney for R. I voted Trump…"},{"id":795056460417953800,"created_at":"Sun Nov 06 00:13:26 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @StocksAlotTEMP: Add another mysterious death to the list \n\nFBI Agent Suspected in Hillary Email Leaks Found Dead in Murder-Suicide http…"},{"id":795056417526976500,"created_at":"Sun Nov 06 00:13:16 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @oldstocknews: YOUR VOTE IS A WEAPON TURN YOUR 1 TRUMP VOTE INTO 5 TAKE 4 PEOPLE WITH YOU TO VOTE TRUMP THIS IS A CIVIL WAR NOT AN ELECT…"},{"id":795055931784646700,"created_at":"Sun Nov 06 00:11:20 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @LouDobbs: Great Americans All: 'Self-recruited' Trump volunteers break mold for how campaigns are run | https://t.co/zcCDwmw355 #MAGA…"},{"id":795054491297054700,"created_at":"Sun Nov 06 00:05:36 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @ThomasBernpaine: The Clintons ALWAYS accuse others of WHAT THEY DO\n#SpiritCooking #PodestaEmails31\n#DonutsAreBetterThanPeople #FeelTheB…"},{"id":795054446485143600,"created_at":"Sun Nov 06 00:05:26 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @RichardTBurnett: https://t.co/zPFuN6HhJu"},{"id":795054422300774400,"created_at":"Sun Nov 06 00:05:20 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @KendallMigues: HildaBeast is fine with crushing a Babies scull 5 minutes before BIRTH. She confirmed it last Debate with Trump. Hillary…"},{"id":795054388826046500,"created_at":"Sun Nov 06 00:05:12 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @mitchellvii: Don't look now Dan, but it seems with leaners Trump is now up 50,000 votes in CO EV. https://t.co/hewDMehAST"},{"id":795054372929540100,"created_at":"Sun Nov 06 00:05:08 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @RedNationRising: We are 1 Supreme Court Justice away from either destroying America of Saving America. \n#VoteTrump #RedNationRising #MA…"},{"id":795054344450228200,"created_at":"Sun Nov 06 00:05:01 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @roncline: Please Share and like! Me Trump needs all the help we can give him! God Bless you all, and thank you! https://t.co/1XGgv0oM5B"},{"id":795054288678613000,"created_at":"Sun Nov 06 00:04:48 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @mitchellvii: Based upon EV, Trump will win CO comfortably."},{"id":795054255514275800,"created_at":"Sun Nov 06 00:04:40 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @Lagartija_Nix: Hillary's niece is voting Trump... not her 'selfish' aunt Hillary https://t.co/svXNdIcCNs @realDonaldTrump @BarbMuenchen…"},{"id":795054145770311700,"created_at":"Sun Nov 06 00:04:14 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @jd_Constitution: https://t.co/r18ZYpYznW"},{"id":795054109707632600,"created_at":"Sun Nov 06 00:04:05 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @SecureAmerica: We must prevent a future Islamic States of America. The choice is yours. https://t.co/uL67LSNT1z"},{"id":795054004313190400,"created_at":"Sun Nov 06 00:03:40 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @RealJamesWoods: #traitor https://t.co/vnwQEDzrDm"},{"id":795053903368831000,"created_at":"Sun Nov 06 00:03:16 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @NunyaBeezwax777: hahahaaahah I SECOND the Motion https://t.co/TGysjbEfaf"},{"id":795053882909085700,"created_at":"Sun Nov 06 00:03:11 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @shestokas: At JFK Library early voting site in Hialeah FL in the rain. @ForHispanics @realDonaldTrump @marcorubio #MAGA https://t.co/OF…"},{"id":795053767934771200,"created_at":"Sun Nov 06 00:02:44 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @johnpilger: Watch the full version of John Pilger's interview with Julian Assange in the Ecuadorian Embassy in London... https://t.co/i…"},{"id":795053743016386600,"created_at":"Sun Nov 06 00:02:38 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @ByronYork: Bernie holds rally for Hillary in IA. Student introducer goes way off script, trashes Hillary, is led off stage. https://t.c…"},{"id":795053714876825600,"created_at":"Sun Nov 06 00:02:31 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @carrieksada: #RememberWhenTrump\ngave $25k to help Sgt. Tahmooressi when President Obama left him to rot in a Mexican jail. #MAGA https:…"},{"id":795053693188116500,"created_at":"Sun Nov 06 00:02:26 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @bpolitics: Green Party presidential candidate Jill Stein calls Hillary Clinton the \"queen of corruption\" https://t.co/MiJJ8Q1qce https:…"},{"id":795053666751447000,"created_at":"Sun Nov 06 00:02:20 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @MissLizzyNJ: #RealisticSongsOrMovies\nSpoiler: The villain in this film disguises herself as a politician, but is exposed as a career cr…"},{"id":795053605237780500,"created_at":"Sun Nov 06 00:02:05 +0000 2016","date":"November 05, 2016","hour":17,"text":"RT @RealJamesWoods: #Germany Hello? Wake up! https://t.co/S7ppWthbkr"},{"id":795053493019099100,"created_at":"Sun Nov 06 00:01:38 +0000 2016","date":"November 05, 2016","hour":17,"text":"The hateful \"tolerant left\" ! 1st amendment is only impt. To dems when they r triggered, not to ALL AMERICANS!#TRUMP https://t.co/CcVspHbooW"}]},{"date":"2016-11-05T07:00:00.000Z","hour":15,"count":17,"values":[{"id":795026017446461400,"created_at":"Sat Nov 05 22:12:28 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @Andromodid: I am with you, Patricia! VOTE TRUMP NOV 8 OR BEFORE! JUST DO IT!👍🇺🇸🙆 @LorenceHud @mplay0000 @Carolde @Tnspud1 @Pudingtane @…"},{"id":795025974559670300,"created_at":"Sat Nov 05 22:12:17 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @FreeDavidKing: FBI Agent Suspected of New Hillary Email Leak Has Been Found Dead! #Guilty! #FBIAgent #RT #RT #RT https://t.co/zPHFL9TNHk"},{"id":795025704417185800,"created_at":"Sat Nov 05 22:11:13 +0000 2016","date":"November 05, 2016","hour":15,"text":"@hillary. Maybe u misspoke or forgot the Truth about WHO HAS TIES TO RUSSIA! thanks a lot https://t.co/7n9ijo8aUD"},{"id":795025438020079600,"created_at":"Sat Nov 05 22:10:09 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @subedew: @ChristaCastrign @marcorubio Got to add this gem. #flsen https://t.co/DGgTFnsSk3"},{"id":795025362795298800,"created_at":"Sat Nov 05 22:09:52 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @Newsday: Obama's rallying cry goes from \"Yes, We Can\" to \"C'mon man\" https://t.co/U8oXa4wt7n https://t.co/dSuj3SMQ2x"},{"id":795025333519052800,"created_at":"Sat Nov 05 22:09:45 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @Cernovich: Haha! It's true. Start typing #MAGA3X and watch what auto-populates. https://t.co/urvdYROZ5E"},{"id":795025142510403600,"created_at":"Sat Nov 05 22:08:59 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @margaretbasie: Nick and Ryan knocked on doors all morning in NE Ohio #LeadRight2016 #Victory @nick_fink2019 🇺🇸 https://t.co/TXzK2A2RJc"},{"id":795024855817134100,"created_at":"Sat Nov 05 22:07:51 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @Benross75: Do you believe .@realdonaldtrump will turn a Blue State into a Red State? Please Retweet."},{"id":795024676556783600,"created_at":"Sat Nov 05 22:07:08 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @WDFx2EU8: Bernie Sanders supporter and college student speaker calls out Hillary Clinton at her own rally, security pulls him off stage…"},{"id":795024194950070300,"created_at":"Sat Nov 05 22:05:13 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @FrenchForTrump: DAMN RIGHT #OBAMA,\nOBAMACARE IS THE CRAZIEST\nTHING IN THE WORLD\n&amp; CORRUPT #HILLARY\nWANTS TO EXPAND !!!\n\n#DrainTheSwamp…"},{"id":795023910215516200,"created_at":"Sat Nov 05 22:04:05 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @frenchtexas: @realgypsybrat @MerlotGrey @mitchellvii at my black church in Mocksville we have about 80% #TRUMP support #BlacksForTrump"},{"id":795023879995592700,"created_at":"Sat Nov 05 22:03:58 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @mitchellvii: Trump: 'Time To Close the History Books on the Clintons' - Breitbart https://t.co/C0hzQDluj7"},{"id":795023850148950000,"created_at":"Sat Nov 05 22:03:51 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @mitchellvii: As of 11/9/2016, the Clinton Brand is retired."},{"id":795023722658861000,"created_at":"Sat Nov 05 22:03:20 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @_superpatriot: @mitchellvii https://t.co/xmAHu4P73H"},{"id":795023580081909800,"created_at":"Sat Nov 05 22:02:46 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @mitchellvii: Trump Outpaced Clinton by More Than 650,000 Supporters in Last 3 Months - Has 12 Times Her Participation at Rallies https:…"},{"id":795023507377782800,"created_at":"Sat Nov 05 22:02:29 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @Ima_Deplorable: .@VivaLaAmes A nice message to share with Bernie Supporters who are open and willing to try @realDonaldTrump. Pass it…"},{"id":795022894057345000,"created_at":"Sat Nov 05 22:00:03 +0000 2016","date":"November 05, 2016","hour":15,"text":"RT @mitchellvii: Help me if I'm wrong - but isn't honesty and trustworthiness a large part of temperament?"}]},{"date":"2016-11-05T07:00:00.000Z","hour":14,"count":22,"values":[{"id":795022853561270300,"created_at":"Sat Nov 05 21:59:53 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @mitchellvii: If you live in NV and support Trump, GO VOTE! They are LYING TO YOU saying Trump has lost! After EV, the race is basical…"},{"id":795022642982121500,"created_at":"Sat Nov 05 21:59:03 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @mitchellvii: Dave Chappelle Rips Clinton: ‘She’s Not Right and We All Know It’ | Observer https://t.co/OAJU9bF93W"},{"id":795022565144227800,"created_at":"Sat Nov 05 21:58:44 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @mitchellvii: Trump Slams Jay Z's Sexist, N-word, F-bomb-Laced Language at Hillary Clinton Concert - Breitbart https://t.co/symbrMj2O0"},{"id":795022527085027300,"created_at":"Sat Nov 05 21:58:35 +0000 2016","date":"November 05, 2016","hour":14,"text":"hahahaha! https://t.co/zKlEbvNFut"},{"id":795022400878415900,"created_at":"Sat Nov 05 21:58:05 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @mitchellvii: For those who keep touting the \"record Hispanic turnout,\" trump is now at 41% with Hispanics. You think they want all the…"},{"id":795022076381904900,"created_at":"Sat Nov 05 21:56:48 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @sadiehawke1108: Just a little Planned Parenthood update. Join me &amp; other patriots &amp; enlist at https://t.co/zcp1gdLPys. Truth lives. htt…"},{"id":795021727164145700,"created_at":"Sat Nov 05 21:55:25 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @MarkDice: A vote for Hillary is a vote for Satan. Literally. #SpiritCooking"},{"id":795021473144512500,"created_at":"Sat Nov 05 21:54:24 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @EastwoodUSA: We will soon know the true extent of Hillary's health problems when she uses them to avoid going to jail, classic Hillary.…"},{"id":795014506749591600,"created_at":"Sat Nov 05 21:26:43 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @NMorraitis: #PodestaEmails31 \n\nAMERICA - where a person under FBI investigation can ACTUALLY run for President of the \"free world\".\n\nNo…"},{"id":795014480568680400,"created_at":"Sat Nov 05 21:26:37 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @emrutherford90: Hilary Clinton in Black face - 1970 #PodestaEmails31 https://t.co/mRZ0UeDaB9"},{"id":795013184616808400,"created_at":"Sat Nov 05 21:21:28 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @LatestAnonNews: John Podesta has stayed in touch with convicted serial child molester, Denny Hastert, for years. #PodestaEmails31 https…"},{"id":795012876373200900,"created_at":"Sat Nov 05 21:20:15 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @Bikers4Trump: Help Fund Poll Watching\nHelp us raise $25K &amp; Donate @ https://t.co/RoOf7dAAGs \n#DrainTheSwamp\n#LockHerUp\n#Podesta…"},{"id":795012499217272800,"created_at":"Sat Nov 05 21:18:45 +0000 2016","date":"November 05, 2016","hour":14,"text":"@BernieSanders I can't believe ANY of your true supp. Would vote for Hillary, she cheated u out of the primaries!"},{"id":795011570996744200,"created_at":"Sat Nov 05 21:15:03 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @joshiahis: Whoever Brent is... he's pissed #podestaemails31 https://t.co/vCSZzyLncD"},{"id":795011546132914200,"created_at":"Sat Nov 05 21:14:57 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @shoutoutvine20: Before I would trust Hillary I would 👇🏻#PodestaEmails31 https://t.co/FSaLG8Xusp"},{"id":795011067202175000,"created_at":"Sat Nov 05 21:13:03 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @6bird4: Democrats burn black church blame Trump supporters. Trump supporters raise money to rebuild. #PodestaEmails31 https://t.co/gGT8…"},{"id":795011025821192200,"created_at":"Sat Nov 05 21:12:53 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @MissLizzyNJ: #PodestaEmails31\n\"I've stayed in touch w/Denny Hastert all these yrs.\" Hastert is a convicted serial child molester. https…"},{"id":795010005921660900,"created_at":"Sat Nov 05 21:08:50 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @DJSPINtel: God intervened today, started pouring rain on Her God-awful screech-speech. Thank you Jesus\n\n #PodestaEmails31 #TrumpTrain #…"},{"id":795009959603949600,"created_at":"Sat Nov 05 21:08:39 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @bfraser747: 💥💥 #VoteTrump\n\nOn Nov 9th the American people will wake up and realize there is HOPE and #TRUMP will maybe just #MAGA\n\n#Pod…"},{"id":795009773863374800,"created_at":"Sat Nov 05 21:07:55 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @asamjulian: “Christ the king mixed with a little terrorism” says Podesta about the catholic church? 🤔 #PodestaEmails31 https://t.co/8Vm…"},{"id":795008428364230700,"created_at":"Sat Nov 05 21:02:34 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @FiveRights: #PodestaEmails31\nHello, Hillary campaign?\nThis is the Associated Press.\nWhat would you like us to write for you today? http…"},{"id":795008380003905500,"created_at":"Sat Nov 05 21:02:22 +0000 2016","date":"November 05, 2016","hour":14,"text":"RT @AmyMek: #PodestaEmails31 reveals Turkish President Erdogan 👉a sick vicious brutal MUSLIM dictator, donates (aka OWNS) Hillary Clinton &amp;…"}]},{"date":"2016-11-05T07:00:00.000Z","hour":13,"count":49,"values":[{"id":795007599120883700,"created_at":"Sat Nov 05 20:59:16 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @basedmex: $40,000 in exchange for \"pizza\" huh? #PodestaEmails31 #SpiritCooking https://t.co/PU5KukIDzI"},{"id":795007370137112600,"created_at":"Sat Nov 05 20:58:22 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @AmyMek: #Wikileaks reveals Hillary's OWN team admitting the Clinton Foundation Corruption SHOULD bring Down Her Candidacy!\n\n#PodestaEma…"},{"id":795006579863068700,"created_at":"Sat Nov 05 20:55:13 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @bfraser747: 💥💥 #VoteTrump\n\n\"They're going to say anything to get your vote - that's what the Dem Party does.\" ~ @brunelldonald \n\n#Podes…"},{"id":795006322378993700,"created_at":"Sat Nov 05 20:54:12 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @emrutherford90: Bill Clinton with his Underage Girlfriend Rachel Chandler on the \"Lolita Express\" #PodestaEmails31 https://t.co/ljs1Sue…"},{"id":795006248768983000,"created_at":"Sat Nov 05 20:53:54 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @col_nj: In Order 4 #Hillary 2 Appear 'Warm &amp; Charming' She First Needs A Hearty Dose of Violence\n\nWhat A Peach \n\n#podestaemails31 #Hill…"},{"id":795005827719503900,"created_at":"Sat Nov 05 20:52:14 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @surfermom77: Trump loves our heroes in blue👮👮‍♀️They turned out in force 2show their support for Trump.They know he respects them\nhttps…"},{"id":795005762468802600,"created_at":"Sat Nov 05 20:51:58 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @FoxNews: Do you agree with @RealBenCarson? https://t.co/kgcFRtZORk"},{"id":795005559401488400,"created_at":"Sat Nov 05 20:51:10 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @Bernietorbustty: The Republican guy on NBC is right illegal aliens immigration taking jobs away from black men&amp; black some. It's a infe…"},{"id":795004818179952600,"created_at":"Sat Nov 05 20:48:13 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @pnehlen: Qatar funds ISIS and Hillary. Who does Hillary want to drone? Assange. https://t.co/S50rSWIbHl"},{"id":795004408446718000,"created_at":"Sat Nov 05 20:46:36 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @jojoh888: We must prevent this ⤵️⤵️⤵️ #AmericaFirst #TrumpPence16 #wikileaks #PodestaEmails #Hillary will destroy us like Merkel did to…"},{"id":795003934649843700,"created_at":"Sat Nov 05 20:44:43 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @JustinRaimondo: Trump is peaking at precisely the right moment. If he wins, it's a repudiation of the media, the corporate elite, and *…"},{"id":795003538283827200,"created_at":"Sat Nov 05 20:43:08 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @IngrahamAngle: MUST SHARE--&gt;The Millennials' Guide to the Election. Guys, post on all social media! https://t.co/ZMu99obEZG"},{"id":795003278971011100,"created_at":"Sat Nov 05 20:42:06 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @amrightnow: #Votetrump2016 Ryan On Your Way Out #military #army #navy #usmc #airforce #veterans #markcuban #trump2016 #pjnet https://t.…"},{"id":795002864515117000,"created_at":"Sat Nov 05 20:40:27 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @DRUDGE_REPORT: More coughing... https://t.co/KWY0HaeTpb"},{"id":795002469000605700,"created_at":"Sat Nov 05 20:38:53 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @KimDotcom: I'm so sick of Hillary Clinton and the corrupt Obama administration. I hope they will pay a high price for their abuses of p…"},{"id":795002442329030700,"created_at":"Sat Nov 05 20:38:47 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @DanScavino: Cover page to @realDonaldTrump's itinerary for today. https://t.co/p4r8tPquL7"},{"id":795002384061759500,"created_at":"Sat Nov 05 20:38:33 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @asamjulian: NEW CAMPAIGN AD: Donald Trump's Argument for America\n\nEveryone should watch this before voting! https://t.co/8PDz2yjRDE"},{"id":795002164783542300,"created_at":"Sat Nov 05 20:37:41 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @DarHuddleston: #ClintonsMemory Does she remember saying this ?? 👇🏼😂 https://t.co/eZ0qLyE61j"},{"id":795001575848742900,"created_at":"Sat Nov 05 20:35:20 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @mitchellvii: First NYTimes defends Trump on Russia, now they bash Hillary on Foundation. Is this more of Dem Leadership not wanting a…"},{"id":795001514997796900,"created_at":"Sat Nov 05 20:35:06 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @DonaldJTrumpJr: Doesn't get cooler than this. WWII Hero &amp; Navajo Code Talker came to see me in NM today to support @realDonaldTrump htt…"},{"id":795000953078513700,"created_at":"Sat Nov 05 20:32:52 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @roycan79: #OBAMACARE FLOP: Family says premium might as well be $1 Million because they can't afford it. Higher than rent. #Trump will…"},{"id":795000920304189400,"created_at":"Sat Nov 05 20:32:44 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @SpecialKMB1969: 5FBI field offices r investigating the RACKETEERING of CF foundation &amp; the foreign connections of Teneo CLINTONCRIME\nht…"},{"id":795000895809458200,"created_at":"Sat Nov 05 20:32:38 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @surfermom77: I’m grateful, but do we really need 2listen 2this ghetto trash music?Doesn’t she hv something a little less..negro?\"\nhttps…"},{"id":795000580838215700,"created_at":"Sat Nov 05 20:31:23 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @perfectsliders: PROUD 2 BE AN AMERICAN #Trump n SANFORD, FL w 10000s of Women, Seniors &amp; Young Watching #MAGA plus 20,000+ online https…"},{"id":795000316571701200,"created_at":"Sat Nov 05 20:30:20 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @RichardTBurnett: https://t.co/U1pypGH1cC"},{"id":795000293645832200,"created_at":"Sat Nov 05 20:30:15 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @anthony76730120: # NOW HILLARY WANTS 2 BRING ' SPIRIT COOKING ' 2 THE WHITE HOUSE WITH HER DEVIL WORSHIPERS ! DRINKING BLOOD , SEMEN &amp;…"},{"id":795000272238084100,"created_at":"Sat Nov 05 20:30:09 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @TomFitton: Clinton Sent Classified Document to Daughter https://t.co/rvELJz5i5K"},{"id":795000244551422000,"created_at":"Sat Nov 05 20:30:03 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @JayS2629: Hillary Deleted Email Showing She Forwarded Classified Information To Her Daughter https://t.co/ck15zU0JG7 via @dailycaller"},{"id":795000227346477000,"created_at":"Sat Nov 05 20:29:59 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @tpoliticalworld: TRUMP IS SURGING=&gt; Hits 48% in LA Times Poll – Leads Hillary by 5.4 Points – 40% Latino Vote https://t.co/5AORr4fMjV h…"},{"id":795000139152846800,"created_at":"Sat Nov 05 20:29:38 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @mitchellvii: UPDATE: TRUMP CAMPAIGN PREPARING LAWSUIT Against Broward Co FL Sec of Elections Brenda Snipes https://t.co/H9nyinvTAV"},{"id":794999754556055600,"created_at":"Sat Nov 05 20:28:06 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @13Lshill: Let's Roll💯\n\n#DrainTheFuckingSwamp\n👇🏽\n#VoteTrump 👉🏽 #MAGA\n👇🏽\nT-MINUS 72hrs for #TheSilentMajority to #VoteVictory🇺🇸 with @rea…"},{"id":794999719189737500,"created_at":"Sat Nov 05 20:27:58 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @MooiachiRios: I am an intelligent, Hispanic, successful business woman who has proudly supported Mr. Trump since DAY ONE. Happy to be…"},{"id":794999628697628700,"created_at":"Sat Nov 05 20:27:36 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @kerpen: Clinton Foundation admits secret $1M from Qatar while Hillary was Sec State, violating her signed ethics agreement.\nhttps://t.c…"},{"id":794999478021460000,"created_at":"Sat Nov 05 20:27:00 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @TinaCatalone: 😂LMFAO @HillaryClinton couldn't even fill a free #JayZ concert They walked out by doz😂 #VoteTrump @JtMobleyFla @elianselm…"},{"id":794999401274032100,"created_at":"Sat Nov 05 20:26:42 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @RogerJStoneJr: Phony rape charge against @realdonaldTrump dropped. Fake suit propped up by @davidbrockdc collapes https://t.co/NzK47ETv…"},{"id":794998980258234400,"created_at":"Sat Nov 05 20:25:01 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @zip90210: #Hillary also did a brisk business selling ambassadorships \n\n#50points https://t.co/4lOipKBcRk"},{"id":794998746224402400,"created_at":"Sat Nov 05 20:24:06 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @Cernovich: Source, \"Weiner is working with the FBI to expose the Clintons. He is giving them everything.\""},{"id":794998728662929400,"created_at":"Sat Nov 05 20:24:01 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @FightinForUS: #Clintons have been #Deceiving #US for 42 #Years!\n\n#SaturdayMorning #AmericaFirst #MAGA\n\n#TAMUvsMSU #LOUvsBC #WISvsNU\n#BA…"},{"id":794998694349275100,"created_at":"Sat Nov 05 20:23:53 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @kopzilla: Asked myself many questions over the years. NOT among them:\nWhy isn't this festering, puss-filled boil on humanity 50 points…"},{"id":794998187266375700,"created_at":"Sat Nov 05 20:21:52 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @brett00113: The Lolita Express is now under FBI investigation #PodestaEmails31 https://t.co/bTGQwrSYxY watch this video https://t.co/R8…"},{"id":794998082110947300,"created_at":"Sat Nov 05 20:21:27 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @RepStevenSmith: This one sounds bad. @nytimes and @CNBC have a DEBATE MODERATOR call Obama \"the black guy.\" https://t.co/H3Ivw3WMuZ #Po…"},{"id":794998056366276600,"created_at":"Sat Nov 05 20:21:21 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @IngrahamAngle: Just announced @realDonaldTrump RALLY at an awesome airplane hangar!\n2005 Cargo Road MINNEAPOLIS, MINN! 2pm start time--…"},{"id":794997916339413000,"created_at":"Sat Nov 05 20:20:48 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @WDFx2EU8: #SpiritCooking What does \"further entertainment\" mean? Hookers or children? \nhttps://t.co/qS6IIPaLKe via @wikileaks https://t…"},{"id":794997882009112600,"created_at":"Sat Nov 05 20:20:40 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @AuditTheMedia: Hillary's internal campaign admits that they treated black donors poorly. #PodestaEmails31 #PodestaEmails https://t.co/O…"},{"id":794997630090747900,"created_at":"Sat Nov 05 20:19:40 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @jb_mcelwee: Strike her down ... wait No Obama would claim foul and stay in https://t.co/ItvwH0LsKp"},{"id":794997608536244200,"created_at":"Sat Nov 05 20:19:34 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @mitchellvii: Don't be fooled by the media focusing on just one county and ignoring the Independent vote in NV that Trump leads by 20 po…"},{"id":794997261709279200,"created_at":"Sat Nov 05 20:18:12 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @Andromodid: @MarkHandley11 @LorenceHud @Tj1701a @DHecei ABSOLUTELY! TRUDEAU GIVING INSTANT CITIZENSHIP TO REFUGEES!👺Our NORTHERN border…"},{"id":794997225520857100,"created_at":"Sat Nov 05 20:18:03 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @docmurdock: She's offspring of Webb Hubbell and the devil https://t.co/yKuxrWBqP6"},{"id":794997193581195300,"created_at":"Sat Nov 05 20:17:55 +0000 2016","date":"November 05, 2016","hour":13,"text":"RT @IngrahamAngle: Friend just sent this...Alinsky is on the ballot as Hillary's real running mate. https://t.co/oSPMxhUUn1"}]},{"date":"2016-11-05T07:00:00.000Z","hour":5,"count":30,"values":[{"id":794880329064579100,"created_at":"Sat Nov 05 12:33:33 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @nhangen: Kids wanted to see the Donald, so here we are at the #trump rally in Tampa. https://t.co/bMgGxZpbUg"},{"id":794880272009465900,"created_at":"Sat Nov 05 12:33:19 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @russellwiley: Affidavit Election Fraud charges Broward County FLA, criminal investigation is underway #FloridaFraud #SpiritCooking http…"},{"id":794880222462169100,"created_at":"Sat Nov 05 12:33:07 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @JerreMorganti4: Now who is the KKK darling? Don't be fooled by her rhetoric. She is the one who called Byrd her mentor. She received d…"},{"id":794880101980794900,"created_at":"Sat Nov 05 12:32:39 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @healthandcents: #Hillary👉 CLIMATE of HATE\n#Catholics \n#Christians \n#Latinos \n#Blacks\n#JEWS\n\n#wikileaks .@realDonaldTrump\n#Trump will un…"},{"id":794879921357258800,"created_at":"Sat Nov 05 12:31:56 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @EastwoodUSA: I remember when Trump’s private jet flew a seriously ill jewish boy from California to New York for medical treatment #Rem…"},{"id":794879737088852000,"created_at":"Sat Nov 05 12:31:12 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @harrym2259: Clinton's charity confirms Qatar's $1 million gift while she was at State Dept https://t.co/MHgYq7F2TR via @Reuters"},{"id":794879387262918700,"created_at":"Sat Nov 05 12:29:48 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @TrumpNaomi: \"I do believe Republicans are coming home. Coming home to elect Trump as president\" #Election2016\n#ElectionFraud\nhttps://t.…"},{"id":794879335698206700,"created_at":"Sat Nov 05 12:29:36 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @Usainflames: BREAKING : Homeless Black Trump Supporter Beaten by Liberals While Protecting Trump’s “Hollywood Star” is FOUND! https://t…"},{"id":794879132513566700,"created_at":"Sat Nov 05 12:28:47 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @GodlessNZ: Wow, 40.2% of Hispanics in this poll, which has to be an underestimate. Go Hispanics &amp; Latinos! Proud. #VoteTrumpPence16 #MA…"},{"id":794879081770840000,"created_at":"Sat Nov 05 12:28:35 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @PaulManafort: Battleground states moving to Trump en masse. Media not liking the pattern. By Sunday Trump will be over 270 in polls"},{"id":794878711468265500,"created_at":"Sat Nov 05 12:27:07 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @SscottSsmith84: My Mom Brother &amp; I Just Voted For Donald Trump. And We Are Mexican.. 32 Family Members So Far.. https://t.co/RegA9m35Is"},{"id":794877630361256000,"created_at":"Sat Nov 05 12:22:49 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @harpus88: \"Final Warning\" I hope your child dosen't have Blue eyes if @HillaryClinton brings in unvetted immigrants. https://t.co/P3pPX…"},{"id":794877562132582400,"created_at":"Sat Nov 05 12:22:33 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @PrisonPlanet: Obama slams 'crazy conspiracy theories' while FBI's own docs literally say a \"shadow government\" protects Hillary. https:…"},{"id":794877353449193500,"created_at":"Sat Nov 05 12:21:43 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @RealDJTrumpTeam: This is the REASON to vote for Donald Trump. Please share with everyone!\n#AmericaFirst #DrainTheSwamp\n https://t.co/Dh…"},{"id":794877261447098400,"created_at":"Sat Nov 05 12:21:21 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @America_1st_: Hillary deleted email she sent to Chelsea that contained Classified/Confidential info https://t.co/ultzNiCmtk\n\n#FOIA #Pod…"},{"id":794876862682071000,"created_at":"Sat Nov 05 12:19:46 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @shortt1960: Jay Z repeatedly drops n-word, f-bomb during concert for Hillary Clinton @Rightside_News\nhttps://t.co/vhxrVbECsy"},{"id":794876836475969500,"created_at":"Sat Nov 05 12:19:40 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @intheknow1798: Social Media Buzzing More About #HillaryIndictment Then #CubsWin\nhttps://t.co/sBZLR4KniV"},{"id":794876770650624000,"created_at":"Sat Nov 05 12:19:24 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @cynthiawolf: #RememberWhenTrump warned us about corruption? #WikiLeaks #PodestaEmails30 #HillaryIndictment #PaytoPlay #NeverHillary #Bl…"},{"id":794876675213459500,"created_at":"Sat Nov 05 12:19:02 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @MissLizzyNJ: #RememberWhenTrump said that Hillary Clinton referred to the TPP as the gold standard in trade agreements? Well, he was ri…"},{"id":794876643227693000,"created_at":"Sat Nov 05 12:18:54 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @ScottPresler: @ScottPresler #GaysForTrump https://t.co/Z3MEal6ALO"},{"id":794876629818413000,"created_at":"Sat Nov 05 12:18:51 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @BrittPettibone: Why do Tony and Heather Podesta have pictures of naked teenagers in their bedroom? \n#SpiritCooking\nhttps://t.co/Fu2gnRt…"},{"id":794876431507537900,"created_at":"Sat Nov 05 12:18:04 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @gldbug: ”#FullRepeal: Ted Cruz releases video debunking false promises of ObamaCare (WATCH)” https://t.co/Um26iUubqO via @newzealblog"},{"id":794876204880986100,"created_at":"Sat Nov 05 12:17:09 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @Scott_Foval: There are a large number of gays that are secretly voting Trump.\nFor example @Jack from twitter &amp; even @Evan_McMullin."},{"id":794876154511560700,"created_at":"Sat Nov 05 12:16:57 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @JaredWyand: Hoax \"woman\" the Clinton campaign used to muddy the waters around Bill's history of rape https://t.co/3KQikOL4bX"},{"id":794876102728646700,"created_at":"Sat Nov 05 12:16:45 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @song_author: @Cernovich Hillary tiptoes around cameras to avoid being photographed with blood drenched women in the background. https:/…"},{"id":794876023787683800,"created_at":"Sat Nov 05 12:16:26 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @TRUMPMOVEMENTUS: Sean Hannity: \"[HRC] is the single most corrupt...dishonest candidate, self-aggrandizing candidate...to ever seek the…"},{"id":794875943332548600,"created_at":"Sat Nov 05 12:16:07 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @EdwardChelednik: She's an angry old lady that's in full panic mode. https://t.co/c1GTsB3CGR"},{"id":794875904375869400,"created_at":"Sat Nov 05 12:15:58 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @Cernovich: Hillary sent classified email to Chelsea about Greece debt crisis.\n\nChelsea's husband run hedge fund trading Greek bonds.\n\nI…"},{"id":794875880623534100,"created_at":"Sat Nov 05 12:15:52 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @FreedomIsScary: #RememberWhenTrump told us the #ClintonFoundation was a corrupt racketeering scheme. #wikileaks"},{"id":794875857533890600,"created_at":"Sat Nov 05 12:15:47 +0000 2016","date":"November 05, 2016","hour":5,"text":"RT @Darren32895836: Hillary Clinton who's so offended at Donald Trump words PRAISED Jay Z on stage 2nite after he Used #NWord, #Fbomb &amp; #Bw…"}]},{"date":"2016-11-05T07:00:00.000Z","hour":1,"count":12,"values":[{"id":794826064061235200,"created_at":"Sat Nov 05 08:57:55 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @ablebody4: VIDEO: Former Congressman DARES Loretta Lynch to Prosecute Him in Scathing Rant - https://t.co/TfadxYgUDM"},{"id":794825678478786600,"created_at":"Sat Nov 05 08:56:23 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @KNP2BP: #OH\n#PA \n#NC\n#VA\n#NV\n#CO\n#FL\n#AZ \n#MI\n#WI\n#GA\n#UT\n\nVote #Trump\n\nIf #Hillary did THIS as SoS would she do as POTUS!\n\n#drainthes…"},{"id":794825450786881500,"created_at":"Sat Nov 05 08:55:29 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @adjunctprofessr: Make America Great Again!\nVote Trump!\nTake back our country from globalists!\nNovember 8, 2016!\n##PodestaEmails30\nhttps…"},{"id":794824365649051600,"created_at":"Sat Nov 05 08:51:10 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @wikileaks: Impressive crowd sourcing for #PodestaEmails30 piling up on Reddit from Sanders, Trump, Stein &amp; WikiLeaks supporters https:/…"},{"id":794824328265297900,"created_at":"Sat Nov 05 08:51:01 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @bakedalaska: Source: Globalists in full panic mode as Trump unleashes final secret weapon\n\nstory developing... https://t.co/hOZUtSbmgW"},{"id":794824067870244900,"created_at":"Sat Nov 05 08:49:59 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @_Makada_: We are now only three days away from election day, get out and VOTE TRUMP! We must STOP Satanic Hillary from destroying this…"},{"id":794824041995661300,"created_at":"Sat Nov 05 08:49:53 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @ScottPresler: Mr. Trump is epic. I adore him. \n\nHe's the pit bull we need, who's strong enough to fight back. \n\n#RememberWhenTrump http…"},{"id":794823984386887700,"created_at":"Sat Nov 05 08:49:39 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @greeneyes0084: #RememberWhenTrump fixed an ice-skating rink in 4 months, that the city couldn't fix in 7 years?\n\nhttps://t.co/8BnSMVc7QD"},{"id":794823967303409700,"created_at":"Sat Nov 05 08:49:35 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @wikileaks: Password cracked for Obama cabinet vetting list: 'change'. See attachment tab on https://t.co/TxXE37mF2d\n\nContext: https://…"},{"id":794823342113124400,"created_at":"Sat Nov 05 08:47:06 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @wikileaks: Hillary Clinton circle worried about the perception of their candidate as an 'insider' as early as Jan 2014 https://t.co/zxT…"},{"id":794823052836110300,"created_at":"Sat Nov 05 08:45:57 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @mitchellvii: Oops. That liar who claimed Trump assaulted her when she was 13? She just dropped the case. BS from the start. https://t…"},{"id":794822981553979400,"created_at":"Sat Nov 05 08:45:40 +0000 2016","date":"November 05, 2016","hour":1,"text":"RT @mitchellvii: https://t.co/fBnv4z2qNd"}]},{"date":"2016-11-04T07:00:00.000Z","hour":19,"count":1,"values":[{"id":794720943792910300,"created_at":"Sat Nov 05 02:00:12 +0000 2016","date":"November 04, 2016","hour":19,"text":"RT @JaredWyand: Americans are proud of your Dad @DonaldJTrumpJr @EricTrump"}]},{"date":"2016-11-04T07:00:00.000Z","hour":18,"count":37,"values":[{"id":794720583149830100,"created_at":"Sat Nov 05 01:58:46 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @Cernovich: This #SpiritCooking story ends Hillary in the major swing states. This is sick stuff, that's why media is freaking out about…"},{"id":794718765921562600,"created_at":"Sat Nov 05 01:51:33 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @PrisonPlanet: Trump said \"pussy\" 10 years ago\n\nMEDIA FREAK OUT\n\nHillary campaign involved in occult rituals\n\nMeh.\n\nhttps://t.co/8ROD8iz…"},{"id":794718670719221800,"created_at":"Sat Nov 05 01:51:10 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @StefanMolyneux: Wait. People are upset that Hillary Duff dressed up as a pilgrim for Halloween - but #SpiritCooking is \"just performanc…"},{"id":794718632307781600,"created_at":"Sat Nov 05 01:51:01 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @PizzaPartyBen: GET THIS OUT THERE! HILLARY AND ISIS ARE BOTH FUNDED BY THE SAME PEOPLE\n\n#ImWithHer #FeelTheBern #SpiritCooking #TrumpTr…"},{"id":794718352895864800,"created_at":"Sat Nov 05 01:49:55 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @Cernovich: Jeff Bezos blog (WaPo) put the #SpiritCooking article from 2004 back up. Podesta family into naked kids \"art\"! https://t.co/…"},{"id":794718290346123300,"created_at":"Sat Nov 05 01:49:40 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @medical_humor: @seanhannity @d_seaman https://t.co/QFUOoDNA2R"},{"id":794718273334087700,"created_at":"Sat Nov 05 01:49:36 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @Cernovich: 666 in username\nUpside down cross \nAnimal sacrifice \nCannibal rituals\n#SpiritCooking \n\nThis is close friend of Hillary and H…"},{"id":794717883607740400,"created_at":"Sat Nov 05 01:48:03 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @docswifee: Where do these people come from?What normal people go 2 such parties?What normal ppl know people like this? #PodestaEmails30…"},{"id":794717798807339000,"created_at":"Sat Nov 05 01:47:43 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @TeamTrumpAZ: #HillaryIndicment #GOP #PresidentTrump #safevote #FridayFeeling #ImpeachmentRunsInTheFamily #womenhatehillary https://t.co…"},{"id":794717742540738600,"created_at":"Sat Nov 05 01:47:29 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @DineshDSouza: If @johnpodesta comes a-calling, you may want to take in your pet goat #SpiritCooking https://t.co/iflQAz3dD3"},{"id":794717202595409900,"created_at":"Sat Nov 05 01:45:20 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @JackPosobiec: \"I feel like my heart has been ripped out\" #SpiritCooking https://t.co/jbp0uDxynJ"},{"id":794716549533888500,"created_at":"Sat Nov 05 01:42:45 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @SociallySherri: #RememberWhenTrump didn't need Jay-Z or J-Lo to fill an arena? #SpiritCooking Hillary needs entertainers to draw people…"},{"id":794716121853296600,"created_at":"Sat Nov 05 01:41:03 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @DonaldJTrumpJr: Speaking to amazing members of The Navajo Nation at a rally for #trump in Shiprock, New Mexico… https://t.co/AXlWTgM734"},{"id":794715993721471000,"created_at":"Sat Nov 05 01:40:32 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @SpectraBallPro: Of course no msm covered it. Media or not, the movement is incredible. No use for the media after election. https://t.c…"},{"id":794715953942687700,"created_at":"Sat Nov 05 01:40:23 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @GeorgiaForTrump: #Dinnerwithjohnpodesta \n\nhttps://t.co/fXadOdDwGy\n\n#spiritcooking"},{"id":794715591122763800,"created_at":"Sat Nov 05 01:38:56 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @JulesSiscoe: Challenge to Trump Voters: On Nov 8, let's set the record for the highest voter turn out ever! We can do it! @HouseCracka"},{"id":794715513536516100,"created_at":"Sat Nov 05 01:38:38 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @mitchellvii: If all pollsters are wrong, they can just claim together the election was unpollable due to all of the new unpollable vote…"},{"id":794715337308667900,"created_at":"Sat Nov 05 01:37:56 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @Reuters: San Diego Catholic church says devil works through Hillary Clinton https://t.co/AxdS1r8oqR https://t.co/sE0eB96lgg"},{"id":794715272573841400,"created_at":"Sat Nov 05 01:37:40 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @22Americanfirst: #RememberWhenTrump Stood side by side with @RealBenCarson while others walked right by! I was so proud he did that ! h…"},{"id":794714976569196500,"created_at":"Sat Nov 05 01:36:30 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @BadgerFool: @LeahR77 @cristinalaila1 speaking of lawsuits.. https://t.co/4bRvcyq9aL"},{"id":794714417585946600,"created_at":"Sat Nov 05 01:34:16 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @bfraser747: 💥💥#ProjectVeritas\n\n#ClintonCampaign hired thugs 2 attack Trump supporters.James O'Keefe exposed \n\n#HillaryIndictment #MAGA…"},{"id":794714380550148100,"created_at":"Sat Nov 05 01:34:08 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @dwyer_barbara: It's one thing if the \"general public\" hates yah face but your OWN FAMILY? Speaks volumes #podestaemails30 #HillaryIndic…"},{"id":794713759013027800,"created_at":"Sat Nov 05 01:31:39 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @jd_Constitution: @DanScavino https://t.co/l0MkfxliaC"},{"id":794713725970292700,"created_at":"Sat Nov 05 01:31:31 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @bmorgan9119: The Clinton media machine wont report on #SpiritCooking\nTime to #DrainTheSwamp https://t.co/FdcQlBaPe0"},{"id":794713693208592400,"created_at":"Sat Nov 05 01:31:24 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @SebastianCONFOR: I thought #VoterFraud wasn't real.. #SpiritCooking #PodestaEmails30 https://t.co/iqlcQ8pC6c by #kicranston via @c0nvey"},{"id":794713657875824600,"created_at":"Sat Nov 05 01:31:15 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @JayS2629: Is it gonna be a nail biting election night? https://t.co/fyD9RAw5D0"},{"id":794713581765926900,"created_at":"Sat Nov 05 01:30:57 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @varepall: Final Warning from Immigration Officers: Clinton, Open Borders Will ‘Unleash’ Violence, 'Countless Deaths' in U.S. -https://t…"},{"id":794713559221600300,"created_at":"Sat Nov 05 01:30:52 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @ben1t5: We need to #DrainTheSwamp before these alligators feast and delve into more corruption and hatred for our country. #Trump2016 #…"},{"id":794713526841573400,"created_at":"Sat Nov 05 01:30:44 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @Cernovich: Chelsea's husband runs a hedge fund called \"Eaglevale Hellenic Opportunities \" that traded Greek sovereign debt! H sent insi…"},{"id":794713362680660000,"created_at":"Sat Nov 05 01:30:05 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @ErmaJackson20: I just recently switched to Trump, &amp; glad I did\nWon't have none of that devil worship in my white house\n#SpiritCooking h…"},{"id":794712970437816300,"created_at":"Sat Nov 05 01:28:31 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @cliffhangernlv: Thank you @realDonaldTrump for being....real. That is why I ..and so many others...believe in you. No BS. what you see…"},{"id":794712906063552500,"created_at":"Sat Nov 05 01:28:16 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @RealJamesWoods: Flight logs show Bill Clinton flew on sex offender's jet much more than previously known | Fox News /// ICYMI https://…"},{"id":794710579919327200,"created_at":"Sat Nov 05 01:19:01 +0000 2016","date":"November 04, 2016","hour":18,"text":"Astounding claims from Erik Prince, founder of Blackwater on Clinton &amp; NYPD https://t.co/0kM9kD6irL by #RitaMarinoni via @c0nvey"},{"id":794707282198204400,"created_at":"Sat Nov 05 01:05:55 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @realDonaldTrump: Riley Rone was a great young man. We will miss him dearly. https://t.co/R0tm44nMao"},{"id":794706928282779600,"created_at":"Sat Nov 05 01:04:31 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @Thomas1774Paine: BREAKING: Comey Mandates All FBI Agents Report to D.C. Offices; Prep for Raids, Arrests in Clinton Probe #truepundit h…"},{"id":794706224944136200,"created_at":"Sat Nov 05 01:01:43 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @SandraHartle: Hillary Clinton’s niece comes out for TRUMP because 'selfish' aunt wants to win for all the wrong reasons https://t.co/iW…"},{"id":794706196599021600,"created_at":"Sat Nov 05 01:01:36 +0000 2016","date":"November 04, 2016","hour":18,"text":"RT @_HankRearden: Our satan worshipping leaders in DC are just fucking disgraceful. I'm sure a lot of Rs are into this shit too."}]},{"date":"2016-11-04T07:00:00.000Z","hour":17,"count":22,"values":[{"id":794698360431267800,"created_at":"Sat Nov 05 00:30:28 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @DiamondandSilk: Crooked has all of these plans but no solutions. Jay Z ain't gonna cut it. Blacks are tired of being entertained. We w…"},{"id":794697975305998300,"created_at":"Sat Nov 05 00:28:56 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @JewhadiTM: Woman who alleged she was raped by Donald Trump drops case\nhttps://t.co/XbSIvcY7Xs via @MailOnline"},{"id":794697939872612400,"created_at":"Sat Nov 05 00:28:48 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @LibsNoFun: So Sorry #ObamaInFay https://t.co/7pvM4dze7u"},{"id":794697885061353500,"created_at":"Sat Nov 05 00:28:35 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @Justicegroupie2: I borrowed this from @TopWikiLeaks again. We got notice today that Terrorist are threatening and ATTACK Monday! https:…"},{"id":794697793289982000,"created_at":"Sat Nov 05 00:28:13 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @NYPD100Pct: May Sgt.Tuozzolo, Rest In Peace. Please take a moment to pray for his family and friends. #NYPD https://t.co/wJYge3p8D6"},{"id":794697757286080500,"created_at":"Sat Nov 05 00:28:04 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @wikileaks: Tanden &amp; Podesta on why Clinton techie Bryan Pagliano was \"avoiding testifying\" over emails (took the 5th 125 times) https:/…"},{"id":794697729213689900,"created_at":"Sat Nov 05 00:27:58 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @ladymacbeth1212: Uh yeah, Christians have a serious problem with #Wicca #SpiritCooking #SatanisWithHer Killary https://t.co/mgiBXEyPCx"},{"id":794697680115138600,"created_at":"Sat Nov 05 00:27:46 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @asamjulian: Trump: \"We set a new record for this building. I didn't need to bring J-LO or Beyoncé\" 😂😂😂 #Hershey #PA"},{"id":794697660934524900,"created_at":"Sat Nov 05 00:27:41 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @FiveRights: Today Obama called Trump \"inhuman.\"\nHey, asshole, it's not Trump who arms our enemies &amp; then secretly sends them pallets of…"},{"id":794696352269791200,"created_at":"Sat Nov 05 00:22:29 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @hrtablaze: What no one wants to talk about. Bill's ties to pedophile Jeffrey Epstein. Joe says he's been hearing about this for yr &amp; ha…"},{"id":794696046307840000,"created_at":"Sat Nov 05 00:21:16 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @Andromodid: TRUMP TRAIN UNSTOPPABLE 🚂🚂🚂🚂🌬🌬ALL ABOARD! 👠👠👠🎤🎤🎤 TRUMPIFIED 👠👠👠🎤🎤🎤❤️❤️❤️ @Trumpified_King @HorseShort https://t.co/zDw89le…"},{"id":794693748508729300,"created_at":"Sat Nov 05 00:12:08 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @kazueger1: Secret Emails From Hillary Clinton Reveal: There Is A Very Powerful Circle Of People Ruling her Who Hate Christians https://…"},{"id":794693714908160000,"created_at":"Sat Nov 05 00:12:00 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @kinni00: #RememberWhenTrump was blamed for all the violence at his rallies, which we found out was coordinated by Hillary? People got h…"},{"id":794693654925426700,"created_at":"Sat Nov 05 00:11:46 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @Toaster2128: 🚨RETWEET🚨In Hillarys America We Can't Say \"UNDER GOD\" @magnifier661 @bfraser747 @halsteadg048 @Bikers4Trump @TEN_GOP https…"},{"id":794693443910070300,"created_at":"Sat Nov 05 00:10:56 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @JaredWyand: Obama: “We’re all children of God”\n\nSays the man who never goes to church while praising Islam and trashing Christianity ht…"},{"id":794693218063491100,"created_at":"Sat Nov 05 00:10:02 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @_Makada_: MSM is covering-up the fact that members of Clinton's inner circle go to bizarre #SpiritCooking satanic rituals with admitted…"},{"id":794693190616019000,"created_at":"Sat Nov 05 00:09:55 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @infowars: Washington Post Hides Article About Podesta’s Nude Children Photo Collection - https://t.co/ONfz7g2qXm #SpiritCooking"},{"id":794692735894749200,"created_at":"Sat Nov 05 00:08:07 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @debsellsslc: Does the #FBI KNOW ABOUT THIS!! Bad stuff! I guess they should if it came from emails https://t.co/CPnIgdpI3H"},{"id":794692305575964700,"created_at":"Sat Nov 05 00:06:24 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @PrisonPlanet: Hillary's top guy likes to watch menstrual blood smeared on walls during occult ceremonies\n\nBut Trump said \"pussy\" 10 yrs…"},{"id":794692085383360500,"created_at":"Sat Nov 05 00:05:32 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @JudicialWatch: Breaking news! 🚨🚨🚨 https://t.co/u94AsEeXkN"},{"id":794692052818792400,"created_at":"Sat Nov 05 00:05:24 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @PrisonPlanet: Seen lots of people saying they will change their vote over #SpiritCooking scandal. https://t.co/8ROD8izkOY https://t.co/…"},{"id":794691901664428000,"created_at":"Sat Nov 05 00:04:48 +0000 2016","date":"November 04, 2016","hour":17,"text":"RT @GenFlynn: RT #spiritcooking w/ #NeveryHillary Y #DrainTheSwamp - NYPD Ready 2 Make Arrests in Weiner Case https://t.co/2iQ69OxrOJ via @…"}]},{"date":"2016-11-04T07:00:00.000Z","hour":16,"count":49,"values":[{"id":794690396253261800,"created_at":"Fri Nov 04 23:58:49 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @pink_lady56: #RememberWhenTrump first announced he was running for President? He didn't have my support right away but now I'm a YUGE s…"},{"id":794690313977733100,"created_at":"Fri Nov 04 23:58:30 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @dcexaminer: Former FBI brass: \"You'd have to be deaf, dumb and blind\" not to see Justice Dept. taking sides in Clinton probe https://t.…"},{"id":794690252040499200,"created_at":"Fri Nov 04 23:58:15 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @seanhannity: Mayor Rudy Giuliani on alleged actions by Dem operatives: \"The kinds of activities [they're] conspiring to conduct are ill…"},{"id":794690030719664100,"created_at":"Fri Nov 04 23:57:22 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @22Americanfirst: #RememberWhenTrump did what a Democratic mayor spent millions on &amp; couldn't do ? https://t.co/nXZgYathkB"},{"id":794689820316618800,"created_at":"Fri Nov 04 23:56:32 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @Stevenwhirsch99: #RememberWhenTrump took on the entire establishment and defied all odds eventually becoming President? No but you will…"},{"id":794689785436733400,"created_at":"Fri Nov 04 23:56:24 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @HollyAnswers: #RememberWhenTrump gave financial support to Marine Sgt. Andrew Tahmooressi, held in a Mexican jail for 214 days?\n\nhttps:…"},{"id":794689743586021400,"created_at":"Fri Nov 04 23:56:14 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @MarkGeistSWP: Semper Fi To all our Marines and Vets. Due your duty Vote and Vote for Donald Trump and help Make America Great Again! ht…"},{"id":794689500727361500,"created_at":"Fri Nov 04 23:55:16 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @mike_pence: Stopped by the world famous Cafe Versailles in Little Havana before our rally in Miami tonight #MAGA https://t.co/onSl2ViXRd"},{"id":794689435522764800,"created_at":"Fri Nov 04 23:55:00 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @RichardTBurnett: https://t.co/uUm3RiSbUF"},{"id":794689418003173400,"created_at":"Fri Nov 04 23:54:56 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @jimEastridge1: Black Leader Endorses Donald Trump: Democrats ‘Ask Us For Everything, Give Nothing Back’ - https://t.co/yC16r9AZdI"},{"id":794689393911009300,"created_at":"Fri Nov 04 23:54:50 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @varepall: Trump to New Hampshire: 'We're Gonna Save Ourselves' - Breitbart https://t.co/DxWqrL6yl6 \n\nFOLKS - IT'S IN OUR HANDS TRUMP FO…"},{"id":794689360629219300,"created_at":"Fri Nov 04 23:54:42 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @DBloom451: FLASHBACK: @RealBenCarson talks abt Clinton's mentor Saul Alinsky &amp; dedication to Lucifer👇#SpiritCooking Still not technical…"},{"id":794689311899811800,"created_at":"Fri Nov 04 23:54:31 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @IngrahamAngle: Bill Clinton Mocked Working Class Voters At Private Fundraiser https://t.co/hqo4nseXRJ via @dailycaller"},{"id":794688917647790100,"created_at":"Fri Nov 04 23:52:57 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @AtheistWWonka: @realDonaldTrump flush the clintons down the toilet once and for all"},{"id":794688828942544900,"created_at":"Fri Nov 04 23:52:36 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @TXPatriot_73: @wikileaks This is a battle of good vs. evil... it is time to PURGE THE EARTH of this satanic SCUM!"},{"id":794688783635664900,"created_at":"Fri Nov 04 23:52:25 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @RealAlexJones: Art Depicting Cannibalism Hangs in Podesta’s Campaign Office - https://t.co/hY7O2g1Zgq #Hillary2016 #SpiritCooking https…"},{"id":794688668137095200,"created_at":"Fri Nov 04 23:51:57 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @kadyalexis: Not at all liking the looks of this..... @d_seaman @wikileaks #PodestaEmails #saveourchildren https://t.co/u8GGuItGJI"},{"id":794688446208114700,"created_at":"Fri Nov 04 23:51:04 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @halsteadg048: #WWF \n#UFC \n#SmackDownLIVE 😂😍 #Melania \nOn #WomenWhoWork She's absolutely Amazing!\n#Democrats Get u Some #VoteTrump https…"},{"id":794688319389106200,"created_at":"Fri Nov 04 23:50:34 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @Always_Trump: The Elites are Satanists. Ppl have been called conspiracy theorists for DECADES &amp; it's true. Jay Z w/ Maria Abramovic her…"},{"id":794688187293634600,"created_at":"Fri Nov 04 23:50:03 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @Deplorable_Ash: #RememberWhenTrump Had a long history of helping African Americans in the inner cities and so much more. #VoteTrump #Sp…"},{"id":794688166712266800,"created_at":"Fri Nov 04 23:49:58 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @RichardTBurnett: https://t.co/P0CdAVshSU"},{"id":794688148823543800,"created_at":"Fri Nov 04 23:49:53 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @NeBonnie: @realDonaldTrump #ImWithHim 🇺🇸🇺🇸 #MakeAmericaGreatAgain 🇺🇸🇺🇸 https://t.co/BkZ8Od1rWy"},{"id":794688111213244400,"created_at":"Fri Nov 04 23:49:44 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @BLUIZK81: Woman who alleged she was raped by Donald Trump DROPS case https://t.co/CzvyMv0w1e via @MailOnline"},{"id":794688078657028100,"created_at":"Fri Nov 04 23:49:37 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @Lukewearechange: top pop icons @ladygaga and @S_C_ that support Hillary also are connected with #spiritcooking drinking sperm blood \n\nh…"},{"id":794687861136166900,"created_at":"Fri Nov 04 23:48:45 +0000 2016","date":"November 04, 2016","hour":16,"text":"@Rambobiggs @Cernovich @archiveis the Podesta's and friend are PIGS! How could anyone WANT pics of naked kids? Wrong so wrong,this is evil"},{"id":794687577425068000,"created_at":"Fri Nov 04 23:47:37 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @Rambobiggs: Thanks to @Cernovich for finding this. Why did WaPo take this article down? https://t.co/rktRyDg4ri"},{"id":794686203652177900,"created_at":"Fri Nov 04 23:42:10 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @Larryputt: @VoteTrumpPics @MELANIATRUMP @AppSame @DonaldJTrumpJr @bfraser747 @magnifier661 @JVER1 @CarmineZozzora @SandraTXAS We Know M…"},{"id":794686090129113100,"created_at":"Fri Nov 04 23:41:43 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @wikileaks: ANNOUNCE: Email with statement that Clinton had secretly picked Tim Kaine as VP now also verified by Google #DKIM https://t.…"},{"id":794686023808729100,"created_at":"Fri Nov 04 23:41:27 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @BarbMuenchen: You will see a Tidal wave of women marching Trump to the White House! Look at Twitter! 🚂👸🏼👩🏽👵🏾👰🏻👸🏼💨#WomenWhoVoteTrump #W…"},{"id":794685794820747300,"created_at":"Fri Nov 04 23:40:32 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @ASatyanarayanan: Do you want Satan worshipper Hillary Clinton #SpiritCooking in the Whitehouse for the next 4 years?"},{"id":794685471418884100,"created_at":"Fri Nov 04 23:39:15 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @starknightz: WikiLeaks: Podesta participated in potentially satanic 'SPIRIT COOKING' https://t.co/TEq9hkX1W4 [the whole bunch are satan…"},{"id":794684868756144100,"created_at":"Fri Nov 04 23:36:51 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @GiGito31959: @RSBNModerator @RSBNetwork @YouTube Ty @RSBNetwork for bringing us the rally's. We really appreciate you !!! #VoteTrump…"},{"id":794684746617983000,"created_at":"Fri Nov 04 23:36:22 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @GrosMinou63: #SpiritCooking https://t.co/kNGUVz9beC"},{"id":794684081950822400,"created_at":"Fri Nov 04 23:33:44 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @AllRepublicans: .@JeffFlake ~ Not Sad! It's a Vote for #CrookedHillary! We, #TrumpTrain, will never forget! #Arizona @kelliwardaz https…"},{"id":794684033141710800,"created_at":"Fri Nov 04 23:33:32 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @asamjulian: Hillary supporters can call it \"art\" all they want. Everyone knows deep down this is sick and demented sh*t. #SpiritCooking"},{"id":794683830615556100,"created_at":"Fri Nov 04 23:32:44 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @RepStevenSmith: They knew this guy was messing with young girls and didn't report it. Seems consistent with people who do #SpiritCookin…"},{"id":794683688197980200,"created_at":"Fri Nov 04 23:32:10 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @BluegrassPundit: Upside down cross. Some consider this a Satanic Symbol. https://t.co/Ro7cReEoiH"},{"id":794683609911349200,"created_at":"Fri Nov 04 23:31:51 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @Kenny_Wallace: I am voting for TRUMP @realDonaldTrump because I am worried about the Security of the U.S and our Police need help and t…"},{"id":794683315676708900,"created_at":"Fri Nov 04 23:30:41 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @wikileaks: ANNOUNCE: Email exposing Donna Brazile rigging Sanders v Clinton debate questions also authenticated by Google DKIM https://…"},{"id":794683063573868500,"created_at":"Fri Nov 04 23:29:41 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @brenz1: How many more billions do we need stolen from @ClintonFoundation ? #Hillary ran our @StateDept like a private business for 10 y…"},{"id":794683020238352400,"created_at":"Fri Nov 04 23:29:31 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @WayneDupreeShow: 📰 Judge Jeanine: Clinton Foundation 'Like The Mob''; Hillary Has To Go To Jail https://t.co/gKPXCeUY72 #DrainTheSwamp…"},{"id":794682987925348400,"created_at":"Fri Nov 04 23:29:23 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @LouDobbs: Why Did She Have Security Clearance? How Did She Get One? FBI Focus on Abedin https://t.co/Py2zFlCpDf #MAGA #TrumpPence16 #Tr…"},{"id":794682944526970900,"created_at":"Fri Nov 04 23:29:13 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @JethroBean1: #CrookedHillary Deleted Email That She Sent To Chelsea That Contained Classified Info #LockHerUp https://t.co/ZFjGqD47tJ v…"},{"id":794682680948486100,"created_at":"Fri Nov 04 23:28:10 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @WV4TRUMP1: LOLOLOLOLOL https://t.co/En0weVfvBb"},{"id":794682649528991700,"created_at":"Fri Nov 04 23:28:02 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @marcuslee_lee: I guess I'm voting for trump after reading all the #PodestaEmails30"},{"id":794682593006522400,"created_at":"Fri Nov 04 23:27:49 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @occupycorruptDC: #FBI is going to bring down the #DOJ... and America will cheer as the #Clinton crime regime is finally toppled.\n\nhttps…"},{"id":794681749267746800,"created_at":"Fri Nov 04 23:24:28 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @RepStevenSmith: Who would give Muslim dictators chemical weapons for BRIBES? The same person who would hire a SATANIST as campaign chai…"},{"id":794680578679443500,"created_at":"Fri Nov 04 23:19:49 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @tedcruz: RT if you agree there needs to be a special prosecutor to investigate and prosecute the corruption of Hillary Clinton!"},{"id":794680523830476800,"created_at":"Fri Nov 04 23:19:35 +0000 2016","date":"November 04, 2016","hour":16,"text":"RT @aniyah_vernisha: I'm seriously am about to call the board of elections and see if I can change my vote #SpiritCooking"}]},{"date":"2016-11-04T07:00:00.000Z","hour":15,"count":36,"values":[{"id":794673517082116100,"created_at":"Fri Nov 04 22:51:45 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @TallahForTrump: \"Donald promised to campaign on behalf of those who feel the system is broken.\" - @MELANIATRUMP\n\nMelania Trump 🇺🇸 #MAGA…"},{"id":794673091792273400,"created_at":"Fri Nov 04 22:50:04 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @gatewaypundit: She's with her... We're with him #SpiritCooking \nIt's your choice America... https://t.co/tpvPfbnTyI"},{"id":794672982031470600,"created_at":"Fri Nov 04 22:49:37 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @YoungDems4Trump: Another Officer has been shot dead in New York. When will this country learn?😢\n#BlueLivesMatter"},{"id":794672954038767600,"created_at":"Fri Nov 04 22:49:31 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @PrisonPlanet: The normally sedate Obama is becoming increasingly furious these past few days. https://t.co/JtZl4KBJxN"},{"id":794672863924068400,"created_at":"Fri Nov 04 22:49:09 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @vivelafra: Our journalists have abandoned us. @JakeTapper @AndersonCooper @BretBaier @OReillyFactor @MegynKelly @HumaAbedin #Hillary20…"},{"id":794672697104011300,"created_at":"Fri Nov 04 22:48:29 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @PrisonPlanet: LOL @ all the left wing journos calling us \"crazy\" for talking about #SpiritCooking.\n\nIf this is normal to you, then you'…"},{"id":794672364466401300,"created_at":"Fri Nov 04 22:47:10 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @CTFleaMarkets: Lost all respect for #HillaryClinton #ImWithHer &amp; #StrongerTogether voters. They HATE #America &amp; truth is their kryptoni…"},{"id":794671911682850800,"created_at":"Fri Nov 04 22:45:22 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @ProbertsPack: Some (not all) Nasty Democratic Labels of Americans #PodestaEmails30 #SpiritCooking #maga #draintheswamp #BlacksForTrump…"},{"id":794670356690833400,"created_at":"Fri Nov 04 22:39:11 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @The_US_Rev: Something big is happening tomorrow. #SpiritCooking #PodestaEmails30 https://t.co/817q4PP5LT"},{"id":794669593591763000,"created_at":"Fri Nov 04 22:36:10 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @Tdawg0925: He truly DOESNT CARE! #SpiritCooking #PodestaEmails30 #HillaryIndictment #DrainTheMedia #DrainTheSwamp #FridayFeeling #UNDEC…"},{"id":794669515388948500,"created_at":"Fri Nov 04 22:35:51 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @agentrevolt: \"Reset with the press - tell them a big, fat lie\", \"decoy leak\" - @robbymook #PodestaEmails30 #neverhillary https://t.co/W…"},{"id":794669475303923700,"created_at":"Fri Nov 04 22:35:41 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @KeithMiller_: BREAKING: Satan Officially Endorses Hillary Clinton!! \n#PodestaEmails30 #PodestaEmails #HillaryIndictment #Hillary #Donal…"},{"id":794669447202140200,"created_at":"Fri Nov 04 22:35:35 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @Barry_O44: Discussing oil &amp; pipelines in Iraq w/ profits ending up in a Fed Reserve \"DFI\" account https://t.co/sBPIFIyacu #PodestaEmail…"},{"id":794669083715391500,"created_at":"Fri Nov 04 22:34:08 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @SheriHerman10: It is time for a complete take down of corrupt DEM party. They need to be destroyed for the betterment of this Country.…"},{"id":794669025687117800,"created_at":"Fri Nov 04 22:33:54 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @ProbertsPack: Email ID 47200: Unethical HRC Communications Director \"great way to do a reset w/ the press-tell them a big elaborate lie…"},{"id":794668993953099800,"created_at":"Fri Nov 04 22:33:47 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @RepStevenSmith: Hahaha! He's just like us! #PodestaEmails30 #SpiritCooking https://t.co/ia5ouixXYo"},{"id":794668912520654800,"created_at":"Fri Nov 04 22:33:27 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @SeamusOTwomey: This is a movement. Pennsylvania is on the #TrumpTrain @realDonaldTrump @KellyannePolls @DanScavino #PodestaEmails30 #Ne…"},{"id":794668585956282400,"created_at":"Fri Nov 04 22:32:09 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @FiveRights: #PodestaEmails30\nIs any Dem NOT a cultural Marxist? Is there one w the integrity to NOT use his company to punish ppl for \"…"},{"id":794666928749051900,"created_at":"Fri Nov 04 22:25:34 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @mandylhoward: #CherylMills covered under privilege for #clintonfoundation #podestaemails30 #wikileaks https://t.co/Uj5JFWuJNl https://t…"},{"id":794666373603541000,"created_at":"Fri Nov 04 22:23:22 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @arisingz: #PodestaEmails30 The one where Brent calls out Mook 4 his lying about HRC being trustworthy LOL ID47155 https://t.co/BX199GPs…"},{"id":794665896979611600,"created_at":"Fri Nov 04 22:21:28 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @IamJSmith001: Hillary Clinton accepted gifts from UAE, Saudi Arabia, Oman and others while SOS.\n\nCROOKED\n\n#PodestaEmails29 #PodestaEmai…"},{"id":794665752750125000,"created_at":"Fri Nov 04 22:20:54 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @mainestandsup: Turns out @ChelseaClinton was the Leak about investigating the Clinton Foundation #PodestaEmails30 #crookedhillary\n\nhttp…"},{"id":794665639092883500,"created_at":"Fri Nov 04 22:20:27 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @JunkScience: Wow...Hillary got questions AND answers BEFORE interview with CNBC's @JohnJHarwood. #PodestaEmails30 https://t.co/O29q8v96…"},{"id":794665579156279300,"created_at":"Fri Nov 04 22:20:12 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @Vande_Mataram: Trump at the stump... in Wilmington, OH ... wants to run back to his plane to read #PodestaEmails30\nLOL! Good one!\n\n#Spi…"},{"id":794665442199666700,"created_at":"Fri Nov 04 22:19:40 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @amazing_mayzie: #PodestaEmails30 The Clinton campaign enjoys lying to the press\n\nhttps://t.co/sHY2BmN2aG https://t.co/5F9WnBOG6s"},{"id":794664971338715100,"created_at":"Fri Nov 04 22:17:47 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @Keltic_Right: Talking about what's going on in #ClintonFoundation is \"Not smart\" \n\n#PodestaEmails30 #Wikileaks https://t.co/HXHPk9Kej4…"},{"id":794664306822484000,"created_at":"Fri Nov 04 22:15:09 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @LindaSuhler: How lovely that Fox's Queen of Mean #Megyn made it into the #PodestaEmails30 mess.\nAppropriate.\nShe's losing market for Fo…"},{"id":794664137083195400,"created_at":"Fri Nov 04 22:14:29 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @amythrower2004: We all knew this about Megyn Kelly. Now it's in writing lol #wikileaks #podestaemails30 https://t.co/0MzrNamyhL"},{"id":794663932480913400,"created_at":"Fri Nov 04 22:13:40 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @FiveRights: #PodestaEmails30\nWhat, you mean like with a cloth? https://t.co/3AJcKQ8LVS"},{"id":794663865594347500,"created_at":"Fri Nov 04 22:13:24 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @rustykuntz509: I thought #VoterFraud wasn't real.. #SpiritCooking #PodestaEmails30 https://t.co/qmbb5mZi1z"},{"id":794663839996506100,"created_at":"Fri Nov 04 22:13:18 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @JunkScience: Wow... @LannyDavis proposed getting Hillary a softball interview on @MegynKelly b/c he knows Ailes/Kelly 'well'. #PodestaE…"},{"id":794663754474602500,"created_at":"Fri Nov 04 22:12:57 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @juliangwan: In light of all the #SpiritCooking I imagine we'll see Clintons at church on Sunday. #Wikileaks #PodestaEmails30 https://t.…"},{"id":794663406557102100,"created_at":"Fri Nov 04 22:11:34 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @JaredWyand: Donald Trump is the first person to run for President without kissing anyone's ass. Every rally is a conversation with Amer…"},{"id":794662902120775700,"created_at":"Fri Nov 04 22:09:34 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @realDonaldTrump: Thank you NH! We will end illegal immigration, stop the drugs, deport all criminal aliens&amp;save American lives! Watch h…"},{"id":794662878129324000,"created_at":"Fri Nov 04 22:09:28 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @realDonaldTrump: 'ICE OFFICERS WARN HILLARY IMMIGRATION PLAN WILL UNLEASH GANGS, CARTELS &amp; DRUG VIOLENCE NATIONWIDE'\nhttps://t.co/1AdKs…"},{"id":794662846781067300,"created_at":"Fri Nov 04 22:09:21 +0000 2016","date":"November 04, 2016","hour":15,"text":"RT @realDonaldTrump: If Obama worked as hard on straightening out our country as he has trying to protect and elect Hillary, we would all b…"}]},{"date":"2016-11-04T07:00:00.000Z","hour":12,"count":1,"values":[{"id":794624499610255400,"created_at":"Fri Nov 04 19:36:58 +0000 2016","date":"November 04, 2016","hour":12,"text":"RELEASE: The Podesta Emails Part 29 #PodestaEmails #PodestaEmails29 #HillaryClinton... https://t.co/a1Yi4SFvm8 by #drewwyatt via @c0nvey"}]},{"date":"2016-11-04T07:00:00.000Z","hour":5,"count":1,"values":[{"id":794510836022870000,"created_at":"Fri Nov 04 12:05:19 +0000 2016","date":"November 04, 2016","hour":5,"text":"RT @wikileaks: \"I hope Hillary truly understands now how batshit crazy David Brock is.\" Neera Tanden on Media Matters' David Brock https:/…"}]},{"date":"2016-11-04T07:00:00.000Z","hour":4,"count":4,"values":[{"id":794501110908198900,"created_at":"Fri Nov 04 11:26:40 +0000 2016","date":"November 04, 2016","hour":4,"text":"RT @PrisonPlanet: Someone restart Obama, he's crashed. https://t.co/b1JZFgwn3m"},{"id":794501056738824200,"created_at":"Fri Nov 04 11:26:27 +0000 2016","date":"November 04, 2016","hour":4,"text":"RT @TRUMPMOVEMENTUS: British ministers prepare for Trump PRESIDENCY as Republican continues surge in polls https://t.co/zGe8gMwW1a"},{"id":794500987360866300,"created_at":"Fri Nov 04 11:26:11 +0000 2016","date":"November 04, 2016","hour":4,"text":"RT @DVATW: Sweet irony. BBC talking head says #DonaldTrump not popular with women over video of him speaking in front of .. women supportin…"},{"id":794500494249095200,"created_at":"Fri Nov 04 11:24:13 +0000 2016","date":"November 04, 2016","hour":4,"text":"RT @michelle4trump: Thanks to Wikileaks, we now know what Podesta likes to do in his spare time. #SpiritCooking\n\nhttps://t.co/hadYhWby5c\nht…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":22,"count":35,"values":[{"id":794418317259841500,"created_at":"Fri Nov 04 05:57:41 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @Seirios_A: All the pieces are coming together. https://t.co/xbwbIDuQjB"},{"id":794418198204518400,"created_at":"Fri Nov 04 05:57:12 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @DonaldJTrumpJr: BREAKING: FBI Now 99% Certain at Least 5 Foreign Agencies Hacked Into Hillary’s Server https://t.co/Kuq2txw2nc"},{"id":794418065815601200,"created_at":"Fri Nov 04 05:56:41 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @DanScavino: LIVE on #Periscope: 15,000+ for @realDonaldTrump in Selma, North Carolina. #5DAYS #MAGA #TrumpTrain https://t.co/kgG2vlDQIB"},{"id":794417565191860200,"created_at":"Fri Nov 04 05:54:41 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @ChatRevolve: Best voting location in Palm Beach County 😀 Trump Street Team and the voters having fun while heading to the polls #Florid…"},{"id":794416066030141400,"created_at":"Fri Nov 04 05:48:44 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @TEN_GOP: Former FBI Asst. Director James Kallstrom: They Used to Kill People Like Hillary by Firing Squad for “Careless Leaks” https://…"},{"id":794414202836385800,"created_at":"Fri Nov 04 05:41:20 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @Patriotic_Me: You've shown America how it's done\n@realDonaldTrump \nYou are a warrior\nYou are a champion\nAnd now by the Grace of God\nYou…"},{"id":794413905112105000,"created_at":"Fri Nov 04 05:40:09 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @mike_pence: So proud of my wife Karen introducing Melania who delivered a beautiful speech about the promise of America. Together, we w…"},{"id":794413751239839700,"created_at":"Fri Nov 04 05:39:32 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @BonnieGranny: #NC 4 #TRUMP ❤️ VOTING #DonaldTrump in NorthCarolina 🍂🌿🌻🍁🍂 God + 2A + Family https://t.co/47wvbHYzCW"},{"id":794413735142166500,"created_at":"Fri Nov 04 05:39:28 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @ChrisRBarron: The Communist Party USA endorsed Hillary. So if you want to play the who endorsed who game - have at it."},{"id":794413667727147000,"created_at":"Fri Nov 04 05:39:12 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @realDonaldTrump: I delivered a speech in Charlotte, North Carolina yesterday. I appreciate all of the feedback &amp; support. Lets #MAGA! h…"},{"id":794412829080227800,"created_at":"Fri Nov 04 05:35:52 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @realDonaldTrump: Join me in Wilmington, Ohio tomorrow at 4:00pm! It is time to #DrainTheSwamp! Tickets: https://t.co/eCLECM3nmW https:/…"},{"id":794412621315371000,"created_at":"Fri Nov 04 05:35:03 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @BonnieGranny: #NC 4 #TRUMP ❤️ VOTING #DonaldTrump in NorthCarolina 🍂🌿🌻🍁🍂 God + 2A + Family https://t.co/yKi8ArIm0o"},{"id":794412584892006400,"created_at":"Fri Nov 04 05:34:54 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @AmeliaO28929509: THANK YOU @realDonaldTrump for all you went through for us! Ridiculed, humiliated, constant media bashing! WE LOVE YOU…"},{"id":794412380696563700,"created_at":"Fri Nov 04 05:34:05 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @true_pundit: \"There are only two mistakes one can make along the road to truth; not going all the way, and not starting\" https://t.co/d…"},{"id":794412035677294600,"created_at":"Fri Nov 04 05:32:43 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @DanHawkTweets: Hillary Clinton is a threat to America. If she wins you can Kiss goodbye to your rights , freedom of speech &amp; sovereignt…"},{"id":794411969998635000,"created_at":"Fri Nov 04 05:32:27 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @TheTimmyTebow: #Wikileaks shows Ambassador Chris Stevens wanting to leave Benghazi but Clinton &amp; her team leave him there to die. #Pode…"},{"id":794411486185685000,"created_at":"Fri Nov 04 05:30:32 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @Cernovich: Some truly sick stuff going on in #PodestaEmails. It's some sort of sex trafficking ring. That's why Julian said these email…"},{"id":794411247554953200,"created_at":"Fri Nov 04 05:29:35 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @UTHornsRawk: Yes it's all there. Google #spiritcooking Podesta &amp; Hillary circle are into Satan sex cult. Google spirit cooking. @Broo…"},{"id":794411156093931500,"created_at":"Fri Nov 04 05:29:13 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @mike4193496: RT if you feel deep in your heart that Donald Trump is going to win the Presidency this Tuesday and shake the WORLD to its…"},{"id":794410785808191500,"created_at":"Fri Nov 04 05:27:45 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @MAGAMan_X: #LolitaExpress #podesta28 #PodestaEmails #PodestaEmails28 #ChildTrafficking\n\nhttps://t.co/YNkMLzgi6B https://t.co/FMGHowQZIK"},{"id":794410298182668300,"created_at":"Fri Nov 04 05:25:49 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @WesleyRickard: 11-4-2016 Wow! Hillary Clinton has had a few more people at her rallies. RT https://t.co/lBeTfFlD9F"},{"id":794410258554875900,"created_at":"Fri Nov 04 05:25:39 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @Harddog67: @jadealliepayne He pretty much lost his mind about a year ago, extreme paranoia. If you ever listen to his show, what a babb…"},{"id":794410207933829100,"created_at":"Fri Nov 04 05:25:27 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @JamesOKeefeIII: Tomorrow, @PVeritas_Action's hidden cameras will finally get to the subject of @HillaryClinton emails..."},{"id":794409930946134000,"created_at":"Fri Nov 04 05:24:21 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @HalleyBorderCol: BREAKING: Ex-Apprentice #SummerZervos Paid $500,000 By @GloriaAllred To Accuse Trump, Deal Went To Others Too\nhttps://…"},{"id":794409581795536900,"created_at":"Fri Nov 04 05:22:58 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @HandsOffOur2A: Massive Clinton/Obama cover-up say several Sr Gen https://t.co/26qL9X7I3r #RT @FallenAngelMovi #TCOT #TEAPARTY #CCOT htt…"},{"id":794409422713974800,"created_at":"Fri Nov 04 05:22:20 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @buckwinthrop: @HillaryClinton CORRECTION: America is Rejecting YOU #CrookedHillary https://t.co/eO109TK9VM"},{"id":794409039883104300,"created_at":"Fri Nov 04 05:20:49 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @NewWorldNewAge: @realDonaldTrump Selma, Nc YUGE @RSBNetwork @DanScavino https://t.co/d5K7TV0URg"},{"id":794409013467291600,"created_at":"Fri Nov 04 05:20:42 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @RealJamesWoods: #SidneyBlumenthal https://t.co/OVQR8PkewY"},{"id":794408949353246700,"created_at":"Fri Nov 04 05:20:27 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @FoxNews: New Hampshire Poll: @realDonaldTrump takes the lead in the Granite State. https://t.co/4nF1ttc2N5"},{"id":794408900137193500,"created_at":"Fri Nov 04 05:20:15 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @VonKloss: Gotta love Trump women... https://t.co/3AbqJoDDDv"},{"id":794408879522193400,"created_at":"Fri Nov 04 05:20:10 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @fliflisky: @wolfn1pgl @gentlemanirish https://t.co/m5Am45f1FC"},{"id":794408866465325000,"created_at":"Fri Nov 04 05:20:07 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @mitchellvii: EXCLUSIVE-Corey Lewandowski: Trump Camp Invading New Hampshire, 'I Think He's Going to Win' - Breitbart https://t.co/2Bw89…"},{"id":794408533404041200,"created_at":"Fri Nov 04 05:18:48 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @AlyLovesMovies: Leaks: Alcoholic Hillary falls 👉combination Parkinson's Meds Booze https://t.co/SbwZn1m2wi #HillarysAlcoholism https://…"},{"id":794408476411916300,"created_at":"Fri Nov 04 05:18:34 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @DRUDGE_REPORT: TRUMP PRAISED BY FORMER BRITISH ARMY CHIEF... https://t.co/8gt919BXvm"},{"id":794408128892829700,"created_at":"Fri Nov 04 05:17:11 +0000 2016","date":"November 03, 2016","hour":22,"text":"RT @powerglobalus: Read all about Smelly, Jealous Young Hillary, the awkward obsessive and poisonous woman who's first Pay for Play was Bil…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":16,"count":4,"values":[{"id":794317297896869900,"created_at":"Thu Nov 03 23:16:16 +0000 2016","date":"November 03, 2016","hour":16,"text":"RT @M1nd0fAMadman: A big thank you to Julian Assange for giving up any form of freedom, in order to show us how corrupt everything is. #Po…"},{"id":794313615524397000,"created_at":"Thu Nov 03 23:01:38 +0000 2016","date":"November 03, 2016","hour":16,"text":"RT @CNNPolitics: Melania Trump: As an immigrant, \"no one values the freedom and opportunity of America more than me\" https://t.co/8p9H4htteZ"},{"id":794313558121205800,"created_at":"Thu Nov 03 23:01:24 +0000 2016","date":"November 03, 2016","hour":16,"text":"RT @Rambobiggs: #PodestaEmails28 so you left him there to die.....sad #HillaryForPrison2016 https://t.co/p0xMcntcmu"},{"id":794313295973023700,"created_at":"Thu Nov 03 23:00:22 +0000 2016","date":"November 03, 2016","hour":16,"text":"RT @FoxNews: .@MELANIATRUMP: \"I want my little boy to know that he is blessed to have been born in a country that values individual freedom…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":15,"count":5,"values":[{"id":794312982444593200,"created_at":"Thu Nov 03 22:59:07 +0000 2016","date":"November 03, 2016","hour":15,"text":"RT @PrisonPlanet: Trump was right. https://t.co/anjK3XSg7B"},{"id":794312634610962400,"created_at":"Thu Nov 03 22:57:44 +0000 2016","date":"November 03, 2016","hour":15,"text":"RT @foxandfriends: TRUMP: Considering that Clinton is under criminal investigation, I think President Obama has a conflict of interest in c…"},{"id":794310483411136500,"created_at":"Thu Nov 03 22:49:11 +0000 2016","date":"November 03, 2016","hour":15,"text":"RT @JaredWyand: 🚨ALERT: Get #HillaryIndictment trending and make the media report it!\n\n\"Indictment is likely\"\n\nhttps://t.co/CntsMMyJSy"},{"id":794308877219221500,"created_at":"Thu Nov 03 22:42:48 +0000 2016","date":"November 03, 2016","hour":15,"text":"RT @surfermom77: @LorettaLynch needs 2resign She violated Fed Reg &amp; DOJ standard of Conduct by meeting secretly wt Bill while Hillary was u…"},{"id":794302426341920800,"created_at":"Thu Nov 03 22:17:10 +0000 2016","date":"November 03, 2016","hour":15,"text":"RT @KellyannePolls: You married well @mike_pence. https://t.co/UmDn0Nw9PW"}]},{"date":"2016-11-03T07:00:00.000Z","hour":14,"count":47,"values":[{"id":794297425322213400,"created_at":"Thu Nov 03 21:57:18 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Raccoonese: Mine was more than 10 years, shes not lying. It used to be an intense process. I'm so proud to be an American! https://t.co…"},{"id":794296645894729700,"created_at":"Thu Nov 03 21:54:12 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @TrumpSuperPAC: Obama handed out immunity deals like cotton candy for #Hillary's criminal partners that #FBI wanted to question! https:/…"},{"id":794296105508962300,"created_at":"Thu Nov 03 21:52:03 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @TrumpSuperPAC: Melania Trump right now in Pennsylvania!\nShe will make a great First Lady!\n#MakeAmericaGreatAgain #TRUMP https://t.co/hP…"},{"id":794295501248221200,"created_at":"Thu Nov 03 21:49:39 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @TrumpSuperPAC: First Lady Melania Trump asks:\nWhat kind of President do we want?\n#VoteTrump #Elections #TRUMP @MELANIATRUMP @realDonald…"},{"id":794294813688549400,"created_at":"Thu Nov 03 21:46:55 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @TrumpSuperPAC: Congratulations to @TuckerCarlson for being named host of Fox News 'On The Record!' #MAGA #TrumpTrain https://t.co/f3b8c…"},{"id":794294524059275300,"created_at":"Thu Nov 03 21:45:46 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @TrumpSuperPAC: Former FBI Asst Director Kallstrom endorses #TRUMP. This is the most heartfelt &amp; honest endorsement I've ever seen! http…"},{"id":794293986555023400,"created_at":"Thu Nov 03 21:43:38 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @kupajo322: 🚨#HillaryIndictment👉🏼Coming⚡️Via👉🏼 ⚡️@FBI⚡️🚨\n🗣.@BarackObama❌\n🗣@HumaAbedin\n🗣@johnpodesta\n🗣@RobbyMook❌\n🗣@billclinton\n👉🏼We Are…"},{"id":794293260814524400,"created_at":"Thu Nov 03 21:40:45 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Kaladious: More CORRUPTION from a hillary surrogate NOTHING IS BEYOND HILLARY. TRUMP ACCUSERS PAID OFF https://t.co/avMv3MzuSy"},{"id":794292625394245600,"created_at":"Thu Nov 03 21:38:13 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @mike_pence: We’re going to relaunch the national space policy council headed by the Vice President of the United States of America."},{"id":794292604137590800,"created_at":"Thu Nov 03 21:38:08 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @tophatter: Amazing deals on beautiful jewelry this Fall! Shop now and save big. https://t.co/STPlYaPyJZ"},{"id":794291389882335200,"created_at":"Thu Nov 03 21:33:19 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @MattBatzel: SIGNIFICANT: 35% of INDs says FBI reopening Hillary e-mail case makes them “less likely to vote” for her https://t.co/TXgK4…"},{"id":794291365077250000,"created_at":"Thu Nov 03 21:33:13 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @LawlessPirate: When I #ImagineTrumpsAmerica I imagine us not as groups split into race or orientation but rather being referred to as,…"},{"id":794291336182714400,"created_at":"Thu Nov 03 21:33:06 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @MSU_DAWGS: Get ready for the cavity search, the #HillaryIndictment is coming &amp; #TheFUVote shows we don't like you. Sucks to be you. ht…"},{"id":794291255798890500,"created_at":"Thu Nov 03 21:32:47 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Darren32895836: WOW BREAKING!!! Homeland Security Chairman Michael McCaul says Hillary Clinton has Committed TREASON !! #HillaryIndicme…"},{"id":794291006539710500,"created_at":"Thu Nov 03 21:31:47 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Wackbardsnam: Even if you don't believe in @realDonaldTrump he believes in you America! Vote Donald Trump. @seanhannity @KellyannePoll…"},{"id":794290985668898800,"created_at":"Thu Nov 03 21:31:42 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @mollyday15: Obamacare premium hikes a joke! Americans can't afford One family's new premium is $3,352 a mo #Trump will #MakeAPlan to fi…"},{"id":794290925107347500,"created_at":"Thu Nov 03 21:31:28 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @TrumpSuperPAC: Jennifer Palmieri: \"I get a big, fat \"i told you so\" on Comey being a bad choice.\" #PodestaEmails28 #Wikileaks https://t…"},{"id":794290894279217200,"created_at":"Thu Nov 03 21:31:21 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Harlan: Great news, @TedCruz hitting campaign trail for Trump!\n\nhttps://t.co/lgGKviPFDh"},{"id":794290601789423600,"created_at":"Thu Nov 03 21:30:11 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @VoteTrumpUSA: FBI No. 2 pressed to resign over cash from Hillary ally https://t.co/7e5K2n4DPd via @worldnetdaily"},{"id":794290557644324900,"created_at":"Thu Nov 03 21:30:00 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @jb19tele: Trends show concern over FBI investigation into Democrat US presidential candidate.... https://t.co/5y17KEJm2f"},{"id":794290512933113900,"created_at":"Thu Nov 03 21:29:50 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @RealVinnieJames: We don't have to #ImagineTrumpsAmerica. He's already spelled it out for us. Now it's time to help him achieve it. Are…"},{"id":794290236801122300,"created_at":"Thu Nov 03 21:28:44 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @hrtablaze: Julian Assange told Megan K that it is very disturbing that #HillaryIndicment is going around accusing everyone of being a R…"},{"id":794290111579983900,"created_at":"Thu Nov 03 21:28:14 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @POTUS_Trumped: Hillary is going to jail. The information is undeniable. She's more guilty than the pedo from Penn State #PodestaEmails28"},{"id":794289518451052500,"created_at":"Thu Nov 03 21:25:53 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @weareSAFE151: Hillary is a disgrace to america #draintheswamp #HillaryClinton #podestaemails28 #neverhillary #rigged #crooked #MELANIA…"},{"id":794289502533591000,"created_at":"Thu Nov 03 21:25:49 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @jena_jordan: #podestaemails28 my sincerest thanks to wikileaks &amp; citizen journos 4 all y'all r doing 4 the truth!! U r goddamned heroes."},{"id":794289143669018600,"created_at":"Thu Nov 03 21:24:23 +0000 2016","date":"November 03, 2016","hour":14,"text":"@donnabrazile can't imagine why? Oh wait! Cld b the CHEATING &amp; LYING? you're a criminal!"},{"id":794288787849445400,"created_at":"Thu Nov 03 21:22:58 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @greeneyeshj: #HillaryClinton needs to be arrested NOW!!! #PodestaEmails28"},{"id":794288480486621200,"created_at":"Thu Nov 03 21:21:45 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @JunkScience: Leaks are apparently okay if they are from the State Dept. to the Clinton campaign. #PodestaEmails28 https://t.co/0iqADE7l…"},{"id":794288333203578900,"created_at":"Thu Nov 03 21:21:10 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @sheilahuber: They had no intention to tell the truth about emails, just spin the record as we go #PodestaEmails28 https://t.co/X9jgrey…"},{"id":794288267952877600,"created_at":"Thu Nov 03 21:20:54 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @deptofinfamy: #PodestaEmails28 @wikileaks\n\nHillary thanks team for CGI's best yr ever:\n\n\"...a late edition of $400K from Qatar\"\n\nhttps:…"},{"id":794288034799882200,"created_at":"Thu Nov 03 21:19:59 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @ASterling: #PodestaEmails28 #PodestaEmails27 Huma Abedin tells Pollster that CHAI AIDS is \"under the CF umbrella\" like the fake initiat…"},{"id":794287692855046100,"created_at":"Thu Nov 03 21:18:37 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @EastwoodUSA: Emails show Ambassador Chris Stevens didn't want to stay in Bengazhi but Hillary made him and others stay, may they RIP.…"},{"id":794287323328430100,"created_at":"Thu Nov 03 21:17:09 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @GatorsEite23: Here's DISGRACED @DWStweets conversation w/@HillaryClinton about Dem Convention.As we thought,it's ALL ABOUT the $$$. #Po…"},{"id":794286866241585200,"created_at":"Thu Nov 03 21:15:20 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @IAmVerySilky: Chris Stevens wanted to abort the mission in Benghazi.\n\nHRC should have listened. He'd be alive.\nhttps://t.co/ukPGzEcbju…"},{"id":794286754085879800,"created_at":"Thu Nov 03 21:14:53 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Skoorbekim: What makes me feel warm and fuzzy about #PodestaEmails28 is that I know an army of FBI agents are reading them along with m…"},{"id":794286710419030000,"created_at":"Thu Nov 03 21:14:43 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Rambobiggs: #PodestaEmails28 so it's up to Hillary which messages are work-related and\nwhich messages were personal. https://t.co/RCdC8…"},{"id":794286412036239400,"created_at":"Thu Nov 03 21:13:32 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @AngeloJohnGage: #PodestaEmails28 killary let him die https://t.co/arWpPlbjtf"},{"id":794286374807597000,"created_at":"Thu Nov 03 21:13:23 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Always_Trump: \"I've got like 30 reporters coming to my house tonight\" - COLLUSION! #PodestaEmails28 #PodestaEmails https://t.co/4WElmXV…"},{"id":794286197413646300,"created_at":"Thu Nov 03 21:12:41 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @USAneedsTRUMP: #PodestaEmails28 \nYOU HAVE TO SEE THIS TO BELIEVE IT! 78 EMAILS FROM SID TO @HillaryClinton RELATED TO #BENGHAZI https:/…"},{"id":794286035085783000,"created_at":"Thu Nov 03 21:12:02 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @waresofthecoast: #podestaemails28 @robbymook hand picked town hall speakers 'staged'&gt;It will inevitably become a bit of hero worship wi…"},{"id":794285795167322100,"created_at":"Thu Nov 03 21:11:05 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @michaelbeatty3: HUMA running a WJC internal huddle\nw/ops &amp; legal team\nMook wants to intervene\n🇺🇸 #PodestaEmails28 #Wikileaks\n https://t…"},{"id":794285687180849200,"created_at":"Thu Nov 03 21:10:39 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Desmo2010: #podestaemails28 They Know voter ID makes sense and it is widely supported by Americans! https://t.co/45LMzjp09Q https://t.…"},{"id":794285381944537100,"created_at":"Thu Nov 03 21:09:26 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @SouthTX_: #podestaemails28 @TGowdySC The reason Bryan Pagliano avoided testifying...\nhttps://t.co/nccKGt6euJ https://t.co/hbQUVMQC3W"},{"id":794285180395647000,"created_at":"Thu Nov 03 21:08:38 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @HollyAnswers: Obama waved Malaysia's human rights violations to push TPP #PodestaEmails #PodestaEmails28\nhttps://t.co/xPkdtrQGfd https:…"},{"id":794285139601788900,"created_at":"Thu Nov 03 21:08:29 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @juliangwan: Everything you need to know about foreign donations to Clintons https://t.co/nfinjU8oaq #Wikileaks #PodestaEmails28 https:/…"},{"id":794284931446935600,"created_at":"Thu Nov 03 21:07:39 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @TyWoods99: Proof that FBI has thumb drive: \"The FBI has taken possession of the thumb drive.\" \"It's getting out.\" Email ID 45507 #Podes…"},{"id":794284406861135900,"created_at":"Thu Nov 03 21:05:34 +0000 2016","date":"November 03, 2016","hour":14,"text":"RT @Kenladen7: WTFFFFFFF\nAmbassador #ChrisStevens wanted to leave !! She let him die there ! This is beyond evil !\n#PodestaEmails28 https:/…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":13,"count":6,"values":[{"id":794282962049175600,"created_at":"Thu Nov 03 20:59:49 +0000 2016","date":"November 03, 2016","hour":13,"text":"RT @Bikers4Trump: We're deploying Poll Watchers! \nHelp us reach $25K Goal &amp; Donate @ https://t.co/AGuHKGJgJa\n#LockHerUp\n#HillaryForPrison\n#…"},{"id":794282570901024800,"created_at":"Thu Nov 03 20:58:16 +0000 2016","date":"November 03, 2016","hour":13,"text":"RT @RealJamesWoods: @therealroseanne is one of a kind. I've always considered her a friend and a trailblazer. #HappyBirthday https://t.co/7…"},{"id":794282353212457000,"created_at":"Thu Nov 03 20:57:24 +0000 2016","date":"November 03, 2016","hour":13,"text":"Mika Brzezinski: Dem Criticism of Comey Reinforcing Idea ‘There’s Something... https://t.co/34MrJxs4yT by #TeaPartyNevada via @c0nvey"},{"id":794281784087289900,"created_at":"Thu Nov 03 20:55:09 +0000 2016","date":"November 03, 2016","hour":13,"text":"RT @Cernovich: HILLARY’S MELTDOWN: Clinton 1 Hr 45 Min. Late for Speech, Has Hoarse, Raspy Voice, Seen Pacing in Lot (VIDEO)\n\nhttps://t.co/…"},{"id":794281282360447000,"created_at":"Thu Nov 03 20:53:09 +0000 2016","date":"November 03, 2016","hour":13,"text":"RT @wikileaks: Two terrabyte drive with Clinton White House emails missing, presumed stolen from National Archives https://t.co/p3eZqxKxke…"},{"id":794280911743447000,"created_at":"Thu Nov 03 20:51:41 +0000 2016","date":"November 03, 2016","hour":13,"text":"RT @MissLizzyNJ: Liberals can't make a decision regarding Melania Trump. It's tough when nothing you believe is consistent with anything el…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":12,"count":39,"values":[{"id":794266234414104600,"created_at":"Thu Nov 03 19:53:21 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @PattiaGarder: Do you realize the level of corruption\nin #Clinton #Kaine exposed in #PodestaEmails27 +/-\n#RiggedElection = #Whitehouse\nF…"},{"id":794265026748153900,"created_at":"Thu Nov 03 19:48:33 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @VivaLaAmes: BREAKING: TED CRUZ CALLS FOR SPECIAL PROSECUTOR TO INVESTIGATE HILLARY #HillaryIndictment \nhttps://t.co/2pWu06lziM"},{"id":794264562111483900,"created_at":"Thu Nov 03 19:46:42 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @wikileaks: Significant, if partisan, find showing how the Clintons supported child stealer Laura Silsby https://t.co/7nULjOgmzr https:/…"},{"id":794264525725900800,"created_at":"Thu Nov 03 19:46:34 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @JaredWyand: Name one time Donald Trump went after someone who didn't go after him first...\n\nMelania Trump is backing the man who stands…"},{"id":794264484613357600,"created_at":"Thu Nov 03 19:46:24 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @USAneedsTRUMP: Leave it to the Democrats on Twitter to hate on Melania Trump for being an immigrant (LEGAL!) hypocrisy at its best folk…"},{"id":794264432943759400,"created_at":"Thu Nov 03 19:46:12 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @HalleyBorderCol: It will be so awesome to have a president &amp; a first lady who love America!\nMelania Trump is a great role model for oth…"},{"id":794264075312177200,"created_at":"Thu Nov 03 19:44:46 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @bfraser747: 💥💥 #QueenOfCorruption\n\nThis is ridiculous &amp; unacceptable and American people have a right to fair reporting in elections.…"},{"id":794264020073250800,"created_at":"Thu Nov 03 19:44:33 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @magnifier661: 🔥🚨HIDING EMAILS🚨🔥\nAdmission strategically planning to obstruct justice by withholding emails. \nemailid-43555 #PodestaEma…"},{"id":794263829958033400,"created_at":"Thu Nov 03 19:43:48 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @FriendlyJMC: Let's help AMERICANS FIRST! Inner cities need better schools, JOBS, Job training and improved parks\n#Trump2015\n#DrainTheSw…"},{"id":794263757119692800,"created_at":"Thu Nov 03 19:43:31 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @GDLtothePDX: Can't believe how after the #PodestaEmails26 prove HRC &amp; DNC cheated Bernie he endorses her. #HillaryIndicment https://t.…"},{"id":794263676391985200,"created_at":"Thu Nov 03 19:43:11 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @BrittPettibone: Full transcript of Hector Morenco's tweets red-pilling the world. \n#hectormorenco https://t.co/mfTGYru2Mx"},{"id":794263044968816600,"created_at":"Thu Nov 03 19:40:41 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @DennisMurphy15: Schweizer: Clinton Cash Is the 'Roadmap' for FBI Foundation Probe - Breitbart https://t.co/3esaiB0x2D"},{"id":794263018200858600,"created_at":"Thu Nov 03 19:40:34 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @Pamela_Moore13: Melania Trump gave a campaign speech for her husband @realDonaldTrump: \"‘Make America Great Again’ is not just some slo…"},{"id":794262849862434800,"created_at":"Thu Nov 03 19:39:54 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @DanScavino: Jacksonville, Florida #TrumpTrain!\nVOTE, VOTE, VOTE! #MAGA https://t.co/pvnIwaoIvb"},{"id":794262813967577100,"created_at":"Thu Nov 03 19:39:46 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @Rockprincess818: Hillary Clinton Accepted bribes while holding public office.\nAnd Engaged in money laundering.\n#HillaryIndictment"},{"id":794262709713961000,"created_at":"Thu Nov 03 19:39:21 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @Early__May: @DanScavino @realDonaldTrump @MELANIATRUMP MAKE AMERICA ELEGANT AGAIN! VOTE FOR MELANIA!"},{"id":794262569481601000,"created_at":"Thu Nov 03 19:38:47 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @JaredWyand: Twitter @support took #HillaryIndictment off trending topics while having more shares at a faster rate than anything else…"},{"id":794262499822551000,"created_at":"Thu Nov 03 19:38:31 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @GenFlynn: Knew it was bad. America needs citizen journalists reporting honestly via social media to help @realDonaldTrump &amp; @mike_pence…"},{"id":794262433317716000,"created_at":"Thu Nov 03 19:38:15 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @TEN_GOP: #VoterFraud Alert🚨 CA man finds dozens of ballots addressed to his deaf neighbor, with different names!\n\nhttps://t.co/T71x1CHt…"},{"id":794262380318490600,"created_at":"Thu Nov 03 19:38:02 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @zachhaller: HOLY FCKN SH!T\n\nDid @NBC just accidentally post the rigged Election Day results???\n\nWe need #HillaryIndictment ASAFP https:…"},{"id":794262289100787700,"created_at":"Thu Nov 03 19:37:41 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @trumpology: #HillaryIndictment #MAGA 🇺🇸 https://t.co/a2KtnXrRDk"},{"id":794262208595296300,"created_at":"Thu Nov 03 19:37:21 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @Stonewall_77: BREAKING; 88 US Generals Stand Together Against Hillary Clinton In One Massive Act Of Defiance https://t.co/cZ4yLIPCli #M…"},{"id":794261788963573800,"created_at":"Thu Nov 03 19:35:41 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @LeahR77: GOP Alleges VOTER FRAUD in Broward County – Democrats Opened TENS OF THOUSANDS of Ballots👉 MS SNIPES🚨 954-357-7050 #VoterFraud…"},{"id":794261722555187200,"created_at":"Thu Nov 03 19:35:25 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @ScottPresler: I went to a Trump rally. I held up a rainbow flag. I didn't get hurt. People took pictures w/ me. Hugged me.\n\n#GaysForTru…"},{"id":794261693664755700,"created_at":"Thu Nov 03 19:35:19 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @FreeDavidKing: BREAKING: Fla sheet shows that 38% of early voters for Trump were Democrats. Absolutely destroying Hillary. Media says s…"},{"id":794261508968611800,"created_at":"Thu Nov 03 19:34:35 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @PastorDScott: Melania Trumps crowd was larger &amp; more enthusiastic that ANY Hillary crowd ever was."},{"id":794261482179592200,"created_at":"Thu Nov 03 19:34:28 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @FaillaCox: Podesta Friend #KadzikGate Led Cover-Up of IRS Scandal https://t.co/mqQIesg8Kz via @LifeZette"},{"id":794261425061511200,"created_at":"Thu Nov 03 19:34:15 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @PrisonPlanet: Proof that Hillary got the exact question after it was stolen for her by Donna Brazile. #PodestaEmails27 https://t.co/JAy…"},{"id":794261342526046200,"created_at":"Thu Nov 03 19:33:55 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @realDonaldTrump: Looking at Air Force One @ MIA. Why is he campaigning instead of creating jobs &amp; fixing Obamacare? Get back to work fo…"},{"id":794261274414743600,"created_at":"Thu Nov 03 19:33:39 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @Pamela_Moore13: Fox News: #HillaryClinton's team paid $700,000 to influence the #FBI investigation against her.\n\n#HillaryIndictment htt…"},{"id":794261232962437100,"created_at":"Thu Nov 03 19:33:29 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @Eyes_of_justice: .@gerfingerpoken2 @ottoknowtruth @YouTube @Bernies4_Trump @wgmackie @AlwaysIntegrity @akjc77 @Pastor @Independent @4ca…"},{"id":794261140196954100,"created_at":"Thu Nov 03 19:33:07 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @TaperedOut: The \"celeb\" flight to Canada will depart shortly after. https://t.co/HUQdjK0C9v"},{"id":794261107343032300,"created_at":"Thu Nov 03 19:32:59 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @wikileaks: ED: Assange interview was not with RT. The interview was for the UK. Dartmouth Films then sold to broadcasters outside the U…"},{"id":794260808721203200,"created_at":"Thu Nov 03 19:31:48 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @CrazyJoezGalaxy: Ghislaine Maxwell allegedly got underage girls for Jeffery Epstein, She does fundraising 4 #ClintonFoundation through…"},{"id":794260595424034800,"created_at":"Thu Nov 03 19:30:57 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @Rockprincess818: Assange has done an amazing job timing his releases and not just dumping them all together. \n#wikileaks \n#HillaryIndic…"},{"id":794260432534044700,"created_at":"Thu Nov 03 19:30:18 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @LouDobbs: They Are Libs, Always Were: Bushes abandon Trump, as he runs against the Clinton Cartel via the @FoxNews App #Dobbs https://t…"},{"id":794260396500779000,"created_at":"Thu Nov 03 19:30:09 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @mikeygongoog: @BretBaier At least you are beginning to investigate, other reports on networks don't bother...and keep Tucker, sick of R…"},{"id":794260340158693400,"created_at":"Thu Nov 03 19:29:56 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @HaleyTessIsis: OMG\n\nConsidering the pedophilia rumors &amp; slimy characters associated with the Clintons this is mind boggling.\n\n#HillaryI…"},{"id":794260112743559200,"created_at":"Thu Nov 03 19:29:02 +0000 2016","date":"November 03, 2016","hour":12,"text":"RT @MagicRoyalty: 🌟Melania Trump~PA🌟\nClass,Elegance,Respect \n\"Fulltime Mother\" \n\"Health Love &amp; Loyalty\"\nAdvocate for Women &amp; Children\nhttps…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":10,"count":9,"values":[{"id":794230345973583900,"created_at":"Thu Nov 03 17:30:45 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @CLewandowski_: 2016 US President Ballot in NH TRUMP Leads by 5 https://t.co/GEJ7gwSccx"},{"id":794230312368803800,"created_at":"Thu Nov 03 17:30:37 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @realDonaldTrump: After decades of lies and scandal, Crooked Hillary's corruption is closing in. #DrainTheSwamp! https://t.co/YivCacmkKq"},{"id":794230244991451100,"created_at":"Thu Nov 03 17:30:21 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @ryanward87: #HillaryIndictment is currently the #2 top trend on Twitter!\nKeep it up!\n👍🏻🇺🇸\nShe cannot be allowed to get away w/ it all o…"},{"id":794230215413301200,"created_at":"Thu Nov 03 17:30:14 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @greatagain4: BREAKING: Clinton Foundation SECRET RECORDINGS and the BOOK “Clinton Cash” Fueled the Investigation – TruthFeed https://t.…"},{"id":794230142268751900,"created_at":"Thu Nov 03 17:29:56 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @PpollingNumbers: New Hampshire, ARG Poll:\n\nTrump 48 (+5)\nClinton 43\nJohnson 4\n\nhttps://t.co/UxYpJKsRe2 https://t.co/r1QM1nJGtI"},{"id":794230108173246500,"created_at":"Thu Nov 03 17:29:48 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @asamjulian: Keep it going, everyone. Let’s get #HillaryIndictment to #1. https://t.co/gcAnr0Mz4W"},{"id":794230088657203200,"created_at":"Thu Nov 03 17:29:43 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @Bellagiotime: WikiLeaks: Podesta Warned Hillary to Stop Discussing Sensitive Info via Email https://t.co/7fzceHRzld via @LifeZette"},{"id":794229987582898200,"created_at":"Thu Nov 03 17:29:19 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @TrumpFever2016: TrumpFever * Black*White*Latino UNITY 4 TRUMP ! https://t.co/XVcTkc73aV via @YouTube Cubs #WorldSeries CONGRATULATIONS…"},{"id":794229934009057300,"created_at":"Thu Nov 03 17:29:07 +0000 2016","date":"November 03, 2016","hour":10,"text":"RT @Miami4Trump: CNN Jennifer Palmieri LEAKED Death Penalty Question In Advance 2 Donna Brazile\n#PodestaEmails27 #DrainTheSwamp #MAGA\nhttps…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":4,"count":21,"values":[{"id":794135091165462500,"created_at":"Thu Nov 03 11:12:14 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @cmrose999: Trump's Secret Weapon: Ivanka Campaigns in Critical Battleground North Carolina - Breitbart https://t.co/ykizzsS31e"},{"id":794134681113522200,"created_at":"Thu Nov 03 11:10:36 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @LouDobbs: Fox sources say Indictment is \"likely\" in the Clinton \"PaytoPlay\" Investigation, \"unless\" obstructed by DOJ #MAGA #TrumpPence…"},{"id":794134634602856400,"created_at":"Thu Nov 03 11:10:25 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @hrtablaze: Breaking:Twitter Friendly Version\nA soft coup has been launched by FBI to overthrow the Clinton's hostile takeover of the Wh…"},{"id":794134593381208000,"created_at":"Thu Nov 03 11:10:16 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @KellyannePolls: Politics pure and simple. https://t.co/6ZaZaZW3lJ"},{"id":794134551895375900,"created_at":"Thu Nov 03 11:10:06 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @_Makada_: FBI sources: 99% chance foreign intelligence agencies accessed Hillary's illegal server, @wikileaks emails \"could show intent…"},{"id":794134518886240300,"created_at":"Thu Nov 03 11:09:58 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @JaredWyand: You went a whole hour @donlemon without reporting this because CNN knows if you report it, Hillary is done\n\nYou’re a traito…"},{"id":794134192175153200,"created_at":"Thu Nov 03 11:08:40 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @David360NC: BREAKING VIDEO : NON DUPLICATE EMAILS HAVE BEEN FOUND ON WEINER'S LAPTOP https://t.co/tNQcOCmEKp #DNC #RNC #Fl #NC #Ohio #M…"},{"id":794134170360512500,"created_at":"Thu Nov 03 11:08:35 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @22Americanfirst: #VoteTrump so we can SAVE the USA https://t.co/Qe04zNJP6J"},{"id":794133657980194800,"created_at":"Thu Nov 03 11:06:33 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @mitchellvii: At this point it doesn't matter what BS Justice tells FBI to do, the paste is out of the tube."},{"id":794133377825771500,"created_at":"Thu Nov 03 11:05:26 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @daveleifer: @mitchellvii Succinct and brilliant summary of of the new reports into Hillary FBI investigations https://t.co/7Q25U390Sw"},{"id":794133332305018900,"created_at":"Thu Nov 03 11:05:15 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @mitchellvii: TED CRUZ to Campaign with Mike Pence Thursday - In Obvious Move to Keep Job in Senate https://t.co/mnZpB67UTm"},{"id":794133224503001100,"created_at":"Thu Nov 03 11:04:49 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @JaredWyand: To the agents in the @FBI, @CIA, @NSAGov, &amp; @TheJusticeDept putting yourselves on the line to takedown Hillary\n\nYour countr…"},{"id":794133199920201700,"created_at":"Thu Nov 03 11:04:43 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @T_Lineberger: Thanks @IvankaTrump for coming to help win Michigan! More people here than a Hillary rally with less than 24 hours notice…"},{"id":794132910131515400,"created_at":"Thu Nov 03 11:03:34 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @mitchellvii: Exclusive-Giuliani Campaigning in Iowa: Enthusiasm for Trump Greater than Any GOP Campaign in 20 Years - Breitbart https:/…"},{"id":794132860366098400,"created_at":"Thu Nov 03 11:03:22 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @mitchellvii: Based upon my statistical model, I predict with 100% certainty that @NateSilver538 should just stop talking until November…"},{"id":794132571890352100,"created_at":"Thu Nov 03 11:02:14 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @LSNortheast: @mitchellvii My 85-year-old Democrat Mom called today to ask if I'll give her a ride to her polling place in Minneapolis t…"},{"id":794132538566516700,"created_at":"Thu Nov 03 11:02:06 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @mitchellvii: Awesome. :-) https://t.co/WGLpE6EGZq"},{"id":794132425777545200,"created_at":"Thu Nov 03 11:01:39 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @mitchellvii: Maybe I'm being a optimist here, but I have a feeling the FBI saying, \"this will probably end in an indictment,\" isn't goi…"},{"id":794132377681489900,"created_at":"Thu Nov 03 11:01:27 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @CannonballRoll: @BreitbartNews I'd like to know why there have been no arrests? https://t.co/oYQ2Of3N8l"},{"id":794132103810154500,"created_at":"Thu Nov 03 11:00:22 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @Dc37Deborah: Gingrich: Vote for Hillary if you want 4 years of corruption, investigation and gridlock | https://t.co/WerI5ThawR #VoteT…"},{"id":794132049728782300,"created_at":"Thu Nov 03 11:00:09 +0000 2016","date":"November 03, 2016","hour":4,"text":"RT @ANOMALY1: WOW! LOVE IT!He posted a Trump sign at his business and received a creepy Anonymous phone call!Video made By Michael J Makows…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":3,"count":55,"values":[{"id":794131709239377900,"created_at":"Thu Nov 03 10:58:48 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @2ALAW: NBC CAUGHT PREPARING HILLARY VICTORY RESULTS BEFORE ELECTION\nPre-election 'results' conditioning public to accept rigged Hillary…"},{"id":794131514703417300,"created_at":"Thu Nov 03 10:58:02 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @debfinley46: https://t.co/mb71COlT3e\nRed alert Coup against #Clinton has begun"},{"id":794131496038756400,"created_at":"Thu Nov 03 10:57:57 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @annaparks2011: FBI Sources Tell Fox News \"Indictment Is Likely\" In Clinton Foundation Case https://t.co/qt5CGMOAwL"},{"id":794131470629605400,"created_at":"Thu Nov 03 10:57:51 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @KimDotcom: To all the anti-Trump Republican elites. You must help prevent a Clinton presidency. Bury the hatchet and do the right thing…"},{"id":794131435103854600,"created_at":"Thu Nov 03 10:57:43 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @BitebackPub: .@Nigel_Farage signing copies of @Arron_banks's The Bad Boys of #Brexit\nGet yours here: https://t.co/dVj1nFpe3r https://t.…"},{"id":794130512671547400,"created_at":"Thu Nov 03 10:54:03 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @asamjulian: Louis Farrakhan Compares Hillary To Black Community’s Hitler In Fire And Brimstone Sermon [VIDEO] #WednesdayWisdom https://…"},{"id":794130062283051000,"created_at":"Thu Nov 03 10:52:15 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @Jill_Not_Hill: Report: Indictment 'likely' in FBI Clinton Foundation probe\nhttps://t.co/0fUlZBSoSG\n#LockHerUp #HillaryForPrison"},{"id":794130030360232000,"created_at":"Thu Nov 03 10:52:08 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @ColoradoJosie: Just waiting for @wikileaks Phase 3 to be released to make my dreams come true. ❤ you WikiLeaks! Thank you bringing trut…"},{"id":794129969081385000,"created_at":"Thu Nov 03 10:51:53 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @stevewightman1: Honoring #USArmy SP4 James Larry Fuller, died 11/3/1968 in South Vietnam. Honor him so he is not forgotten. https://t.c…"},{"id":794129945828225000,"created_at":"Thu Nov 03 10:51:47 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @ustatruck: [https://t.co/3xwuVXwwbK]\n\"Hillary Screeches Into the Home Stretch\"\nhttps://t.co/wBejLuadhT\n#HillaryForPrison\n#DrainTheSwamp…"},{"id":794129898386374700,"created_at":"Thu Nov 03 10:51:36 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @diane_smith2: @brandongroeny You are soooo right, let's hope and pray we get to find out! #HillaryforPrison in sickness and in health!"},{"id":794129812763844600,"created_at":"Thu Nov 03 10:51:16 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @tmcphd: The shit keeps piling up! And yet, the Dems keeping ohhing and ahhing over corrupt @HillaryClinton😳 https://t.co/NchXtv6L3l"},{"id":794129449927274500,"created_at":"Thu Nov 03 10:49:49 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @realDonaldTrump: Thank you Arlene! We will MAKE AMERICA SAFE AND GREAT AGAIN! \n#ImWithYou #DrainTheSwamp \nhttps://t.co/tSI0YP2LL9"},{"id":794128313086312400,"created_at":"Thu Nov 03 10:45:18 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: To the men and women in law enforcement, &amp; especially the FBI, thank you for being our last line of defense against over…"},{"id":794128287039635500,"created_at":"Thu Nov 03 10:45:12 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 21. The deleted emails will seal HRC's fate which could end with her facing the death penalty along with Obama for selli…"},{"id":794128255070695400,"created_at":"Thu Nov 03 10:45:04 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 20. The deleted emails will show the Iranian double cross with the 150B Iran Deal, &amp; ransom payments sent to Russia and…"},{"id":794128172413501400,"created_at":"Thu Nov 03 10:44:45 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 18. The deleted emails will show AMBO Stevens and his attempt to stop the arms flow to ISIS, and subsequent execution di…"},{"id":794128119703752700,"created_at":"Thu Nov 03 10:44:32 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 16. The deleted emails will show the acceptance and use of ISIS to try and overthrown Assad in Syria in spite of tremend…"},{"id":794128056940200000,"created_at":"Thu Nov 03 10:44:17 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 14. The deleted emails will show the inner workings of the dual pipeline war raging in Syria, and HRC's involvement and…"},{"id":794128004968489000,"created_at":"Thu Nov 03 10:44:05 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 13. The deleted emails will also illustrate the conflict of interests that Hillary Clinton and Obama had while holding p…"},{"id":794127985481777200,"created_at":"Thu Nov 03 10:44:00 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 12. The HRC emails in Carlos Danger's custody &amp; now FBI's custody will show HRC took money from Soros, Qatar, Saudis &amp; c…"},{"id":794127883778265100,"created_at":"Thu Nov 03 10:43:36 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 11. Weiner AKA Carlos Danger saved HRC's private server deleted emails just in case he had to black mail his way out of…"},{"id":794127779113660400,"created_at":"Thu Nov 03 10:43:11 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 10. But Huma Abedin (HRC's top aide) was married to a sleazy child pornographer/sex addict (Weiner) who saved HRC's emai…"},{"id":794127748038033400,"created_at":"Thu Nov 03 10:43:03 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 9. Because Loretta Lynch and Obama were effectively able to shut down FBI director Comey the entire hijacking was nearly…"},{"id":794127701917499400,"created_at":"Thu Nov 03 10:42:52 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 8. HRC's emails show correspondence confirming corrupt pay-to-play dealings with foreign governments and wealthy individ…"},{"id":794127650956656600,"created_at":"Thu Nov 03 10:42:40 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 7. The take over of the Democratic party and entire US government would have happened had it not been for HRC's private…"},{"id":794127622628376600,"created_at":"Thu Nov 03 10:42:34 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 6. NeverTrump are the Goldman Sachs/Media/Defense Contractors arm of the Republican party who will benefit from HRC as P…"},{"id":794127179751784400,"created_at":"Thu Nov 03 10:40:48 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 3. As a way of purchasing political power over America they have donated vast sums of money to the Clinton Foundation to…"},{"id":794127068187463700,"created_at":"Thu Nov 03 10:40:21 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 2. The leadership of this cabal has used HRC &amp; Obama as their professional politicians for implementing their goals. htt…"},{"id":794127026064150500,"created_at":"Thu Nov 03 10:40:11 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: 1. This election is about the globalist/marxist neoliberal mafia &amp; their hostile takeover of the Democratic party. https…"},{"id":794126996645232600,"created_at":"Thu Nov 03 10:40:04 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: Soon the world will discover HRC &amp; Obama are at the center of the Syrian conflict, profited from the Clinton foundation,…"},{"id":794126456431460400,"created_at":"Thu Nov 03 10:37:56 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hmmngbrd508: Hillary Clinton Triggered By Protester https://t.co/3pryoQtp3M via @YouTube"},{"id":794125422694977500,"created_at":"Thu Nov 03 10:33:49 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @youlivethrice: On Nov. 8 we're going to take our deplorable, irredeemable, basement dwelling, homophobic, racist, sexist selves to the…"},{"id":794125403468210200,"created_at":"Thu Nov 03 10:33:44 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @phil200269: FBI Sources Believe Clinton Foundation Case Moving Towards \"Likely an Indictment\".\n\n#TrumpPence16\n#MAGA\n\nhttps://t.co/YoLxP…"},{"id":794124945156673500,"created_at":"Thu Nov 03 10:31:55 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @perfectsliders: THURSDAY #Poll Who ru voting 4 president? #ThursdayThoughts Theo Epstein #ChicagoCubs Champs #2016ElectionInaMovie Tali…"},{"id":794124824029360100,"created_at":"Thu Nov 03 10:31:26 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @hectormorenco: FBI won't charge HRC before election because Obama will use power to pardon her. \"If we release Weiner file before Nov.…"},{"id":794124710984421400,"created_at":"Thu Nov 03 10:30:59 +0000 2016","date":"November 03, 2016","hour":3,"text":"We won't b buying them anymore! They have no idea how YUGE this movement is! https://t.co/JZb0xub4Hn"},{"id":794124379261112300,"created_at":"Thu Nov 03 10:29:40 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @KimwithpanacheG: DC Attorney: FBI Agents Never Destroyed Laptops Of Clinton Aides, They Refused! #FBINeverDestroyedAidesLaptops https:/…"},{"id":794123552182169600,"created_at":"Thu Nov 03 10:26:23 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @DRUDGE_REPORT: WASH POST: FBI Director Comey was told of new emails in early October... https://t.co/kVTHfoiLo5"},{"id":794123270069043200,"created_at":"Thu Nov 03 10:25:16 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @InGodIDoTrust: ALL immunity deals to top aides, including Cheryl Mills and Heather Samuelson are OFF!!!! https://t.co/iErJZ97rf7"},{"id":794123253392490500,"created_at":"Thu Nov 03 10:25:12 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @imuszero: Must watch! Hillary's camp jumping ship to save themselves from jail #cubs #Cubbies #indians #WorldSeries #GameOfThrones #gam…"},{"id":794123100908613600,"created_at":"Thu Nov 03 10:24:36 +0000 2016","date":"November 03, 2016","hour":3,"text":"Love @treygowdy he's truly one of the ppl who really love our country, respect our military &amp; really cares for USA https://t.co/kQzbwLqoW6"},{"id":794122524623827000,"created_at":"Thu Nov 03 10:22:18 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @ish10040: Obama's America : U.S. Murders Increased by Nearly 11 Percent in 2015 https://t.co/47jQG2uh3i I"},{"id":794122410534572000,"created_at":"Thu Nov 03 10:21:51 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @DanScavino: .@JohnnyDamon &amp; @MichelleDamon come out to support our next POTUS- @realDonaldTrump in Orlando, Florida this afternoon. #Te…"},{"id":794122368155340800,"created_at":"Thu Nov 03 10:21:41 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @DanScavino: Great day for @TeamTrump in Miami, Orlando and Pensacola, Florida! \n#VoteTrumpPence16 #MAGA https://t.co/p3zG0Ttm0u"},{"id":794122066895245300,"created_at":"Thu Nov 03 10:20:29 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @farrightgregy: StopStopHillary: AND TRUMP WILL TAKE BACK THE FED\nTHAT WILL MAKE THE WORLD OF DIFFERENCE"},{"id":794122049207889900,"created_at":"Thu Nov 03 10:20:25 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @farrightgregy: StopStopHillary: I WANT THE ROTHSCHILDS SO BROKE THEY GOTTA BEG FOR A CUP OF COFFEE"},{"id":794121680209772500,"created_at":"Thu Nov 03 10:18:57 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @latinaafortrump: We will never have this opportunity again, to vote for the candidate that stands against corruption. This is our chanc…"},{"id":794121243071017000,"created_at":"Thu Nov 03 10:17:13 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @JeanieWilliams: Melania Trump Will Share Her Experience Immigrating to the US in Campaign Speech - ABC News - https://t.co/RHpeDEoviW…"},{"id":794120400531849200,"created_at":"Thu Nov 03 10:13:52 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @johnnydollar01: Catherine Herridge with a concise (2min) summary of the big newst. Will MSNBCNN report it or try to ignore it away? htt…"},{"id":794119508470468600,"created_at":"Thu Nov 03 10:10:19 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @USAneedsTRUMP: @HillaryClinton is this how you lift people up by insulting them? https://t.co/VEsXDdkHEQ"},{"id":794119302718824400,"created_at":"Thu Nov 03 10:09:30 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @intheknow1798: Exclusive: Trump beats Clinton in Israeli absentee-voter exit poll\nhttps://t.co/LlIHdWZlbP"},{"id":794119245546266600,"created_at":"Thu Nov 03 10:09:16 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @seabees1822: FBI Sources Tell Fox News: Clinton Foundation Investigation Much Bigger and Indictments Likely.… https://t.co/3OcLw1azYS v…"},{"id":794118631361826800,"created_at":"Thu Nov 03 10:06:50 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @ARnews1936: 😡ALERT😡\nNetworks Caught Preparing Hillary Victory Announcements - YouTube https://t.co/NVW9IVeOKT … https://t.co/ogmnbzTWf4"},{"id":794117863003082800,"created_at":"Thu Nov 03 10:03:47 +0000 2016","date":"November 03, 2016","hour":3,"text":"RT @bfraser747: 💥💥 MUST WATCH\n\nThis is ridiculous &amp; unacceptable &amp; American people have a right to fair reporting in elections. \n\n#PodestaE…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":2,"count":1,"values":[{"id":794116670042345500,"created_at":"Thu Nov 03 09:59:02 +0000 2016","date":"November 03, 2016","hour":2,"text":"RT @YoungDems4Trump: When grandma dumps #CrookedHillary to board the #TrumpTrain, you know a Trump victory is coming!\n\n#DrainTheSwamp #Lock…"}]},{"date":"2016-11-03T07:00:00.000Z","hour":0,"count":40,"values":[{"id":794082922768859100,"created_at":"Thu Nov 03 07:44:56 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @kshw5678: #BringDownTheRing Intelligence says Bill isnt the only one to fly, Hillary was also a frequent flyer https://t.co/cdG2FkRwIg"},{"id":794081664624394200,"created_at":"Thu Nov 03 07:39:56 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @TeamTrump: The support for @realDonaldTrump is INCREDIBLE -- Our movement is making HISTORY! #MAGA #TrumpTrain https://t.co/1n39aU3cMT"},{"id":794081400823705600,"created_at":"Thu Nov 03 07:38:53 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @Stand4Trump2016: Who Is The Most Corrupted?"},{"id":794081363074883600,"created_at":"Thu Nov 03 07:38:44 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @MulcahyA: It would be a hit! https://t.co/3YYSGCpPv1"},{"id":794080750194884600,"created_at":"Thu Nov 03 07:36:18 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @DanScavino: The scene in Miami, Florida right now for your next President of the United States of America - Donald J. Trump! Get out &amp;…"},{"id":794080537438781400,"created_at":"Thu Nov 03 07:35:28 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @DanScavino: .@realDonaldTrump in Miami, Florida. #MakeAmericaGreatAgain https://t.co/gwJZLJPK3F"},{"id":794080346342096900,"created_at":"Thu Nov 03 07:34:42 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @bfraser747: 💥💥 #WakeUpAmerica \n\nIt would be just INSANE to vote for #Hillary &amp; her #MuslimBrotherhood \n#PartnerInCrime likely chief of…"},{"id":794080307385430000,"created_at":"Thu Nov 03 07:34:33 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @wikileaks: FOX FBI source: WikiLeaks #Podesta emails are feeding into a new high priority Clinton Foundation investigation https://t.co…"},{"id":794080011347234800,"created_at":"Thu Nov 03 07:33:22 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @bfraser747: 💥💥 #VoteTrump\n\n#WakeUpAmerica you can't vote #Hillary who's entire presidency will be focused on legal battles &amp; #Pay4Play…"},{"id":794079975645265900,"created_at":"Thu Nov 03 07:33:14 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @beaglebabe48: Federal Lawsuit Filed Against AG Loretta Lynch To Get Details Of Meeting With Bill Clinton https://t.co/69ghtywkc3 via @w…"},{"id":794079836948099100,"created_at":"Thu Nov 03 07:32:41 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @bfraser747: 💥💥 #Dems4Trump\n\nThis election isn't about Republican vs. Democrat. It's about #Corruption vs\n#MAGA. \n\n#PodestaEmails26\n\n#Dr…"},{"id":794079777481195500,"created_at":"Thu Nov 03 07:32:26 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @LindaSuhler: CNN Debate Questioner: Clinton Should Be Disqualified\n#DrainTheSwamp #PodestaEmails #CrookedHillary #MAGA\nhttps://t.co/UG7…"},{"id":794079482948833300,"created_at":"Thu Nov 03 07:31:16 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @ggeett37aaa: Did HILLARY &amp; OBAMA send Amb Stevens 2Benghazi &amp; arrange his death? This video says Wiki Leaks substantiates it! https://t…"},{"id":794079454633009200,"created_at":"Thu Nov 03 07:31:09 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @JamesOKeefeIII: \"So that's what they think of us.\"Black community leaders in NC respond to top @HillaryClinton donor saying blacks are…"},{"id":794079393534582800,"created_at":"Thu Nov 03 07:30:55 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @RogerJStoneJr: Hey @ChrisHayesTV -if your gonna talk shit about me at least have me on to respond #Censorship"},{"id":794079356461137900,"created_at":"Thu Nov 03 07:30:46 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @Always_Trump: REMINDER: Proof Hillary ordered Huma to commit a felony, and she did it. #PodestaEmails https://t.co/dWj1lyh11X"},{"id":794079189645295600,"created_at":"Thu Nov 03 07:30:06 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @IBeGoodNow: GO AHEAD &amp; INDICT HILLARY !!! PUT TRUMP INTO OFFICE!!!!! https://t.co/U7mlg3QISW"},{"id":794079166148857900,"created_at":"Thu Nov 03 07:30:01 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @RogerJStoneJr: Human knew every thing- \n@HillaryClinton is so BUSTED\n@AnthonyWeiner singing like a bird\n#650Kemail @StoneColdTruth"},{"id":794079119680176100,"created_at":"Thu Nov 03 07:29:50 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @Democrat_4Trump: Australian \"Cabinet of Ministers\" say they want a Trump Presidency over a Hillary Clinton presidency. Mentions Hillary…"},{"id":794078992794001400,"created_at":"Thu Nov 03 07:29:19 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @jtblogs: Whistle on New Hillary Emails: Money Laundering, Sex Crimes with Children, Child Exploitation, Pay to Play, Perjury https://t.…"},{"id":794078469151977500,"created_at":"Thu Nov 03 07:27:14 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @Franklin_Graham: Here’s a photo with a few friends who gathered on my father @BillyGraham's 95th birthday 3 yrs ago. You might recogniz…"},{"id":794078425317261300,"created_at":"Thu Nov 03 07:27:04 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @FoxNews: .@newtgingrich: \"The gov't. establishment trying to get their hand-picked candidate to the presidency to enable them to take c…"},{"id":794078362415333400,"created_at":"Thu Nov 03 07:26:49 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @JackPosobiec: You took $500 million from Wall St https://t.co/ZEimgrMHvC"},{"id":794078220815659000,"created_at":"Thu Nov 03 07:26:15 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @nenelilly: .@ShoelessJoe__: My Grandma just switched. https://t.co/KfjUkkO2Su"},{"id":794078167489278000,"created_at":"Thu Nov 03 07:26:03 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @Night_Rider2014: Time to #DrainTheSwamp of this basket of miscreants &amp; ne'er-do-wells! #IndictHillary #WIKILEAKS #HillaryClinton #Elect…"},{"id":794078097058525200,"created_at":"Thu Nov 03 07:25:46 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @jtblogs: FBI Director Comey was told of new emails in early October but wanted more information before renewing Clinton probe https://t…"},{"id":794078068629499900,"created_at":"Thu Nov 03 07:25:39 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @VoteTrumpPics: \"We send our thoughts and prayers to the families of the fallen. An attack on our police is an attack on all of us.\" - @…"},{"id":794077664705450000,"created_at":"Thu Nov 03 07:24:03 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @EastwoodUSA: As Americans we want to protect our constitution and uphold the law, if you do too then \"Vote Trump\" and send Hillary to J…"},{"id":794077016647667700,"created_at":"Thu Nov 03 07:21:28 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @KNP2BP: #OH\n#PA \n#NC\n#VA\n#NV\n#CO\n#FL\n#AZ \n#MI\n#WI\n#GA\nNYPD-new laptop info can “put #Hillary &amp;her crew away 4 life\" https://t.co/9uzOt…"},{"id":794076345118629900,"created_at":"Thu Nov 03 07:18:48 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @Darren32895836: DEEP TROUBLE 4OBAMA!! He said Hillary Clinton Server didn't put USA National Security in danger but FBI says he's DEAD…"},{"id":794076152373669900,"created_at":"Thu Nov 03 07:18:02 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @Margn222: They censored @JoeDanMedia also. This is bad https://t.co/8EcjZBt8dj"},{"id":794075986098843600,"created_at":"Thu Nov 03 07:17:22 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @LeahR77: NYPD Blows Whistle on New Hillary Emails: Money Laundering, Sex Crimes w Children, Pay to Play, Perjury #BringDownTheRing #Hil…"},{"id":794075455594840000,"created_at":"Thu Nov 03 07:15:16 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @asamjulian: BREAKING: Fox—FBI “Actively And Aggressively” Probing Clinton Foundation Corruption, “A Lot Of Evidence” https://t.co/g7ymd…"},{"id":794074709436563500,"created_at":"Thu Nov 03 07:12:18 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @bsalvato: FBI Sources Tell Fox News An \"Indictment Is Likely\" In Clinton Foundation Case | Video | RealClearPolitics https://t.co/NfSFA…"},{"id":794074588661633000,"created_at":"Thu Nov 03 07:11:49 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @createtruespace: @RealAlexJones @infowars America is about to be Rocked to it's Core! Please tell the innocent women &amp; children that we…"},{"id":794074431446548500,"created_at":"Thu Nov 03 07:11:12 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @ChatRevolve: BREAKING: Hillary Clinton furious after dozens protest her causing chaos inside her rally Ft Lauderdale #Trump2016 https:/…"},{"id":794074381823725600,"created_at":"Thu Nov 03 07:11:00 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @jimsx50: #LorettaLynch should be mopping the prison floors for the rest of her life! \n#NeverHillary 👿\n#TrumpPence16 👍👍\n#MAGA 🗽 https://…"},{"id":794072766672699400,"created_at":"Thu Nov 03 07:04:35 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @KellyannePolls: When she goes low, he goes high. https://t.co/ubSrmgR6jP"},{"id":794072627858014200,"created_at":"Thu Nov 03 07:04:02 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @aduanebrown: Donald Trump's closing message in Florida: \"I've had a great life, and now I want to give back to the country I love.\" htt…"},{"id":794072472513613800,"created_at":"Thu Nov 03 07:03:25 +0000 2016","date":"November 03, 2016","hour":0,"text":"RT @mitchellvii: Poor @NateSilver538:\n\n\"The Cubs Have A Smaller Chance Of Winning Than Trump Does ...\""}]},{"date":"2016-11-02T07:00:00.000Z","hour":21,"count":13,"values":[{"id":794040588375130100,"created_at":"Thu Nov 03 04:56:43 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @DefendingtheUSA: VIDEO : FBI SOURCES SAY INDICTMENT LIKELY FOR CLINTON https://t.co/4IPgWgn2sa #Trump2016 #TrumpTrain #MAGA #TrumpPence…"},{"id":794039865717428200,"created_at":"Thu Nov 03 04:53:51 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @KatrinaPierson: 94-year old stumps for Trump on foot https://t.co/RGYiajkMOR #MakeAmericaGreatAgain #Trump2016"},{"id":794039808658182100,"created_at":"Thu Nov 03 04:53:37 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @vivelafra: JEOPARDY: @RobbyMook and other #Hillary2016 staffers face growing legal peril in biggest corruption scandal in American hist…"},{"id":794039687329497100,"created_at":"Thu Nov 03 04:53:08 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @WayneDupreeShow: Homeless Woman Attacked Guarding Trump's Hollywood Star FOUND! https://t.co/cYUOZeDx7H via @JackTalkinSmack #TrumpTrai…"},{"id":794039526729646100,"created_at":"Thu Nov 03 04:52:30 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @ChrisCoon4: This is great please read and retweet \nAnn Coulter: My Final Argument for #Trump2016 Humiliate the Media! - https://t.co/i…"},{"id":794039353316098000,"created_at":"Thu Nov 03 04:51:49 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @ConstanceQueen8: Trump 👊🏻Leads In Nevada\nTrump 49% Hillary 43%\n🙏🏻🇺🇸#MAGA #TrumpTrain \n#TRUMP2016 https://t.co/1oo0RjTh6N"},{"id":794035645769515000,"created_at":"Thu Nov 03 04:37:05 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @Portosj81J: Bring manufacturing back to Pennsylvania, Ohio, Michigan, Indiana, Kentucky &amp; New York. Vote for Trump. #Trump2016 https:…"},{"id":794032616366293000,"created_at":"Thu Nov 03 04:25:02 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @immigrant4trump: Donald Trump is the best choice for ALL Americans! Make America Great Again! \"Go Out and Vote Trump, Let's Do THIS!\" #…"},{"id":794029913389039600,"created_at":"Thu Nov 03 04:14:18 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @AmyMek: 'We ask you God to bless them, keep them safe, give them the wisdom &amp; the strength to lead this nation, Amen' 🙏🏻 https://t.co/B…"},{"id":794028702610976800,"created_at":"Thu Nov 03 04:09:29 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @YoungDems4Trump: Creepy, @Evan_McMullin is literally bankrolled by the Clinton Foundation. https://t.co/hZ7p0AaMiZ"},{"id":794028036098232300,"created_at":"Thu Nov 03 04:06:50 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @mitchellvii: FBI Sources Tell Fox News: Clinton Foundation Investigation Much Bigger and Indictments Likely… | The Last Refuge https://…"},{"id":794026819028717600,"created_at":"Thu Nov 03 04:02:00 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @RosemryS: My Father taught me....\"IMPOSSIBLE is just a starting point! \" \n\nDonald Trump Jr. https://t.co/MHJ9pplCKI"},{"id":794026572630081500,"created_at":"Thu Nov 03 04:01:01 +0000 2016","date":"November 02, 2016","hour":21,"text":"RT @realDonaldTrump: Thank you Miami! In 6 days, we are going to WIN the GREAT STATE of FLORIDA - and we are going to win back the White Ho…"}]},{"date":"2016-11-02T07:00:00.000Z","hour":17,"count":9,"values":[{"id":793969785797312500,"created_at":"Thu Nov 03 00:15:22 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @VivaLaAmes: We can't lose focus. WE MUST GET OUT AND VOTE.\nand it's not enough just to go yourself. BRING PEOPLE WITH YOU.\nIf we don't…"},{"id":793969563624992800,"created_at":"Thu Nov 03 00:14:29 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @JaredWyand: Ask Lisa Bloom how an anonymous person only two people claim to have met can receive death threats\n\nThis was a nuclear opti…"},{"id":793969341880471600,"created_at":"Thu Nov 03 00:13:36 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @LeahR77: Boston Globe Reports On Law Firm Secretly Funneling Money To Clintons &amp; Dems https://t.co/c2eb1SuO0i Vote Trump"},{"id":793968469180117000,"created_at":"Thu Nov 03 00:10:08 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @Skiinnc: Wikileaks Exposes Collusion Between Clinton Campaign, State Department, And New York Times \nhttps://t.co/VdjBJuzlto"},{"id":793968320508784600,"created_at":"Thu Nov 03 00:09:33 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @TRUMPMOVEMENTUS: https://t.co/8egBr5hbTV"},{"id":793968207816179700,"created_at":"Thu Nov 03 00:09:06 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @LindaSuhler: Trump Slams Media in Miami - Crowd Chants ‘CNN Sucks!’\n#VoteTrump #DrainTheSwamp #AmericaFirst #MAGA\nhttps://t.co/y7AYqfoi…"},{"id":793968166242316300,"created_at":"Thu Nov 03 00:08:56 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @dawnellemurray: You and your SKANK daughter @LisaBloom PLANNED THIS ALL! #WikiLeaks proof https://t.co/nwp4jBfsLc"},{"id":793968129198133200,"created_at":"Thu Nov 03 00:08:47 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @AnnCoulter: Alicia Machado: Hillary's model immigrant. A single mother (baby mama to drug kingpin) with no career, no job prospects. B…"},{"id":793968077658591200,"created_at":"Thu Nov 03 00:08:35 +0000 2016","date":"November 02, 2016","hour":17,"text":"RT @PrisonPlanet: 91% of Last-Minute Bets Are for Trump, Paddy Power Says. https://t.co/XuftEMBXPy"}]},{"date":"2016-11-02T07:00:00.000Z","hour":16,"count":24,"values":[{"id":793960015925309400,"created_at":"Wed Nov 02 23:36:33 +0000 2016","date":"November 02, 2016","hour":16,"text":"RT @jlopezandfamily: @realDonaldTrump Condolences to Iowa LEO's families. We stand with You! https://t.co/WsFAu9sCgQ"},{"id":793959986955219000,"created_at":"Wed Nov 02 23:36:26 +0000
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment