Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Libraries:
Datasets
pandas
License:
File size: 124,230 Bytes
9c79625
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
{"tweet_id":3913457493,"text":"RT @sickforprofit Robert Reich explains #PublicOption in 70 seconds. Watch http:\/\/su.pr\/8EcQLH pls RT, its time to take a stand! #hcr #p2","label":"negative"}
{"tweet_id":9651683765,"text":"Dems don't need \"bipartisan\" \"cover\" for #HCR. R's have had TONS o' time to come up w\/reform. Remember 1994-2010? Yeah. No Rep Plan. #HCS","label":"negative"}
{"tweet_id":10585544845,"text":"Teabaggers want their country back. Unfortunately for them, the confederacy was dissolved in 1865. #p2 #hcr #ACORN (via @Marnus3)","label":"negative"}
{"tweet_id":10632627269,"text":"Call your Representatives and tell them to vote NO on health care!  Please retweet!  Code red!  #tcot #hcr #killthebill","label":"negative"}
{"tweet_id":10636933663,"text":"#WI #D8 #HCR #healthcare SWING Voter! CALL Steve Kagen 202-225-5665 http:\/\/kagen.house.gov","label":"neutral"}
{"tweet_id":10639441066,"text":"#HCR #healthcare Swing Voter: Gabrielle Giffords CALL!! DC:202-225-2542 Local:520-881-3588 @rep_giffords","label":"neutral"}
{"tweet_id":10645329925,"text":"Momentum is growing for #hcr- more Members said they'll vote yes today, and more polls show public support on the rise http:\/\/go.usa.gov\/lhT","label":"positive"}
{"tweet_id":10655121098,"text":"One of Ann Coulter's best columns ever - My Healthcare Plan http:\/\/bit.ly\/aBWRgZ #tcot #p2 #hcr","label":"positive"}
{"tweet_id":10671777460,"text":"More from WaPo: New bill \"cuts deficit by $1.3 trillion over 20 years, covers 95%\" http:\/\/bit.ly\/aE3o4O #hcr","label":"neutral"}
{"tweet_id":10672201813,"text":"Who's the flea-infested...special-interest-infected wet smelly dog? #hcr or Mario Diaz Balart? http:\/\/bit.ly\/9kwZbt","label":"negative"}
{"tweet_id":10673160713,"text":"Democrat House floor whip calls Slaughter strategy \"disingenuous.\" http:\/\/bit.ly\/941nkV #tcot #txgop #hcr","label":"neutral"}
{"tweet_id":10673323559,"text":"Prev NO vote-we nd2 maintain as a NO vote http:\/\/snipurl.com\/uv02g Markey(CO) Boccieri(OH) Matheson(UT) Ross(AR) #HCR","label":"negative"}
{"tweet_id":10673325433,"text":"America, We Can Win This Fight: http:\/\/ow.ly\/1nOKJ #tcot #healthcare #sgp #GOP #handsoff #hcr","label":"negative"}
{"tweet_id":10673363687,"text":"Republicans are concerned that if everyone stays healthy there will be more people to vote against them. #p2 #hcr #ACORN","label":"positive"}
{"tweet_id":10673428281,"text":"This video helps explain Obamunism: http:\/\/glennbeckclips.com\/add.htm#dem #TCOT #P2 #hcr","label":"negative"}
{"tweet_id":10673901639,"text":"RT @GOPLeader: RT @dcexaminer Economists blast Pelosi's health-care job creation claims http:\/\/ow.ly\/1nMrQ #hcr","label":"neutral"}
{"tweet_id":10675416323,"text":"This is why we can't support reconciliation http:\/\/bit.ly\/cyPppz #hcr #p2","label":"negative"}
{"tweet_id":10676098377,"text":"Healthcare freedom or disaster? http:\/\/bit.ly\/d1LRdm #tcot #topprog #gop #dems #hcr #liberty #IV","label":"negative"}
{"tweet_id":10676114258,"text":"It\u00e2\u20ac\u2122s confirmed, #hcr is the largest deficit reducer in 17 yrs, since Clinton's 1993 budget, which ushered in great economy of the 90s","label":"positive"}
{"tweet_id":10676196360,"text":"This piece has some great poll info, how citizens feel abt #HCr issues and the slimy #dem process http:\/\/bit.ly\/d92utn #obama #tcot","label":"negative"}
{"tweet_id":10676306025,"text":"RT @jonathanhsinger: Considering that #hcr slashes the deficit by $1.3 trillion, the \"fiscally conservative\" GOPers will vote for it, right?","label":"negative"}
{"tweet_id":10676370001,"text":"After strategy session, #GOP Optimistic It Can Derail Health Bill http:\/\/bit.ly\/aEjii9 #HCR","label":"neutral"}
{"tweet_id":10676397111,"text":"@JimDeMint Please speak for the American People\u00e2\u20ac\u00a6 Help us stop this HCR bill from passing! We DESERVE BETTER! #hcr #tcot #ocra #teaparty","label":"negative"}
{"tweet_id":10676641209,"text":"Rep. Mike Arcuri switches his \"yes\" vote to \"no\" -- http:\/\/is.gd\/aNrTX #hcr","label":"neutral"}
{"tweet_id":10676707722,"text":"RT @StewSays \"Preliminary\" CBO report on the latest #HCR bill here: http:\/\/www.cbo.gov\/ftpdocs\/113xx\/doc11355\/hr4872.pdf","label":"neutral"}
{"tweet_id":10676743450,"text":"RT @mkhammer: RT @PoliticsNation: Rep. Mike Arcuri switches his \"yes\" vote to \"no\" -- http:\/\/is.gd\/aNrTX #hcr","label":"neutral"}
{"tweet_id":10676875889,"text":"If u have hlth insur, fight 4 #hcr anyway. No one is safe unless everyone is safe.","label":"positive"}
{"tweet_id":10676910428,"text":"Holy wonk-fest... #CBO is a top 10 trending topic on twitter!  #hcr","label":"neutral"}
{"tweet_id":10677003908,"text":"Final thoughts on Health Care Reform http:\/\/awe.sm\/52dMj #HCR #Healthcare #rockthevote","label":"neutral"}
{"tweet_id":10677005553,"text":"GOPLeader: TODAY: Will Rank-and-File Democrats Endorse The \"Slaughter Solution\"? http:\/\/ow.ly\/1nNeu #hcr http:\/\/is.gd\/aNszW","label":"negative"}
{"tweet_id":10677054621,"text":"RT @mkhammer RT @PoliticsNation: Rep. Mike Arcuri switches his \"yes\" vote to \"no\" -- http:\/\/is.gd\/aNrTX #hcr","label":"neutral"}
{"tweet_id":10677093123,"text":"You Libs think this is over after Sunday? It's only the beginning of the end of Progressivism in the USA. We will crush your cause. #hcr #hc","label":"negative"}
{"tweet_id":10677204309,"text":"RT @AlwayzSusan: RT @PoliticsNation: Rep. Mike Arcuri switches his \"yes\" vote to \"no\" -- http:\/\/is.gd\/aNrTX #hcr","label":"neutral"}
{"tweet_id":10677416841,"text":"'America will be in a constant health-care war if ObamaCare is enacted. Passage won't end..debate' http:\/\/bit.ly\/daH0H0 #tcot #hcr #lawsuits","label":"negative"}
{"tweet_id":10677588632,"text":"\"90 seconds to Govt Run Healthcare.\" new video. Gotta see this! #tcot http:\/\/bit.ly\/cAk401 #wcot #sgp #hcr","label":"positive"}
{"tweet_id":10677879731,"text":"RT @jcohntnr: The final draft of #Healthreform: It gets a passing grade http:\/\/bit.ly\/djbZ2J #hcr #politics","label":"neutral"}
{"tweet_id":10677922931,"text":"Fed up with procedural tricks, Rules Panel Democrat Arcuri will switch to a \"no\" vote on health care reform http:\/\/ow.ly\/1nSsI #hcr #tcot","label":"negative"}
{"tweet_id":10678018081,"text":"RT @EdMorrissey RT @thenote: RT @PoliticsNation: Rep. Mike Arcuri switches his \"yes\" vote to \"no\" -- http:\/\/is.gd\/aNrTX #hcr  @anitamoncrief","label":"neutral"}
{"tweet_id":10678051279,"text":"RT @BrentBozell: Finally! A Reporter Who Stands Up to The Chosen One http:\/\/ow.ly\/1nSwJ #tcot #hcr","label":"negative"}
{"tweet_id":10678100624,"text":"Boehner: \u00e2\u20ac\u0153Mr. President, This Isn\u00e2\u20ac\u2122t About You \u00e2\u20ac\u00a6 It\u00e2\u20ac\u2122s About the American People\u00e2\u20ac\ufffd http:\/\/ow.ly\/1nQ6E #hcr","label":"negative"}
{"tweet_id":10678100793,"text":"Ezra Klein: CBO says health-care reform bill cuts deficit by $1.3 trillion over 20 years, covers 95 percent http:\/\/bit.ly\/d2OzOp #hcr","label":"neutral"}
{"tweet_id":10678236365,"text":"\u00e2\u20ac\u0153Power is every stealing from the many to the few.\u00e2\u20ac\ufffd  Wendell Phillips Quotes #hcr #ucot #ocra","label":"negative"}
{"tweet_id":10678730563,"text":"Want to know what's up the final #hcr draft and its spanking new CBO score? Read Jon Cohn: http:\/\/bit.ly\/a8OzY9","label":"neutral"}
{"tweet_id":10678826149,"text":"NRO: 12,000 new IRS agents to enforce Obamacare http:\/\/bit.ly\/b6BkzV #cbiz #tcot #hcr","label":"negative"}
{"tweet_id":10678957748,"text":"CBO: Senate #HCR bill cuts $1.3t from the budget over 20 years and covers 95% of the population. http:\/\/fds.me\/80","label":"positive"}
{"tweet_id":10679023043,"text":"US Bishops explain what's wrong with healthcare bill http:\/\/bit.ly\/bNLFN7 #catholic #christian #prolife #teaparty #tcot #hcr #gop #sgp #tlot","label":"negative"}
{"tweet_id":10679161713,"text":"RT @TejasKat: Glenn Beck says the authors of the #hcr bills are: TIDES, Center for American Progress & SEIU. :: This is the most CORRUPT","label":"negative"}
{"tweet_id":10679263146,"text":"Rush Limbaugh: 12,000 new IRS agents to enforce health care registration #rush #tcot #teaparty #hcr #sgp #ocra","label":"negative"}
{"tweet_id":10679369554,"text":"Economists Agree: Government Takeover Of Health Care Is A Massive Job Killer http:\/\/ow.ly\/1nSzS #hcr","label":"negative"}
{"tweet_id":10679913008,"text":"This is it! Tell your Rep you want a YES vote on #hcr RT @NYTPrescription Democrats Prepare to Unveil the Final Bill http:\/\/ow.ly\/1nTQV","label":"positive"}
{"tweet_id":10679995001,"text":"RT @HealthyKara Want 2 know why #NCLR cannot support the #HCR bill as is? \"When the Greater Good Comes At Your Expense\" http:\/\/bit.ly\/asp5PI","label":"negative"}
{"tweet_id":10680037908,"text":"Obama postponing Asia trip 2 June. Strike hard, make ur voices heard: Take the town halls to DC - http:\/\/is.gd\/aNxym #hcr","label":"neutral"}
{"tweet_id":10680198916,"text":"Whhops! Dems didn't mention taxes were going up EVEN MORE in latest #hcr. What else are they hiding? http:\/\/bit.ly\/cXVAvC","label":"negative"}
{"tweet_id":10680229853,"text":"Gibbs: CBO score is helpful for selling #hcr. Obama has personally lobbied more than two dozen lawmakers..","label":"neutral"}
{"tweet_id":10680302208,"text":"Rush: Hey guys, remember that getting out of the Iraq War was going to pay for health care? What happened to that (laugh)? #hcr #tcot #rush","label":"negative"}
{"tweet_id":10680348945,"text":"Oh, please, Obama cancelled his trip to watch the NCAA tournament. #hcr vote was an excuse. Right call? Absolutely. #TCOT","label":"neutral"}
{"tweet_id":10680427540,"text":"RT @fbihop: US Chamber of Commerce just aired an ad against #hcr. Corporations going all out against this bill.","label":"neutral"}
{"tweet_id":10680542910,"text":"Chip Reid: The president is not worried about constitutionality of deem-and-pass? Gibbs. Nah. #hcr","label":"negative"}
{"tweet_id":10680672273,"text":"Gibbs: \"The voters will have the final say on the politics\" of #hcr. Damned right.","label":"neutral"}
{"tweet_id":10681014553,"text":"ITS NOT #HCR -->PAY NOW, NO BENEFITS UNTIL 2014!! WAKE UP!!!!!! ITS ANOTHER PONZI #tcot #tweetcongress #p2 #WERENOTSTUPID","label":"negative"}
{"tweet_id":10681258981,"text":"Idaho: Pass the Health Care Bill and We'll Sue http:\/\/tiny.cc\/Idaho_sue  #hcr #handsoff #sayfie #tcot","label":"negative"}
{"tweet_id":10681278899,"text":"RT @avivao: #CBO confirms that Senate #HCR bill w\/ amendments is biggest #deficit #reduction measure in 25 years: #p2 http:\/\/3.ly\/UKn8","label":"positive"}
{"tweet_id":10681353059,"text":"So... raising the deficit by trillions on tax cuts for the rich = fiscal conservatism. Slashing deficit thru #hcr doesn't","label":"negative"}
{"tweet_id":10681472947,"text":"20 yrs from now when GOP\/Teabaggers are enjoying the benefits of #hcr, they'll be glad Reconciliation or Deem & Pass was used in 2010 #tcot","label":"negative"}
{"tweet_id":10681742853,"text":"Update: Slaughter Solution resolution vote DELAYED by House Dems. Scrambling for votes to defeat. #twistthosearms #hcr","label":"negative"}
{"tweet_id":10681813696,"text":"Is your Rep on this list?  If so, you NEED to call TODAY to tell them to vote YES on health reform! http:\/\/bit.ly\/bhm1qR #hcr","label":"positive"}
{"tweet_id":10681965332,"text":"RT @michellemalkin: Chip Reid: The president is not worried about constitutionality of deem-and-pass? Gibbs. Nah. #hcr","label":"negative"}
{"tweet_id":10682236596,"text":".@RepMikePence Lies About Health Care Reform On The House Floor http:\/\/bit.ly\/dgRPiF #p2 #tcot #hcr","label":"negative"}
{"tweet_id":10682359290,"text":"Scott Gottlieb: Dems\u00e2\u20ac\u2122 middle-class squeeze: President is wrong to claim #hcr only hurts rich http:\/\/ow.ly\/1nMyn","label":"negative"}
{"tweet_id":10682370455,"text":"Have you called Congress today? (202) 224-3121  #hcr #tcot #teaparty #killthebill","label":"negative"}
{"tweet_id":10682599557,"text":"RT @PeteSessions: Text of reconciliation #hcr bill will be released any minute. Stay tuned for text.","label":"neutral"}
{"tweet_id":10682602982,"text":"Contact Congress and say NO on ObamaCare today! (please Retweet) http:\/\/short.to\/1lwu7 #hcr","label":"negative"}
{"tweet_id":10682790834,"text":"#hcr #speedreadit #democrattransparencyisajoke RT @annaedney: The reconciliation bill is out http:\/\/bit.ly\/1VaaUp","label":"neutral"}
{"tweet_id":10683016615,"text":"Blue Dog Dems, Names and Contact Info : http:\/\/tinyurl.com\/yzeg8se #tcot #hcr #handsoff","label":"negative"}
{"tweet_id":10683018190,"text":"The House has unveiled its health-care reform package. Download it here http:\/\/ow.ly\/1nW9j #hcr","label":"neutral"}
{"tweet_id":10683128177,"text":"@EileenLeft Been on hold calling Rep. Stephen Lynch (D-MA) Just asked him to vote yes on #HCR 202-225-8273 508-586-5555","label":"positive"}
{"tweet_id":10683145439,"text":"VIDEO: Rachel Maddow's Excellent Health Care Timeline #p2 #hcr #TRMS http:\/\/viigo.im\/2Ozy","label":"neutral"}
{"tweet_id":10683176036,"text":"RT @FinancialSkinny: 55% Oppose Obamacare, 35% Favor It; 75% Expect It To Raise Taxes\nhttp:\/\/thefinancialskinny.com\/ #p2 #hcr #tcot #ofa","label":"negative"}
{"tweet_id":10683181873,"text":"STUPID: Anti-#HCR group runs cancer ad against Stupak's Dozen Dahlkemper (who was gonna vote no). Her parents died of cancer.","label":"negative"}
{"tweet_id":10683226831,"text":"House Democrats just voted to authorize Speaker Pelosi's use of Slaughter Solution to pass #hcr w\/o vote","label":"neutral"}
{"tweet_id":10683296429,"text":"#demonpass RT @GOPLeader House Democrats just voted to authorize Speaker Pelosi's use of Slaughter Solution to pass #hcr w\/o vote #tcot","label":"negative"}
{"tweet_id":10683296832,"text":"BREAKING: Our new health care bill is now available: http:\/\/bit.ly\/cK5oJG #HCR #HC","label":"neutral"}
{"tweet_id":10683331595,"text":"Dems\u00e2\u20ac\u2122 #hcr bill posted online.  72-hr review starts now,not this AM as some Dem leaders claim.  http:\/\/bit.ly\/aOHVbP #readthebill","label":"negative"}
{"tweet_id":10683562707,"text":"\"We all die. The goal isn't to live forever, the goal is to create something that will.\" #hcr #tcot #teaparty","label":"positive"}
{"tweet_id":10683677847,"text":"Report: Retiring Dems Gordon and Tanner rumored to trade cushy new jobs for #hcr takeover votes http:\/\/is.gd\/aNu9R #gopcodered","label":"negative"}
{"tweet_id":10683689608,"text":"I love it... The democrats shall be known as the deemocrats. #hcr #slaughter #tcot #teaparty #p2 #912","label":"negative"}
{"tweet_id":10683696202,"text":"Pelosi deputy Lynch (D-MA) confirms he is a \u00e2\u20ac\u02dcNO\u00e2\u20ac\u2122 on #hcr takeover, protests tax hikes http:\/\/is.gd\/aNyvq #gopcodered","label":"negative"}
{"tweet_id":10683833440,"text":"FYI: 28 Democrats joined GOP to oppose Slaughter House rule & try to force up-or-down vote - http:\/\/is.gd\/aNDYi #hcr","label":"neutral"}
{"tweet_id":10684073434,"text":"They Said It: Democrat Budget Chairman Admits Reconciliation Bill Can\u00e2\u20ac\u2122t Be Preserved In Senate http:\/\/bit.ly\/biiq5Q #tcot #hcr #sgp","label":"negative"}
{"tweet_id":10684279201,"text":"TICK. Dems start the countdown. TOCK. 72 hours until health care vote http:\/\/fxn.ws\/cei7eb #hcr","label":"neutral"}
{"tweet_id":10684413940,"text":"GOP doesn't want health care, they want wealth care #hcr","label":"negative"}
{"tweet_id":10684691707,"text":"RT @daveweigel:RT @jonathanhsinger: Joseph Cao tkng another look at #hcr bill 2 C if he cn support it at request of Obama http:\/\/j.mp\/c1dQbk","label":"neutral"}
{"tweet_id":10684822544,"text":"RT @MishaRN: RT @LisaMaatz: Catholic Hospitals Join Those Uppity Nuns in splitting w\/ Bishops On Health Care Billhttp:\/\/bit.ly\/9nhRyu #hcr","label":"neutral"}
{"tweet_id":10684851574,"text":"Allows the Secretary of Treasury to share IRS data with HHS employees to help screen and identify... #hcr #TAXMAN #tcot #teaparty","label":"neutral"}
{"tweet_id":10684861479,"text":"So, by my count #hcr votes have ruined at least two football weekends, one Christmas, and now March Madness? Have they no mercy?","label":"negative"}
{"tweet_id":10684892695,"text":"71 hours until the vote for health care reform\u00e2\u20ac\u00a6 #hcr #p2 #PTDB #OFA","label":"neutral"}
{"tweet_id":10684976849,"text":"Don't challenge me on #hcr today. Not today. I will fuck you up. #getitdone #now #passthebill","label":"positive"}
{"tweet_id":10685039699,"text":"RT @GOPLeader: House Democrats just voted to authorize Speaker Pelosi's use of Slaughter Solution to pass #hcr w\/o vote #cagop","label":"negative"}
{"tweet_id":10685080780,"text":"RT @Jordanfabian: POTUS implores Rep. Joseph Cao (R-La.) to take another look at #hcr bill http:\/\/is.gd\/aNFNK \/\/ Cao says he will.","label":"neutral"}
{"tweet_id":10685095241,"text":"Beacon Hill Institute, Boston, analyzes health care bill: Sees loss of up to 700,000 jobs by 2019. #hcr\nhttp:\/\/bit.ly\/cPFmCz","label":"negative"}
{"tweet_id":10685434309,"text":"RT @WMRepublicans If Dems\u00e2\u20ac\u2122 #hcr bill becomes law, IRS could have to hire more than 16,000 additional agents & auditors http:\/\/bit.ly\/cvKF3z","label":"negative"}
{"tweet_id":10685575833,"text":"I want a job where I get paid starting now and don't have to do anything for 4 years just like #hcr. #tcot","label":"negative"}
{"tweet_id":10685877964,"text":"RT @marklevinshow Listen to Gibbs dance around a question about my lawsuit against Obama & slaughter rule. http:\/\/bit.ly\/cYlHTQ #tcot #hcr","label":"negative"}
{"tweet_id":10686134091,"text":"RT @Mercypolitics: #MichaelMoore Skewer\u00e2\u20ac\u2122s \u00e2\u20ac\u02dcSicko\u00e2\u20ac\u2122 Health Reform http:\/\/bit.ly\/c912AC by @abwrites for #NJP #video #HCR #sicko #digguser","label":"negative"}
{"tweet_id":10686358043,"text":"Fox News avoids talking about deficit reduction in reform http:\/\/bit.ly\/bT1SnO #hcr #p2 #noisemachine","label":"negative"}
{"tweet_id":10686747484,"text":"Want to know who's indispensable in the #hcr debate? Igor Volsky. Here's his breakdown of the bills, new and old http:\/\/tinyurl.com\/yaagsrf","label":"positive"}
{"tweet_id":10686758763,"text":"UNC Dr. writes in support of #HCR in New england Journalof Medicine http:\/\/bit.ly\/b1PTjm (via@UNC_Health_Care @UNCpublichealth)","label":"neutral"}
{"tweet_id":10686984952,"text":"Flood swing votes on #HCR with demands they vote yes! Easy list here: http:\/\/bit.ly\/9Nizyv","label":"positive"}
{"tweet_id":10687100824,"text":"RT @MoveOn: Flood swing votes on #HCR with demands they vote yes! Easy list here: http:\/\/bit.ly\/9Nizyv \/ #healthcare #p2","label":"positive"}
{"tweet_id":10687299496,"text":"I'm not fighting health care reform, I'm fighting despotism #hcr just happens to be today's battle. #tcot #p2 #gop #sgp #tlot #ocra #ucot","label":"negative"}
{"tweet_id":10687315425,"text":"RT @jonathanhsinger: Democrats now have their second No-to-Yes switcher on #hcr: Tennessee Blue Dog Bart Gordon (per @CapitolHillCNN)","label":"neutral"}
{"tweet_id":10687367372,"text":"Did the CBO score the 150 page \"fix\" to the 2700 page #HCR bill? #killthebill #tweetcongress #sgp #tcot","label":"negative"}
{"tweet_id":10687438429,"text":"RT @gopconference: RT @RobWittman http:\/\/twitpic.com\/19dv29 - 72 hrs until we vote and this is how the calls are coming in. #hcr","label":"neutral"}
{"tweet_id":10687447861,"text":"Leader Boehner will be on Fox News with @gretawire at 10pm EST to discuss #hcr","label":"neutral"}
{"tweet_id":10687481605,"text":"#HCR will pass, Republicans offering up resistance is  4 political theater only, as many support #RomneyCare #Mitt4Brains  #TCOT #TLOT","label":"negative"}
{"tweet_id":10687508300,"text":"How many times have you contacted your rep on #HCR? Please call again. This is about future of nation. http:\/\/bit.ly\/4yLnaI #TCOT","label":"negative"}
{"tweet_id":10687519519,"text":"Nice Deb: Video: Sen. Tom Coburn\u00e2\u20ac\u2122s Message To Dems \u00e2\u20ac\u201c \u00e2\u20ac\u0153Be Prepared To Defend Selling Your Vote In The House\u00e2\u20ac\ufffd http:\/\/bit.ly\/9C6OWf #hcr","label":"negative"}
{"tweet_id":10687919530,"text":"Student Loan takeover is only included in #hcb because it could NOT pass on the merits, and they KNOW it! Nothing to do with #hcr | COWARDS!","label":"negative"}
{"tweet_id":10688284993,"text":"RT @crnc: Co-Chair of Blue Dogs Herseth Sandlin (D) #SD says controversial deem & pass procedure is \"poison\" http:\/\/ow.ly\/1nZ2d #hcr #tcot","label":"negative"}
{"tweet_id":10688309040,"text":"So now the Repiggies are starting the threats. The intimidation. \"We'll primary you\" Just pass the damn bill #HCR #LetsGO","label":"positive"}
{"tweet_id":10688539463,"text":"If you missed it this AM: The Redhead Healthcare Manifesto (my weekly op-ed column is UP) http:\/\/bit.ly\/aZFdbq #hcr","label":"negative"}
{"tweet_id":10688628520,"text":"RT @GOPLeader: More Than 130 Economists Tell WH that Wash Democrats\u00e2\u20ac\u2122 H\/C Bill Is a Job-Killer http:\/\/ow.ly\/1nYUS #hcr","label":"negative"}
{"tweet_id":10688657548,"text":"Sen. McConnell on #hcr: \"They get there with even higher taxes and deeper Medicare cuts than the 1st Senate bill\" http:\/\/bit.ly\/8XjjIj #tcot","label":"negative"}
{"tweet_id":10688839706,"text":"This needs to go viral.  Please RT! Cheerleaders for ObamaCare http:\/\/ow.ly\/1o06f #tcot #hcr","label":"negative"}
{"tweet_id":10688909670,"text":"RT @keder: RT @newsbusters: This needs to go viral.  Please RT! Cheerleaders for ObamaCare http:\/\/ow.ly\/1o06f #tcot #hcr","label":"negative"}
{"tweet_id":10689149955,"text":"RT @RepDaveCamp: If Dems\u00e2\u20ac\u2122 #hcr bill becomes law, the IRS could hire 16,000+ auditors to enforce new taxes & fines: http:\/\/bit.ly\/b39QG3","label":"negative"}
{"tweet_id":10689166342,"text":"@atlas100: Outstanding article from Aspen, CO of all places! \"Obama Awakens a Sleeping Nation\" http:\/\/bit.ly\/b9SJPP #tlot #redco #hcr","label":"positive"}
{"tweet_id":10689170816,"text":"RT @jeffemanuel: #Obama on Slaughter #hcr: \"I dont spend a lot of time worrying abt wht the rules R\" http:\/\/bit.ly\/baZoZF #rsrh","label":"negative"}
{"tweet_id":10689174766,"text":"Fox lets guest tout opposition to health care, declines to disclose he's a health care industry consultant http:\/\/bit.ly\/cyRc0e #hcr #p2","label":"negative"}
{"tweet_id":10689382677,"text":"@PomPrincessMomJ Obama has rolled his sleeves up,  is on a mission to succeed and #HCR should be legislated soon by the will of GOD.","label":"positive"}
{"tweet_id":10689480651,"text":"Idaho passes law against Obamacare http:\/\/bit.ly\/d4HgBu #tcot #hcr","label":"negative"}
{"tweet_id":10689494792,"text":"RT @Marnus3: On Sunday, the democratic majority will be the republicans' death panel. #p2 #hcr #ACORN","label":"negative"}
{"tweet_id":10689641185,"text":"Statement by AFL-CIO President Richard Trumka on Health Care Reform Legislation http:\/\/bit.ly\/9WHtqV #hcr","label":"neutral"}
{"tweet_id":10690149008,"text":"Chris Matthews FTW!!!  MSNBC NOW!!! #teaparty guy LOSING in #HCR arguement big time #iamthemob #tcot #p2","label":"positive"}
{"tweet_id":10690289663,"text":"Senator Sanders: Single-Payer Could Start in 2017 (http:\/\/cli.gs\/8gqSj) #hcr #Libertarian","label":"neutral"}
{"tweet_id":10690289924,"text":"Tweety SMACKING DOWN Tim Phillips of \"americans for Prosperity\" the #teaparty #conservative #gop thugs! #p2 #msnbc #cnn #ofa #hcr #tcot","label":"negative"}
{"tweet_id":10690346193,"text":"@FoxNewsMom - Im screwed. Im straight, married, & I work hard. Im going to get taxed, taxed, then taxed on the taxes. #hcr #tcot #teaparty","label":"negative"}
{"tweet_id":10690530846,"text":"Jesus (allegedly) healed the sick, right? Why is voting on #HCR on a Sunday 'An Affront to God'? http:\/\/bit.ly\/9zlAkj Glenn Beck=Douchebag.","label":"negative"}
{"tweet_id":10690538645,"text":"Rep. Betsy Markey, D-Colorado, No to Yes on #HCR.  http:\/\/tinyurl.com\/yayc8kn","label":"neutral"}
{"tweet_id":10690597654,"text":"RT @MikeRogersAL http:\/\/twitpic.com\/19ecc9 - As of 5pm this is how many folks in East Alabama oppose raiding #Medicare to pay for #hcr","label":"negative"}
{"tweet_id":10690776368,"text":"RT @Anthropocon: Who's going to DC on Saturday? #tcot #handsoff #ocra #sgp  \/\/ Going Friday and staying till #hcr doa","label":"negative"}
{"tweet_id":10690964007,"text":"Cantor resolution condemning Deem&Pass is tabled, 232-181. Where's that courage? http:\/\/is.gd\/aNSq2 #hcr","label":"neutral"}
{"tweet_id":10690981792,"text":"RT @KeithHennessey 2nd health bill contains billions in stimulus funding for 16 States & DC: http:\/\/bit.ly\/cx61DJ #hcr","label":"neutral"}
{"tweet_id":10691170322,"text":"RT @hardknoxfirst: Amen! RT @EzKool I'm ready for the next topic on twitter. Let's pass Health Care already! #p2 #tcot #tlot #hcr","label":"positive"}
{"tweet_id":10691277271,"text":"A little light reading. RT @IkeSkelton Want to see what's in the health care bill? It's posted online here: http:\/\/ow.ly\/1o1sE #hcr","label":"neutral"}
{"tweet_id":10691610518,"text":"Obama's FOX Mistake - http:\/\/2oh.utnij.net   #tcot #FoxNews #obama #hcr","label":"negative"}
{"tweet_id":10692015791,"text":"Dude. National Catholic Reporter endorses #hcr suggests bishops may be incompetent. LOL http:\/\/bit.ly\/9KSlyJ","label":"negative"}
{"tweet_id":10692108062,"text":"RT @colorlatina: Keep abstinence-only out of #HCR-Take action NOW http:\/\/shar.es\/mWDpl","label":"negative"}
{"tweet_id":10692328029,"text":"Tammy Duckworth of VA: Putting the Concerns of Our Veterans and Our Troops to Rest on #hcr http:\/\/bit.ly\/a0DNqk","label":"neutral"}
{"tweet_id":10692467339,"text":"RT @watergatesummer: @Karoli  #FenceSitterList From CBSBlogs, #WHO Needs CALL #HCR VOTE ,@http:\/\/bit.ly\/aDaIyT","label":"neutral"}
{"tweet_id":10692549603,"text":"RT @WSJopinion Fred Barnes: The Health-Care Wars Are Only Beginning http:\/\/ow.ly\/1nMz2 #hcr","label":"negative"}
{"tweet_id":10692555728,"text":"Question Authority! Especially When It Comes To Health Care Reform http:\/\/su.pr\/1OrVWB #10th #resistdc #tcot #tlot #hcr","label":"neutral"}
{"tweet_id":10692708236,"text":"Backroom deals & arm twisting continue in an attempt to pass #hcr. Two retiring Dems trade votes for cushy gov't jobs. http:\/\/bit.ly\/95rk6b","label":"negative"}
{"tweet_id":10692762393,"text":"Gee, Bill, you certainly have a lot of patience and courage... http:\/\/bit.ly\/HCR_Bill #hcr","label":"neutral"}
{"tweet_id":10692786444,"text":"Will excessive monopolies for biologics in #hcr be a first step to longer monopolies for all drugs? GSK likes the idea http:\/\/bit.ly\/9ofwpV","label":"negative"}
{"tweet_id":10692825361,"text":"RT @Karoli: Dude. National Catholic Reporter endorses #hcr suggests bishops may be incompetent. LOL http:\/\/bit.ly\/9KSlyJ","label":"negative"}
{"tweet_id":10692901925,"text":"New Health Bill: Even More Medicare Cuts--More Than $520 Billion http:\/\/bit.ly\/cTEIKU #tcot #hcr #sgp","label":"neutral"}
{"tweet_id":10693018995,"text":"RT @dccc: GOP anti-reform attack dog has highest number of uninsured residents of any #GOP district  http:\/\/bit.ly\/dC7WzF #p2 #tcot #hcr","label":"negative"}
{"tweet_id":10693073829,"text":"RT @GetsGreased: BREAKING: CBO prelim analysis finds #HCR will force every family 2 buy minimum $12,000 INS plan. http:\/\/tinyurl.com\/yaalx5s","label":"negative"}
{"tweet_id":10693328232,"text":"I remember Markey telling edit board Senate bill was worse than House. Now she changes vote no to yes? #tcot #hcr http:\/\/tinyurl.com\/yf94hwt","label":"negative"}
{"tweet_id":10693339752,"text":"RT @patticar: Speaker Hastert and Speaker Gingrich used \"Deem and Pass\" over 200 Times #tcot #ocra #P2 #HCR #teaparty #GOPCodeRed #hypocrite","label":"negative"}
{"tweet_id":10693380981,"text":"Mark Levin Readies Lawsuit on Slaughter Rule http:\/\/bit.ly\/dbrUaJ #obama #hcr #tcot","label":"neutral"}
{"tweet_id":10693409369,"text":"Dems Jason Altmire & Stephen Lynch, who both claimed to oppose Slaughter Rule, voted for it today. CRIMINALS! via @MichelleMalkin #tcot #hcr","label":"negative"}
{"tweet_id":10693494498,"text":"Coburn: Every appropriation will be outlined If U sold your vote the voters will know you were #bribed! #tcot #hcr","label":"negative"}
{"tweet_id":10693541640,"text":"RT @StCyrlyMe2:  Libs & Progressves must keep pressure on your congress persons. GOP deceit is in full swing #p2 #hcr","label":"negative"}
{"tweet_id":10693675450,"text":"\"special report\" panel unanimous-- #hcr bill passes the house #tcot","label":"neutral"}
{"tweet_id":10694634238,"text":"RT @cnsnews_com: RT @IBDeditorials: Five Reasons The CBO Figures Are Phony (Must-read. Please share.) http:\/\/ow.ly\/1nTkU #hcr #tcot #hhrs","label":"negative"}
{"tweet_id":10694667572,"text":"When it's time for Obama to nominate his first Supreme Court justice I hope he picks Mike Tyson just to piss of the #GOP \n#tcot #p2 #hcr","label":"positive"}
{"tweet_id":10694769587,"text":"When you hear that the #hcr bill saves 120 bil. , that number includes the 70 bil. in savings from the student loan takover. #tcot #TeaParty","label":"negative"}
{"tweet_id":10695053836,"text":"Why the SEIU Wants Health Reform: http:\/\/bit.ly\/bUl4FK #hcr #tcot #killbill #ocra @teaparty @handsoff @sgp","label":"neutral"}
{"tweet_id":10695111696,"text":"@PressSec Mr Gibbs Americans DO NOT want this #hcr #killthebill #handsoff #tcot #txcot #gop","label":"negative"}
{"tweet_id":10695192462,"text":"RT @Marnus3: Cleaning up today I accidentally shredded some blank pieces of paper. There goes republican #hcr. #p2 #ACORN","label":"negative"}
{"tweet_id":10695226851,"text":"RT @CrabbyCon: John Voight call to arms ~ asks people to join him in DC on Saturday he will be there http:\/\/bit.ly\/98xLOz #tcot #hcr","label":"positive"}
{"tweet_id":10695791420,"text":"#Seniors:U wrkd hard ur whole life, payng in2 SS&Medicare, govt spent it elswhere, now wants 2 cut back UR Medicare 2 pay 4 #hcr.","label":"negative"}
{"tweet_id":10696230611,"text":"New Health Bill: Even More Tax Increases http:\/\/bit.ly\/brjpit #tcot #hcr","label":"negative"}
{"tweet_id":10696456231,"text":"Jon Voight Call to Arms Join Me in DC Saturday to Stop ObamaCare http:\/\/is.gd\/aNRdG #hcr #sgp #tcot #teaparty #GOP","label":"negative"}
{"tweet_id":10696565629,"text":"RT @andilinks: RT @JoAnneMoretti: RT@CFHeather Reading NEW BILL~PUBLIC OPTION IS BACK http:\/\/bit.ly\/b5NIaq Page 4 Line 17-19 #tcot #hcr","label":"neutral"}
{"tweet_id":10696602118,"text":"All of us fighting for #HCR ask ourselves who #imherefor.  Who are you fighting for? http:\/\/bit.ly\/9-st","label":"positive"}
{"tweet_id":10696748519,"text":"Um...pardon me but WTH does Pell grants & investment in historically black colleges have 2do w\/ #hcr #tcot #teaparty #reconciliation","label":"negative"}
{"tweet_id":10696859958,"text":"New Health Bill: Old Deals Out, New Deals In: Bismarck Bank Job, Rocky Top Vote Swap http:\/\/bit.ly\/bNy4aa #tcot #hcr","label":"positive"}
{"tweet_id":10697113423,"text":"Kucinich on @democracy_now earlier today: anyone who donated to him to reject the #hcr bill will get their money back.","label":"neutral"}
{"tweet_id":10697684831,"text":"RT @BluegrassPundit: Obamacare House Vote Whip Count Roundup (3-18): http:\/\/bit.ly\/cHT7Uq #tcot $gop #hcr #handsoff","label":"neutral"}
{"tweet_id":10697810470,"text":"Is there any argument in modern politics as FUCKING ridiculous as \"death panels\"? No really, I'm asking... #p2 #hcr #OFA #tcot","label":"negative"}
{"tweet_id":10698388985,"text":"It was quite a day for #hcr. http:\/\/bit.ly\/9R8zyf","label":"neutral"}
{"tweet_id":10698578414,"text":"#TRMS highlighting the 65 hour tick tock until the vote on #hcr ...","label":"neutral"}
{"tweet_id":10698792859,"text":"RT @LyndaOFA: Lots of work ahead. #OFA will be live-tweeting POTUS' remarks in Fairfax, VA tomorrow. Vote on #HCR expected in just days.","label":"negative"}
{"tweet_id":10698986194,"text":"RT @victoria_29 RT @RepMikePence House Dems don't have votes b\/c the American ppl know this is govt takeover of #hcr: http:\/\/is.gd\/aNHzA","label":"negative"}
{"tweet_id":10699134431,"text":"In any event, the Intrade contract showing #hcr at a ~80% chance of passage now seems fairly sensible.","label":"positive"}
{"tweet_id":10699138734,"text":"Health Care Bill comin' down the pipe - everything you need to follow the endgame: http:\/\/bit.ly\/buXE4k. #hcr #healthcare","label":"neutral"}
{"tweet_id":10699408802,"text":"Going to DC for the rally on Sat...from MN!!! YES! #tcot #hcr #surge","label":"negative"}
{"tweet_id":10699511593,"text":"IRS----> THE NEW GESTAPO......#tcot #tlot #tweetcongress #teaparty #iamthemob #WERENOTSTUPID #hcr","label":"negative"}
{"tweet_id":10700162302,"text":"Rep Baird: \"hypocrisy\" and \"extremism\" by Republicans in healthcare debate will influence his decision on vote. http:\/\/tr.im\/baird #hcr #wa3","label":"negative"}
{"tweet_id":10700174797,"text":"Buying Votes With Water http:\/\/j.mp\/ar8BpO #tcot #hcr #hc #healthcare #obamacare","label":"negative"}
{"tweet_id":10700351740,"text":"I miss America...the American people are still strong, but half of our leadership has abandoned us...sad, but true #tcot #ocra #hcr #tlot","label":"negative"}
{"tweet_id":10701667595,"text":"All student loans will be through the govt EXCEPT ONE bank in North Dakota. Bought Rep Pomeroy's vote. WTH? #tcot #hcr #teaparty #gop #sgp","label":"neutral"}
{"tweet_id":10701842558,"text":"The United States was founded on \"life, liberty, and the pursuit of happiness.\" Without #hcr, this idea is not fulfilled. Please pass #hcr.","label":"positive"}
{"tweet_id":10703610187,"text":"#hcr: \u00e2\u201c\u0152\u00e2\u2019\u00ba\u00e2\u20ac\u2122\u00e2\u201c\ufffd\u00e2\u201c\ufffd \u00e2\u201c\u2021\u00e2\u2019\u00ba\u00e2\u201c\u201a\u00e2\u2019\u00ba\u00e2\u201c\u201a\u00e2\u2019\u00b7\u00e2\u2019\u00ba\u00e2\u201c\u2021 \u00e2\u2019\u00be\u00e2\u201c\u0192 \u00e2\u201c\u0192\u00e2\u201c\u201e\u00e2\u201c\u2039\u00e2\u2019\u00ba\u00e2\u201c\u201a\u00e2\u2019\u00b7\u00e2\u2019\u00ba\u00e2\u201c\u2021!! #tcot","label":"neutral"}
{"tweet_id":10704050950,"text":"RT @TeaTephi: RT @TCOAmerica Video Sen. Coburn Warns Dems: We Will Find Your Bribes http:\/\/is.gd\/aO9zh #demonpass #hcr #tcot #ocra #ucot","label":"negative"}
{"tweet_id":10704139248,"text":"Glenn Beck sez: voting on #hcr on a Sunday is an affront to God. Wonder if he also asked Murdoch to take Fox News off the air on Sundays?","label":"negative"}
{"tweet_id":10704664781,"text":"so, my \"definitions\"; folks have a RIGHT 2 access healthcare but NOT a right 2 have someone else pay for it, thats call an ENTITLEMENT! #hcr","label":"negative"}
{"tweet_id":10705175542,"text":"This FOX poll is a crap sandwich: Ask a bunch of negatively-framed Q's on Congress & populism & THEN ask about #hcr. http:\/\/bit.ly\/bwZbR5","label":"negative"}
{"tweet_id":10705810659,"text":"So the #HCR bill expands the power & reach of the #IRS. Are there really that many idiot Liberals that think THIS is a good idea? WAKE UP!","label":"negative"}
{"tweet_id":10706026073,"text":"RT @beththornton1: Reading NEW BILL~PUBLIC OPTION IS BACK http:\/\/bit.ly\/b5NIaq Page 4 Line 17-19 #HC10 #ocra #sgp #mob #tcot #hcr #teaparty","label":"neutral"}
{"tweet_id":10706176242,"text":"RT @crewislife: Teabaggers reckon with likely passage of health reform: http:\/\/digg.com\/d31M1DB?t #digg #du1 #p2 #hcr","label":"negative"}
{"tweet_id":10706951248,"text":"More  wavering Democrats that need to be contacted by their constituents.  http:\/\/bit.ly\/bG8OEe #tcot #tpp #phnm #hcr","label":"negative"}
{"tweet_id":10707009132,"text":"RT @standinthegap: FREEDOM WATCH => Resisting #Obama: The New American Revolution http:\/\/bit.ly\/bcbtu9 \/\/ #ocra #iamthemob #HCR","label":"negative"}
{"tweet_id":10708295820,"text":".@BearMarketNews: I'm sure that insurers will behave as they always have, seeking loopholes + workarounds. It's their biz model! #hcr","label":"negative"}
{"tweet_id":10708528285,"text":"Partisan Coup by A Mob of Elites: Democrats\u00e2\u20ac\u2122 attitude an affront to the American people. STOP Obama Care #hcr http:\/\/bit.ly\/cuSjtf","label":"negative"}
{"tweet_id":10708907589,"text":"When liberals saw 9-11 & wondered how to make country safe. When conservatives saw 9-11 as an investment opportunity. #hcr","label":"negative"}
{"tweet_id":10709262162,"text":"RepubliCONS, find a new goal rather than condemning ppl to die w\/ out #HCR after Sunday OK?  #p2\/tcot\/ff\/tlot\/gop\/democrats\/teaparty\/at&t","label":"negative"}
{"tweet_id":10709712831,"text":"I am running 4 Congress vs Henry #Waxman Please follow me and help fight #hcr http:\/\/bit.ly\/ciAw7y #redeye #teaparty @stephenkruiser #tcot","label":"positive"}
{"tweet_id":10710613442,"text":"RT @Karoli: Krugman: Why we reform: http:\/\/nyti.ms\/9qA4pB #hcr #ptdb","label":"neutral"}
{"tweet_id":10712402385,"text":"#GOP's Bush made sure that #Iraqis get FREE #healthcare; why not us? \nhttp:\/\/bit.ly\/a8vuXP #hcr","label":"neutral"}
{"tweet_id":10713164018,"text":"Court documents reveal Palin\u00e2\u20ac\u2122s grandson uses socialized medicine  http:\/\/bit.ly\/aw0EXQ #hcr","label":"negative"}
{"tweet_id":10714037976,"text":"Stephen Lynch strong \u00e2\u20ac\u02dcno\u00e2\u20ac\u2122 on health bill despite talk with President obama http:\/\/bit.ly\/cQIujP #hcr #tcot #tlot","label":"negative"}
{"tweet_id":10715224060,"text":"Eric Cantor Blasts Speaker Nancy Pelosi's Use Of The Slaughter Solution http:\/\/shar.es\/mWBvC #tcot #phnm #teaparty #gop #hcr #killthebill","label":"negative"}
{"tweet_id":10715409731,"text":"RT @ziibook: Kenya to start registering all voters afresh http:\/\/goo.gl\/fb\/Pswc #africa #Kenya","label":"neutral"}
{"tweet_id":10715742611,"text":"Now for the Slaughter: Noonan: http:\/\/www.awesomecapital.com #hcr #tcot http:\/\/tinyurl.com\/yhgn7te","label":"negative"}
{"tweet_id":10716570864,"text":"CBO report should get 'yes' health tally to 216: Clyburn: http:\/\/www.awesomecapital.com #hcr http:\/\/tinyurl.com\/yhzlmsw","label":"positive"}
{"tweet_id":10717153577,"text":"Axelrod thinks you are too stupid or care about Senate parliamentary procedures http:\/\/is.gd\/aEEuO #tcot #Tlot #sgp #hcr","label":"negative"}
{"tweet_id":10717317351,"text":"RT \n@Wary12 #passthedamnbill Call HOUSE to support #hcr http:\/\/tinyurl.com\/5nexf4 #p2 #topprog #ofa #dem #obama #healthcare #du1","label":"positive"}
{"tweet_id":10717704322,"text":"GOP had 8 years to Pass Their #HCR. They did Nothing. It's out turn. Join us or get out of the Way. We have lives to Save. #p2","label":"negative"}
{"tweet_id":10718081976,"text":"Poll Finds Most Doctors Support Public Option http:\/\/bit.ly\/a8gOHx #hcr #p2 #tcot","label":"neutral"}
{"tweet_id":10718180654,"text":"#HCR Helps Medicare by Reducing Wasteful Spending & stops the Loophole that raises Drug Prices for Seniors. #p2 #topprog","label":"positive"}
{"tweet_id":10718220915,"text":"#FF @elhigadodmarita @Pesamob @insightpromos @ __Mem__ @huma_rashid @renagades S @abba_Yossi","label":"neutral"}
{"tweet_id":10718522934,"text":"Here's a thought, hold a General election on #hcr. Let America go to the polls and decide. #tweetcongrss #killthebill #tcot","label":"negative"}
{"tweet_id":10719018116,"text":"Pass The Bill: Arizona dumps 47k kids off of health care.  We need #HCR. http:\/\/nyti.ms\/bAfL9q #P2","label":"positive"}
{"tweet_id":10719384296,"text":"Rhode Island gov writes Reps. Kennedy, Langevin: Please vote 'no' on #hcr http:\/\/ow.ly\/1qsY5x #ri #p2 #teaparty #tcot","label":"neutral"}
{"tweet_id":10721104867,"text":"A father isn't buying any of his own meds so he can give his sick daughter hers #imherefor both of them #hcr #passit #OFA","label":"positive"}
{"tweet_id":10721465168,"text":"Big Vote Change: Rep. Arcuri Switches to No http:\/\/bit.ly\/dzp3az #hcr #gop #tcot #tlot #teaparty","label":"neutral"}
{"tweet_id":10721589413,"text":"\"Catholic Medical Association scolds Catholics who support current health care bill\"..from EYE STREET  http:\/\/tinyurl.com\/y93mq77 #hcr #tcot","label":"neutral"}
{"tweet_id":10721650998,"text":"My column today: The Deem-o-crats' towering deception. A Jenga analogy - http:\/\/is.gd\/aOFit #hcr","label":"negative"}
{"tweet_id":10721998044,"text":"@BarackObama -  3,423,636 followers, tell your Congress Reps to pass PUBLIC OPTION #hcr. at www.congress.org DO NOT QUIT","label":"positive"}
{"tweet_id":10722326549,"text":"120,000-700,000 jobs will be lost by 2019 if #hcr passes! http:\/\/is.gd\/aMLV5 #tcot #tlot #sgp #hhrs #ocra","label":"negative"}
{"tweet_id":10722633466,"text":"RT @gordonsimonett: In line at patriot center for obama rally on #hcr. Tea baggers are here too","label":"negative"}
{"tweet_id":10722833631,"text":"Morning Bell: This Process is Undermining the Rule of Law. http:\/\/bit.ly\/9Vx75s #tcot #teaparty #healthcare #hcr","label":"negative"}
{"tweet_id":10722873514,"text":"Taxpayer march on Washington: Saturday high noon - http:\/\/is.gd\/aOHma #hcr #wreckonciliation #teaparty","label":"negative"}
{"tweet_id":10722888779,"text":"Fun with Numbers: CBO Estimates from Wonderland http:\/\/is.gd\/aOHhl #tcot #hcr Any1 believing CBO's estimates has their head in the sand","label":"negative"}
{"tweet_id":10723210863,"text":"Gosh . . .  guess who enforces our mandatory participation in this hc plan? The kind, caring and friendly folks at the IRS . . . #hcr","label":"negative"}
{"tweet_id":10723289629,"text":"3 times -- is how much faster health care premiums are rising compared to \nwages.  http:\/\/bit.ly\/n-d #HCR","label":"positive"}
{"tweet_id":10723443422,"text":"RT @reimagin: COLORADO: CALL CONGRESSWOMAN MARKEY (202) 225-4676 #voteno #hcr #tcot VOTE NO OR U GO IN NOV!","label":"negative"}
{"tweet_id":10723745848,"text":"RT @CWJonesIII: Did anyone see my Constitution? I put it right there and now it's gone....#tcot #teaparty #hcr","label":"negative"}
{"tweet_id":10723752009,"text":"@margaretacker #hcr I will not be muzzled! I'm a Catholic, a physician and \nmom of 5! Pro-life, pro-God, pro-Constitution. Down with hcr!","label":"negative"}
{"tweet_id":10723978907,"text":"Not as many student protesters as other groups outside the Patriot Center, according to @sameoldjostie. #obamagmu #hcr #rally #gmu","label":"neutral"}
{"tweet_id":10724042358,"text":"Remember the Constitution before voting on health care http:\/\/tinyurl.com\/ykz6q4x #rs #tcot #hcr JeffDuncan.com","label":"negative"}
{"tweet_id":10724268443,"text":"EXCLUSIVE: Cantor Accuses House Dem Leadership of \"malfeasant manner\" http:\/\/bit.ly\/9ce2R2 #hcr #tcot #tlot #ocra #ctsa #teaparty #gop","label":"negative"}
{"tweet_id":10724515490,"text":"NBC Poll Finds ObamaCare Seen as 'Bad Idea' by 12 Point Margin, Squelched by Nightly News  http:\/\/bit.ly\/cU4VdC #hcr #tcot #tlot #ocra #ctsa","label":"negative"}
{"tweet_id":10724722960,"text":"If health care reform passes, we'll be protected from many of the worst offenses by health insurers. http:\/\/seiu.me\/2w #hcr","label":"positive"}
{"tweet_id":10724815489,"text":"\"We all die. The goal isn't to live forever, the goal is to create something that will.\" #hcr #tcot #teaparty","label":"negative"}
{"tweet_id":10724945048,"text":"Donna Brazile's latest column: The GOP is Playing You For Chumps http:\/\/bit.ly\/bXNRoj #p2 #hcr","label":"negative"}
{"tweet_id":10725417294,"text":"For those with smart phones at the #obamagmu #hcr rally at #gmu: More than Healthcare Reform- Student Loan Reform Too  http:\/\/ow.ly\/1otGg","label":"neutral"}
{"tweet_id":10726017016,"text":"Rep. John Boccieri (D-OH), a previous \"no\" voter, now voting \"yes\" on health care. #hcr","label":"positive"}
{"tweet_id":10726084048,"text":"RT @gypsytrading: RT @hsh316: IRS to confiscate refunds if there are penalties 4 not buying healthcare. http:\/\/bit.ly\/ccbQQZ #hcr #obamacare","label":"negative"}
{"tweet_id":10726321005,"text":"WSJ: Democracy or Banana Republic? http:\/\/is.gd\/aON6j #tcot #congress #sgp #deem #hcr #teaparty","label":"negative"}
{"tweet_id":10726360119,"text":"What I've been doing all night: OPERATION DEM RESCUE: http:\/\/bit.ly\/9BaKCf #tcot #hcr #tlot (Soon DemRescue.org)","label":"negative"}
{"tweet_id":10726423236,"text":"I dont care how much you want #hcr. Its going to bankrupt this country and then no one will get any HC! #tcot","label":"negative"}
{"tweet_id":10726487057,"text":"RT @GOPLeader 10 facts every American should know about Washington Democrats\u00e2\u20ac\u2122 big govt #hcr bill http:\/\/ow.ly\/1otIu #wcot #tcot","label":"negative"}
{"tweet_id":10726487327,"text":"GO TO YOUR US REPS OFFICE ON SATURDAY AND SAY VOTE NO! ON #HCR  #Obama #cnn #killthebill #p2 #msnbc #foxnews #congress #tcot","label":"negative"}
{"tweet_id":10726556656,"text":"Just received desperate, begging donation email from Dem Senate Campaign Committee about #hcr ; author = J.B. Poersch. #tcot","label":"negative"}
{"tweet_id":10726705508,"text":"SOunds like West Virginia Dem Rep. Rahall leans no on #Obama #hcr  http:\/\/ow.ly\/1ouGX #hcr. #tcot #handsoff #gop #hc #gopcodered","label":"negative"}
{"tweet_id":10726727642,"text":"RT @CSteven FREELOADERS! All U have 2 do 2 QUALIFY 4 Govt #hcr through an employer is earn $5,000! Pg193 #tcot #ocra #sgp #teaparty #ucot","label":"negative"}
{"tweet_id":10726990935,"text":"House Majority Leader Hoyer, \"We'll have the votes when the roll is called\" #HCR","label":"positive"}
{"tweet_id":10727029196,"text":"RT @fleckman: CBO numbers? Yeah, CBO Director confesses those numbers r rigged. http:\/\/bit.ly\/bQal4d #tcot #tlot #hcr #p2","label":"negative"}
{"tweet_id":10727058838,"text":"You know what I'd love to see? A few centrist Democrats to tel l the President they'll vote for #hcr bill, then switch at vote time...PSYCH!","label":"negative"}
{"tweet_id":10727080391,"text":"Pelosi press sec Nadeam Elshami endures teasing as he sets up her podium. Reporters ask about \"Nadeam and pass\" #hcr #thetakeaway","label":"neutral"}
{"tweet_id":10727516095,"text":"VOTE THEM ALL OUT! EVERY LAST ONE!!!!!! CLEAN SLATE! TERM LIMITS! #killthebill #hcr","label":"negative"}
{"tweet_id":10727626412,"text":"Dems' New Health Bill: Even More Medicare Cuts http:\/\/bit.ly\/cTEIKU #tcot #hcr","label":"negative"}
{"tweet_id":10727626468,"text":"Hey Obama! I thought \"the time for talking was over\" You disingenuous smarmy sneaky chi-town thug wannabe despot. #tcot #hcr #teaparty","label":"negative"}
{"tweet_id":10727641557,"text":"I'm confident those that support #hcr will be on the right side of history... GOP cares more about hurting Obama than helping Americans","label":"negative"}
{"tweet_id":10727701173,"text":"Gulp: Stupak ready to deal? http:\/\/is.gd\/aOPyw #tcot #hcr And the crumbling begins...","label":"negative"}
{"tweet_id":10727735854,"text":"WAKE UP MARYLAND!  This is it-- call your rep TODAY and give one final show of support for #HCR: http:\/\/bit.ly\/d-rp","label":"positive"}
{"tweet_id":10727747318,"text":"Dear Obama, we dont need \"Washington to work for us\"... we need Washington to \"get the hell out of the way\".  #tcot #teaparty #hcr","label":"negative"}
{"tweet_id":10727809165,"text":"(VIDEO): Boehner on Fox: Dems\u00e2\u20ac\u2122 #hcr \u00e2\u20ac\u02dcHas Only Gotten Worse\u00e2\u20ac\u2122 and Will \u00e2\u20ac\u02dcKill Job Prospects in America\u00e2\u20ac\u2122 http:\/\/ow.ly\/1ouXj","label":"negative"}
{"tweet_id":10727962580,"text":"Hell hath no wrath like American citizens scorned #tcot #tlot #hcr #sgp #ocra #icon","label":"negative"}
{"tweet_id":10728023498,"text":"RT @philipaklein: AGs in SC and FL set to sue if HC bill passes, expect more AGs to join suit: http:\/\/bit.ly\/bqWtvA #hcr","label":"neutral"}
{"tweet_id":10728029801,"text":"RT @WMRepublicans Pres breaks pledge raises taxes on Americans earning less than $200k over 560 B times in #hcr bill http:\/\/bit.ly\/dmjdnB","label":"negative"}
{"tweet_id":10728061594,"text":"Utah #GOP Rep. @jasoninthehouse on House floor re: Dems, #hcr. \"It's disgusting what you are doing & you know it.\"  #tcot #handsoff #gop #hc","label":"negative"}
{"tweet_id":10728257486,"text":"#FF RT @covermissouri: Obama: small biz owners  will get subsidies & have choice of coverage like members of Congress thru exchange #hcr","label":"neutral"}
{"tweet_id":10728513955,"text":"NY, we might get a vote as early as sunday for #HCR. There is no time to waste - call your rep now:  http:\/\/bit.ly\/bNS3Ev","label":"neutral"}
{"tweet_id":10728732930,"text":"Good post: The Scalpel of Damocles Hangs Above Us All\u00e2\u20ac\u00a6http:\/\/bit.ly\/aE5eyI #hcr #tcot","label":"negative"}
{"tweet_id":10728741474,"text":"O cites plaque in WH w\/ TR quote: \"Aggressively fighting for the right is the noblest sport.\" Politics don't matter, he claims. #HCR","label":"positive"}
{"tweet_id":10728887197,"text":"RT @GOPWhip: Follow @GOPWhip for the latest developments on #healthcare reform in Congress #hc #hcr #handsoff #teaparty #tcot","label":"neutral"}
{"tweet_id":10728940717,"text":"The Democrats, they thirst for death. #hcr","label":"negative"}
{"tweet_id":10729051397,"text":"Love the angelic music behind Luke Russert #HCR reporting.","label":"positive"}
{"tweet_id":10729063082,"text":"RT @leexixis +1,000,000 RT @HernandezTony: Whatever happened to, \"Keep your laws off my body!?\" #HCR","label":"neutral"}
{"tweet_id":10729262585,"text":"RT @DavidCornDC: Can deem-and-pass be overturned in courts. Most legal experts say not: http:\/\/bit.ly\/bbZFZO || #p2 #tcot #hcr #tlot","label":"neutral"}
{"tweet_id":10729337959,"text":"Heads-up: Six pro-life Dems working on #hcr sellout deal - http:\/\/is.gd\/aOSkp (h\/t @allahpundit)","label":"negative"}
{"tweet_id":10729414933,"text":"Obama's conned you again! His #hcr promises ins coverage but does not guarantee care. Wait until you try to find a provider #killbill  #tcot","label":"negative"}
{"tweet_id":10729482760,"text":"If #hcr is so bad, shouldn't Republicans be wishing for it to pass so they can take over, repeal it, and move on?","label":"positive"}
{"tweet_id":10729704601,"text":"Chamber Of Commerce's \"Too Much\" Ad Has Too Many Lies About Health Care Reform http:\/\/bit.ly\/aTV7pb #p2 #tcot #hcr","label":"negative"}
{"tweet_id":10729818345,"text":"RT @ExaminerOpEds Gallup Poll says most think Obamacare will make things worse for everybdy: http:\/\/ow.ly\/1oqB3 #hcr","label":"negative"}
{"tweet_id":10729879540,"text":"50% of FoxNews.com readers think #hcr won't pass. The other 50% can't get Internet service at the trailer park.","label":"negative"}
{"tweet_id":10730348133,"text":"Stop the Health Care Takeover. Here's how http:\/\/tinyurl.com\/yh54jr2 Please RT #TCOT #hcr","label":"negative"}
{"tweet_id":10730439651,"text":"OK, #p2, Darcy Burner sez re: #hcr http:\/\/bit.ly\/aOI5nd Get in there and whip your Congresscritter into action.","label":"negative"}
{"tweet_id":10730553055,"text":"Deal Watch - The #hcr bill is posted go to http:\/\/bit.ly\/a6G3xw to see what \"incentives\" may be hidden in the bill #gopcodered","label":"negative"}
{"tweet_id":10730683390,"text":"My mom wrote a nice letter to the editor of her local paper in Salisbury, MD on the need for #HCR. http:\/\/tinyurl.com\/ybucbcu #P2","label":"positive"}
{"tweet_id":10730719103,"text":"RT @thenote: Dept. of Ignored E-mails: Clyburn's office asks Dems to say whether they're for or against #hcr by 2 pm today","label":"neutral"}
{"tweet_id":10730755079,"text":"at 1p ET I will explain EXACTLY what & who stands between #HCR Healthcare Reform passing on Sunday. We'll list undecideds","label":"neutral"}
{"tweet_id":10730856559,"text":"Obama offering wavering #hcr representatives tour of Area 51 and photo opportunity with alien.","label":"neutral"}
{"tweet_id":10730981711,"text":"RT @nursingworld: It's not too late to make a difference! Call 1-888-876-6242 and tell your Representative to vote YES on #hcr!!!","label":"positive"}
{"tweet_id":10731027975,"text":"Richard T. Hughes:  Glenn Beck's Christian America is Hardly Christian: When Glenn Beck advised Christian... http:\/\/bit.ly\/ardhiT HUFF #HCR","label":"negative"}
{"tweet_id":10731234545,"text":"Cave-in Watch: http:\/\/is.gd\/aOVLn Remember: U can't fix stupid, but u can vote them out. #hcr","label":"negative"}
{"tweet_id":10731247826,"text":"RT @RyanNewYork My mom wrote a nice letter to the editor of her local paper in MD on the need for #HCR. http:\/\/tinyurl.com\/ybucbcu","label":"positive"}
{"tweet_id":10731771213,"text":"Dem Rep Lynch of MA now a NO vote for ObamaCARE for now http:\/\/is.gd\/aNFDT #tcot #tlot #sgp #hhrs #ocra #hcr","label":"negative"}
{"tweet_id":10732183312,"text":"I apologize 2 my followers 4 active tweeting. We are in a huge fight against O gov #hcr takeover so if I annoy u & u unfollow I understand","label":"negative"}
{"tweet_id":10732188027,"text":"The power to decide who lives and who dies should be reserved for God. Not the Government!!! #hcr","label":"negative"}
{"tweet_id":10732251357,"text":"BREAKING: Dems lose another #HCR vote as Rep. Peter Defazio (D-OR) now leaning toward voting No","label":"neutral"}
{"tweet_id":10732274234,"text":"RT @foxnews: BREAKING: Dems lose another #HCR vote as Rep. Peter Defazio (D-OR) now leaning toward voting No","label":"neutral"}
{"tweet_id":10732469599,"text":"RT @foxnews: BREAKING: Dems lose another #HCR vote as Rep. Peter Defazio (D-OR) now leaning toward voting No","label":"neutral"}
{"tweet_id":10732500642,"text":"Health Bill increases IRS power to force indivs to purchase hlth ins~More great news! #hcr #tcot http:\/\/ping.fm\/jTDpq","label":"negative"}
{"tweet_id":10732575438,"text":"Can't wait for the weekend America shifts into Communism! How the Fuck did we get here?  I blame lack of scrutiny by media #tcot #hcr #fuck","label":"negative"}
{"tweet_id":10732585497,"text":"RT @Noetical: What's so great about #HCR? If your kid has diabetes, #Thanks2HCR  U won't have to sell your house if he's hospitalized.","label":"positive"}
{"tweet_id":10732633365,"text":"@repblumenauer RESPECT the CONSTIUTION. REPRESENT YOUR CONSTITUENTS. Proceed with #HCR, GET FIRED! #tcot #gop #tweetcongress #HANDSOFF #tpp","label":"negative"}
{"tweet_id":10732939465,"text":"Dem fear of dire consequences for inaction may be biggest force driving passage of #hcr: http:\/\/bit.ly\/dnjTxX","label":"neutral"}
{"tweet_id":10733063856,"text":"Breaking on #hcr: AMA is on board  http:\/\/bit.ly\/cg8SyB. Fyi, I hear other doc groups may jump ship. Tho this is the big one.","label":"neutral"}
{"tweet_id":10733092732,"text":"OBAMA closes #hcr debate w\/ civil rights language: \"century-long struggle will culminate in an historic vote.\" http:\/\/bit.ly\/d1xp0x","label":"neutral"}
{"tweet_id":10733172061,"text":"RT @PressSec: BREAKING NEWS - The American Medical Association announced its support for #hcr bill, AMA President J. James Rohack says #p2","label":"neutral"}
{"tweet_id":10733272343,"text":"RT @newsbusters: Stephanopoulos Repeatedly Lobbies Stupak: What Will It Take to Support #HCR?  http:\/\/ow.ly\/1owup (from @ScottJW)","label":"neutral"}
{"tweet_id":10733387211,"text":"Coburn Promises to Hold Future Nominations of Ex-House Democrats http:\/\/bit.ly\/beYqjr #tcot #hcr","label":"neutral"}
{"tweet_id":10733583365,"text":"RT @TheBradBlog: Y isn't GOP celebrating liklihood #hcr will pass this wknd? Said it's suicide 4 Dems, but still fighting it? That's odd...","label":"negative"}
{"tweet_id":10733597470,"text":"The #hcr is one of the best things to ever happen in America. Free healthcare is the way forward. #thatisall","label":"positive"}
{"tweet_id":10733933276,"text":"We fight #hcr bill with logic, numbers, and facts. @barackobama has to use lies and sob stories.","label":"negative"}
{"tweet_id":10734002939,"text":"Democratic memo instructs staffers to MISLEAD VOTERS AND MEDIA on \u00e2\u20ac\u0153doctor fix\u00e2\u20ac\ufffd http:\/\/is.gd\/aP0ik #teaparty #hcr #tcot #gop","label":"negative"}
{"tweet_id":10734138079,"text":"If I dislocate my hip due to excessive pelvic thrusting; would it be covered? #HCR","label":"neutral"}
{"tweet_id":10734149632,"text":"Undecided Henry Cuellar refuses to return a WH phone call. \"If I have to talk to him, I'll talk to him,\" says about Obama #hcr","label":"neutral"}
{"tweet_id":10734168054,"text":"More #hcr drama: Democratic caucus will meet w\/Obama at the White House tomorrow afternoon.","label":"neutral"}
{"tweet_id":10734186952,"text":"VA Democrat Congressman admits that congress steals your money! http:\/\/is.gd\/aNNJz #tcot #Tlot #sgp #hhrs #Ocra #hcr","label":"negative"}
{"tweet_id":10734278549,"text":"Rep. Joe Courtney just announced on CNN that he is now a 'yes' on #hcr","label":"neutral"}
{"tweet_id":10734347442,"text":"So many lies, so little time, http:\/\/is.gd\/aP1hP #hcr #tcot","label":"negative"}
{"tweet_id":10734505743,"text":"RT @WestWingReport: AMA President Jim Rohack says the #hcr bill isn't perfect - but don't let the perfect be the enemy of the good.","label":"negative"}
{"tweet_id":10734516052,"text":"If I were Anthony Weiner, I wouldn't ever go on \"Morning Joe\" again. http:\/\/is.gd\/aP1vz #hcr #p2","label":"neutral"}
{"tweet_id":10734528113,"text":"rt @kevincrosson The IRS enforcement provision n the Senate #hcr bill alone should be enough for any sane person 2 #killthebill! #healthcare","label":"negative"}
{"tweet_id":10734644810,"text":"RT @nicopitney: Rep. Joe Courtney just announced on CNN that he is now a 'yes' on #hcr #thetakeaway","label":"neutral"}
{"tweet_id":10734740243,"text":"Smartest #HCR vote count piece you'll read all day. Pelosi doesn't have the votes w\/o Stupak and co. http:\/\/bit.ly\/dwIcpt","label":"positive"}
{"tweet_id":10734818041,"text":"@JFKFAN Judging from the teanuts responding to our tweets they are highly agitated and off their meds this weekend. #p2 #hcr #ACORN","label":"neutral"}
{"tweet_id":10734978045,"text":"Chaput: The Captivity Of \u00e2\u20ac\u02dcCatholic\u00e2\u20ac\u2122 Witness http:\/\/ow.ly\/1oAKd #hcr #tcot #catholic #prolife","label":"neutral"}
{"tweet_id":10735059275,"text":"\"I Still Believe We Can Do What's Right\": full video\/ transcript from this morning in VA http:\/\/bit.ly\/9tNZ79 #hcr","label":"neutral"}
{"tweet_id":10735130725,"text":"RT @lmlTN Hey, #Nashville....here's the link to email Congressman Jim Cooper - tell him to vote yes on #hcr!! http:\/\/bit.ly\/cmkKsY","label":"positive"}
{"tweet_id":10735143558,"text":"We must be close to #hcr because the Orcs of Teabaggia are jumping up and down and grunting to the sounds of the Orange Wizard. #p2","label":"negative"}
{"tweet_id":10735166610,"text":"Lie of the day award goes to Nancy Pelosi, who wouldn't know an affirmation of life if it was injected into her face #tcot #hcr","label":"negative"}
{"tweet_id":10735291561,"text":"Call to Action: March 20, 2010 Rally Against ObamaCare  http:\/\/shar.es\/mfn6C via @sharethis #tpp #hcr #tcot #tlot #teaparty","label":"negative"}
{"tweet_id":10735502154,"text":"Virginians & Americans have made it very clear: They do not want a government takeover of their #healthcare #handsoff #hc #hcr","label":"negative"}
{"tweet_id":10735586383,"text":"Funny #hcr moment of the past year #2: The SC guy who told his Congressman: \"Keep your government hands off my Medicare\"","label":"neutral"}
{"tweet_id":10735629469,"text":"Immediate Benefits of #hcr: http:\/\/tinyurl.com\/yl6nyh6 #p2 #fb","label":"positive"}
{"tweet_id":10735630088,"text":"It could come down to one vote on health care. Every last message to Congress makes a difference: http:\/\/bit.ly\/dqgC2f #hcr","label":"positive"}
{"tweet_id":10735643497,"text":"***CALL***  Undecided Dem Christopher Carney PA  Ph 202-225-3731 or 570-644-1682  FAX 202-225-9594  #hcr","label":"neutral"}
{"tweet_id":10735736530,"text":"RT @GOPWhip: Virginians & Americans have made it very clear: They do not want a government takeover of their #healthcare #handsoff #hc #hcr","label":"negative"}
{"tweet_id":10735744902,"text":"On eve of expected House vote on #HCR, Obama will meet tomorrow at the WH with all House Democrats.","label":"neutral"}
{"tweet_id":10735771851,"text":"SC AG set to sue on health care deal http:\/\/bit.ly\/9hCb4G #tpp #hcr #obamacare #tcot #sgp Good.  So is Virginia.  And where is Delaware?","label":"negative"}
{"tweet_id":10735961602,"text":"A First Look At The House Health Care Fix: More Bad News [via Heritage.org]  http:\/\/2p7.utnij.net  #obamacare #hcr #tcot","label":"negative"}
{"tweet_id":10736009322,"text":"Pelosi prays to St. Joseph to pass #HCR. http:\/\/tinyurl.com\/yh9l5mw Really means \"St. Joseph Stalin\" & workers of the world unite. #tcot #p2","label":"negative"}
{"tweet_id":10736182443,"text":"So, how does it feel to sell their souls and sell out the country for the \"team\"? #tcot #HCR","label":"negative"}
{"tweet_id":10736515414,"text":"ALERT: Harry Reid promises #hcr public option vote in next few months: http:\/\/bit.ly\/cEWQ6A","label":"neutral"}
{"tweet_id":10736638583,"text":"If giving pvt insurers $500+ b in subsidies makes them the \"target\" of #ObamaCare, can O target me next time? http:\/\/ow.ly\/1oBIZ #p2 #hcr","label":"negative"}
{"tweet_id":10736765646,"text":"Thnx every1 for all ur calling. Pls,CALL THEM AGAIN. Call them tmrw,call them Sun&Mon, too. If #HCR \"passes\" we SHUT DOWN DC #th2dc #tcot","label":"negative"}
{"tweet_id":10736818753,"text":"Call DeFazio and tell him to vote yes for #hcr  D-OR. 202-225-6416.  #p2","label":"positive"}
{"tweet_id":10737072303,"text":"RT @PG_in_DC: Dem memo about #hcr messaging posted by Politico (and me) earlier might not be real http:\/\/bit.ly\/bbwAG1","label":"neutral"}
{"tweet_id":10737311140,"text":"Help make history on #HCR: http:\/\/bit.ly\/7113lr #OFA #p2","label":"positive"}
{"tweet_id":10737437869,"text":"They say if you build a better mousetrap, the world will beat a path to your doorstep. Where is the beaten path to the #HCR or #whitehouse ?","label":"negative"}
{"tweet_id":10737501072,"text":"Lynch thinks opposing #HCR will help him in 2012 bid against Scott Brown. What it'll do is guarantee we'll gun for him in the primary.","label":"negative"}
{"tweet_id":10737549361,"text":"http:\/\/twitpic.com\/19l2ph - Mom&kid @ US Capitol 2 say \"Time 2 pass #HCR!\" Tell it 2 your Reps too- here's their #: http:\/\/bit.ly\/cNse8m","label":"positive"}
{"tweet_id":10737638388,"text":"\"My mother always taught me they can have their own opinion but that doesn't mean they are right.\" http:\/\/is.gd\/aP7ov | #hcr #p2 #tcot","label":"negative"}
{"tweet_id":10737735441,"text":"RT @RepMaryFallin Did u know PelosiCare includes $569.2 billion in tax increases on ins premiums, meds, even med devices?  #hcr #tcot","label":"negative"}
{"tweet_id":10737792220,"text":"RT @Ruthanng RT @Misha44_: ***CALL*** Undecided Dem Zack Space OH (vtd yes in Nov) 202-225-6265 or 330-364-4300 FAX 202-225-3394 #hcr","label":"neutral"}
{"tweet_id":10737828505,"text":"RT @seanhackbarth: RT @TomCoburn: I'll force House members to defend selling vote on hlthcare  http:\/\/bit.ly\/duU3te #hcr","label":"neutral"}
{"tweet_id":10737917622,"text":"Cantor says GOP needs 38 Dem. \"no\" votes to defeat #hcr and claims to have 33, not including 12 Stupak Dems.","label":"neutral"}
{"tweet_id":10737936564,"text":"RT @CatoInstitute: Seven myths about health care reform http:\/\/bit.ly\/aItNmW #hcr","label":"negative"}
{"tweet_id":10738037480,"text":"Consumers Union endorses #hcr legislation: \"a significant gain for consumers.\"","label":"positive"}
{"tweet_id":10738349821,"text":"MT @Taniel W\/ Dems like Lynch & DeFazio serious abt voting \"no\", it's absurd to consider HCR bill certain to pass. #tcot #hcr","label":"neutral"}
{"tweet_id":10738387922,"text":"Congressman Steve King; Everyone Come To The Capitol On Saturday At Noon http:\/\/tinyurl.com\/yl776je #TCOT #HCR (VIRAL THIS)","label":"neutral"}
{"tweet_id":10738555506,"text":"RT @fleckman: The Total List and Contact to kill ObamaCare http:\/\/bit.ly\/bTSqcq FLOOD CONGRESS! #tcot #tlot #hcr #killthebill","label":"negative"}
{"tweet_id":10738719556,"text":"@dailykos Leader of the Blue Dogs just switched his vote to yes on #hcr - spreading the news!","label":"positive"}
{"tweet_id":10738934557,"text":"RT @MPOTheHill: Rep. Allen Boyd (D-Fla.) will vote for #hcr. A flip from no to yes. http:\/\/bit.ly\/9nTKHH","label":"positive"}
{"tweet_id":10739334785,"text":"VOTE NO! #HCR @Rep_Giffords LISTEN TO AMERICA!!","label":"negative"}
{"tweet_id":10739377542,"text":"Thank you Rep @Jim_Moran for supporting #HCR!","label":"positive"}
{"tweet_id":10739558139,"text":"HEALTHCARE & JUSTICE FOR ALL #HCR","label":"positive"}
{"tweet_id":10739614533,"text":"Retweet this if you are against a government takeover of health care #hcr #tcot #gop #txgop #handsoff #codered","label":"negative"}
{"tweet_id":10739729436,"text":"RT @vjack: Health Care Bill Funds Abstinence-Only Sex Education http:\/\/bit.ly\/a3Jq1C #hcr #education #p2","label":"neutral"}
{"tweet_id":10739868130,"text":"I really think Obama is trying his best to cover my ass! :] #hcr","label":"positive"}
{"tweet_id":10739944453,"text":"RT @RepKevinBrady: Retweet this if you are against a government takeover of health care #hcr #tcot #gop #txgop #handsoff #codered","label":"negative"}
{"tweet_id":10740047106,"text":"RT @GregWHoward Just posted: Operation Nullification! What we do IF they pass #HCR. Immediate action plan!  http:\/\/bit.ly\/ckWf5V #tcot","label":"negative"}
{"tweet_id":10740066813,"text":"Cong. Altmire has issued his statement, confirming his conversastion with me. He will vote NO on #HCR. http:\/\/altmire.house.gov\/","label":"negative"}
{"tweet_id":10740329695,"text":"Another great day for #hcr - 5 more confirmed votes show the momentum is growing http:\/\/go.usa.gov\/ilW","label":"positive"}
{"tweet_id":10740358991,"text":"At the risk of unbridled optimism: would folks like Boyd, Boccieri be putting necks on the line if they WEREN'T confident #hcr would pass?","label":"positive"}
{"tweet_id":10740369055,"text":"Doctors Respond: Senate Bill is the Wrong Prescription http:\/\/ow.ly\/1oE3B #hcr #tcot #crnc","label":"negative"}
{"tweet_id":10740632762,"text":"NEW #teaparty sign download ---- Taking back our country... one politican at a time ---- http:\/\/bit.ly\/oYYxH #hcr #sgp #tcot","label":"positive"}
{"tweet_id":10740787497,"text":"Every dissenting Democrat on #hcr, MUST pay a price. For other votes it is OK but for a vote on humanity there is no excuse.","label":"negative"}
{"tweet_id":10740948930,"text":"Listen to their stories and you'll see why it's so important to pass health care reform http:\/\/bit.ly\/clrSsN #HCR","label":"positive"}
{"tweet_id":10740962281,"text":"Way to go #Teaparty! Harassing disabled guy results in Ohio Dem. Mary Jo Kilroy, announcing she's voting yes on #hcr. #p2 #tcot #gop","label":"negative"}
{"tweet_id":10741573449,"text":"Urgent: 40 Dems who are persuadable on #healthcare reform you should call NOW http:\/\/tr.im\/Szgn #hc #hcr #tcot #teaparty","label":"negative"}
{"tweet_id":10741610778,"text":"\"LIBERALS\" R NOT Americans!Dont any of U get it?They want 2 be lik the Europeans.They want 2 change America in2 Europe,Hello?? #hcr #sgp","label":"negative"}
{"tweet_id":10741617361,"text":"Passing #HCR means an additional 57,500 Illinoisans would have coverage. Call Rep. Rush now: http:\/\/bit.ly\/d7WzN9","label":"positive"}
{"tweet_id":10741769142,"text":"Thank you Rep. Schakowsky (@JanSchakowsky) for supporting #HCR!","label":"positive"}
{"tweet_id":10742216567,"text":"RIP \"I'm Just a Bill,\" School House Rock March 21, 2010. #hcr @IMAO_ #TCOT #TLOT","label":"negative"}
{"tweet_id":10743233480,"text":"RT @BrainLemon: Whatever the outcome of #hcr, Obama has revealed himself to be a radical bent on remaking America... http:\/\/post.ly\/U0AE","label":"negative"}
{"tweet_id":10743357709,"text":"RT @SarahPalinUSA:UnitedWeStand,DividedWeFall!Push united effrt agnst #hcr&its unfathomable impacts on cntry we've known&loved.Call Congress","label":"negative"}
{"tweet_id":10743731523,"text":"WATCH: POTUS' remarks on #HCR in Fairfax, VA today: http:\/\/bit.ly\/auufyx  #OFA #p2","label":"neutral"}
{"tweet_id":10744030546,"text":"RT @rtinaz:RT @RepKevinBrady: Retweet this if you are against a government takeover of health care #hcr #tcot #gop #txgop #handsoff #codered","label":"negative"}
{"tweet_id":10744701040,"text":"Just talked to my dad about #hcr... His only rersponse \"well that's depressing.\" The world better show up tmrw in DC to fight this!! #tcot","label":"negative"}
{"tweet_id":10744946449,"text":"I think it is about time that the government starts listening to THE PEOPLE. We DON'T want this bill to pass or deem and pass. #hcr","label":"negative"}
{"tweet_id":10747044561,"text":"America, make no mistake. #Socialism is trying 2 get onboard. #HCR is just a 1st step in that direction!  #tcot #tlot #teaparty","label":"negative"}
{"tweet_id":10747645079,"text":"Page 85 Line 7 HC Bill: Specifications of Benefit Levels for Plans. (AARP members \u00e2\u20ac\u201c your health care WILL be rationed!) \n#STOPtheBILL #HCR","label":"negative"}
{"tweet_id":10747976665,"text":"Sad that people want our grandchildren and great grandchildren to pay for their HC. We owe $103 trillion in entitlements already! #HCR","label":"negative"}
{"tweet_id":10748050804,"text":"RT @tomperriello: for me, #hcr comes down to saving $ for families & small biz & keeping our hospitals open. This bill will. http:\/\/j.mp\/l-h","label":"positive"}
{"tweet_id":10748458002,"text":"When Barack Obama says\"Let me make Clear\" You know he is about to Tell You A LIE! #HCR #tcot #p2 #sgp #teaparty #gop","label":"negative"}
{"tweet_id":10748508494,"text":"If not for #hcr, have to think this party switch in the NY Gov race would be bigger story http:\/\/nyti.ms\/9hmgGj","label":"neutral"}
{"tweet_id":10748644695,"text":"RT @Herfarm: RT @RepKevinBrady: Retweet this if you are against a government takeover of health care #hcr #tcot #gop #handsoff #codered","label":"negative"}
{"tweet_id":10748820298,"text":"@seanbaran74 well that's what's next. after #hcr they'll save the environment, give us CFLs and take away our TVs.","label":"negative"}
{"tweet_id":10748858246,"text":"Your elected Dem congress do not serve the ppl they  serve   Obama & Pelosi  #killthebill #obama #msnbc #p2 #sgp #cnn #HCR","label":"negative"}
{"tweet_id":10748975776,"text":"Woo! Tea Party doesn't speak 4 me. RT @OFA_CA: Well done Pleasanton! 80+ came out to support Rep. McNerney and #HCR! #OFA","label":"negative"}
{"tweet_id":10748996039,"text":"Page 29 lines 4-16 in the HC bill:  YOUR HEALTH CARE IS RATIONED!!! #tcot #hcr #p2","label":"negative"}
{"tweet_id":10749015834,"text":"Page 42 of HC Bill:  The Health Choices Commissioner will choose your HC benefits for you. You have no choice! #tcot #p2 #hcr","label":"negative"}
{"tweet_id":10749055738,"text":"RT @UTsavage: RT @winterthur Republican Tom DeLay Says Goodbye To Congress He Corrupted: http:\/\/bit.ly\/baq4V9 #hcr http:\/\/bit.ly\/bImJak","label":"neutral"}
{"tweet_id":10749072397,"text":"Catholic Group Blasts Pelosi for Invoking St. Joseph on ProAbort Bill http:\/\/catholicfamiliesusa.org\/?p=217 #hhrs #prolife #catholic #HCR","label":"neutral"}
{"tweet_id":10749342296,"text":"#HCR Why is it when Republicans use Deem and Pass and Reconciliation it's acceptable, when Democrats use it, it's a CRIME!!!! #GOP","label":"negative"}
{"tweet_id":10749343149,"text":"How dare they cut away from the Messiah! Blasphemers! RT @mmfa VIDEO: Fox News cutting away from Obama #hcr speech. http:\/\/bit.ly\/cBWmdq","label":"negative"}
{"tweet_id":10749481803,"text":"Stolen Water Used by Obama to Buy Votes to Steal Your Health Care http:\/\/j.mp\/azQen3 #tcot #hcr #hc #healthcare #obamacare","label":"negative"}
{"tweet_id":10749555971,"text":"RT @MrBlog1: @fins13616 @RepKevinBrady: Retweet this if you are against a government takeover of health care #hcr #tcot  #handsoff #tlot","label":"negative"}
{"tweet_id":10749758451,"text":"RT @Kalel194: RT @RightKlik: CBO confirms: ObamaCare will actually add billions to the deficit\u00e2\u20ac\u00a6http:\/\/z.pe\/3sSC #tcot #sgp #hcr","label":"neutral"}
{"tweet_id":10749993047,"text":"@jmtsth Wonder what other rights to my stuff the parasites imagine they possess.  #hcr #gop #tcot #tlot","label":"negative"}
{"tweet_id":10750052124,"text":"RT @imsure: The liberals are asking us to give Obama time. We agree and think 25 to life would be appropriate\u00ee\u0152\u00b7 Leno #tcot #hcr #gop","label":"negative"}
{"tweet_id":10750375803,"text":"RT @CraigKocher: Looks like the Speaker has the votes. This is great news. #hcr","label":"positive"}
{"tweet_id":10750689585,"text":"@RepGutierrezToday R THE 10 COMMANDMENTS JUST THE 10 SUGGESTIONS 2 U? UR POOR CHILDREN. #tcot #hcr","label":"negative"}
{"tweet_id":10751028994,"text":"RT @elemonader Pg425 Lines4-12: Govt mandates \"Advance-Care Planning Consult\" (Think Sr. citizens end-of-life patients) #tcot #p2 #hcr","label":"neutral"}
{"tweet_id":10751134550,"text":"@markos Please post this : If #hcr does not pass then in next few years health insu premium will be greater then monthly mortgage\/rent","label":"positive"}
{"tweet_id":10751435641,"text":"Anthony Weiner is rapidly becoming one of my favorite congresscritters: http:\/\/bit.ly\/bqZBtK #HCR #CBO","label":"positive"}
{"tweet_id":10751494725,"text":"RT @TexasGmom: RT @elemonader: Page 354 Sec 1177: The Govt will RESTRICT enrollment of 'special needs people!' #tcot #p2 #hcr","label":"negative"}
{"tweet_id":10751578997,"text":"Also #ff  for @sagroo RT @sagroo: great comparison of house, senate, recon #hcr bills (via @emilymhunt): http:\/\/to.pbs.org\/9kTfCd @NewsHour","label":"neutral"}
{"tweet_id":10752085788,"text":"Retweet if you are against Obama's Health Care Reform!  #hcr #tcot #killthebill","label":"negative"}
{"tweet_id":10752167600,"text":"RT @MarkHOV: Retweet this if you don't give a damn what the teabaggers or Republicans think about the #HCR bill or vote. #tcot #p2","label":"negative"}
{"tweet_id":10752357788,"text":"RT @caradox: RT @MarkHOV: Retweet this if u don't give a damn what the teabaggers or Republicans think about the #HCR bill or vote. #tcot","label":"negative"}
{"tweet_id":10752700201,"text":"Give a socialist an inch and they'll take the whole freaking country. #tcot #ocra #teaparty #iamthemob #sgp #tlot #hhrs #ucot #hcr","label":"negative"}
{"tweet_id":10752790630,"text":"I am hoping that this Sunday sanity breaks out again in America & #HCR is made real.  Hoping, calling, all that.","label":"positive"}
{"tweet_id":10752937123,"text":"South Carolina is one of the unhealthiest states, ranking 46th in the nation in overall health indicators  #sctweets #scpol #scdem #sc #HCR","label":"neutral"}
{"tweet_id":10752998394,"text":"My Wonderful State, South Carolina Ready 2 Sue Over #Obamacare #tcot #hcr","label":"negative"}
{"tweet_id":10753111782,"text":"To @George_LeMieux: We've come too far to give up on health reform now http:\/\/bit.ly\/r2eoE #hcr #FL #32224","label":"positive"}
{"tweet_id":10753252216,"text":"RT @GOPLeader Each House member should stand before the nation and announce his\/her #hcr vote Sunday http:\/\/bit.ly\/91EIa2 #readthebill","label":"neutral"}
{"tweet_id":10753925421,"text":"The GOP did nothing for So Long. That is why We must Do Something Now! #HCR #PasstheDamnBill #p2 #topprog #Obama #OFA","label":"negative"}
{"tweet_id":10754105327,"text":"#HCR will be the First Healthcare Bill Passed in 50 Years. #p2 #topprog #PasstheDamnBill","label":"neutral"}
{"tweet_id":10754313065,"text":"Another #HCR wrinkle. Top Dem on House Armed Services Cmte concedes Senate bill imperils TRICARE http:\/\/bit.ly\/cFLGZ2","label":"neutral"}
{"tweet_id":10754498858,"text":"RT @gthoffman: RT @theGOPalliance: Retweet if you are against Obama's Health Care Reform!  #hcr #tcot #killthebill","label":"negative"}
{"tweet_id":10754512755,"text":"Remember to call the White House to oppose #healthcare reform. 1-877-SOB USOB-> yes. that's what it spells #iamthemob  #tcot #hcr #obc50","label":"negative"}
{"tweet_id":10754606117,"text":"Victim of an uninsured drunk driver is recovering from the 1st trauma of the wreck, while waiting 4 the 2nd, the bill #ImHereFor him #hcr","label":"neutral"}
{"tweet_id":10754830981,"text":"16,500 more IRS agents needed to enforce Obamacare http:\/\/is.gd\/aPzpX #tcot #tlot #sgp #hhrs #ocra #hcr","label":"neutral"}
{"tweet_id":10754936793,"text":"The GOP had 8 years to do #HCR their way. Instead they Waged a Dumb War & Crashed the Economy. #p2 #topprog #PasstheDamnBill","label":"negative"}
{"tweet_id":10755318255,"text":"RT @TheNewDeal: The GOP had 8 years to do #HCR their way. Instead they Waged a Dumb War & Crashed the Economy. #p2 #topprog #PasstheDamnBill","label":"negative"}
{"tweet_id":10755349996,"text":"Teabaggers protest provisions of the #HCR bill that don't exist. They watch FOX News. http:\/\/bit.ly\/cNPWv8 #tcot","label":"negative"}
{"tweet_id":10755440160,"text":"RT @mcwbr: The GOP were *going* to do #hcr. Honest. But they had an economy to wreck, first. #p2","label":"negative"}
{"tweet_id":10755467579,"text":"RT @Karoli: RT @wyldraven: Intrade has #HCR at 83 out of a possible 100! http:\/\/bit.ly\/d1oE7f #p2 #hcr","label":"positive"}
{"tweet_id":10755470078,"text":"RT @SenGillibrand: Thrilled that my rep, Scott Murphy, is a YES for #hcr! It's the right decision for #NY20, for #NY & for the nation.","label":"positive"}
{"tweet_id":10755643288,"text":"#hcr : \"i think it should stay in hospitals, and people should have all the bandaids they want.\" -dude from real world D.C lmao","label":"neutral"}
{"tweet_id":10755656624,"text":"@Anomaly100: Plz RT http:\/\/bit.ly\/auSkt6 AMA & AARP Endorse Final Health Care Reform Package! #p2 #hcr #tlot #teaparty","label":"neutral"}
{"tweet_id":10755679049,"text":"#Obama may be buying off Congresspeople but he hasn't BOUGHT the AMERICAN PEOPLE on his lunacy! #hcr #p2 #tcot #ocra","label":"negative"}
{"tweet_id":10755766604,"text":"#hcr is an oxymoron.  It's not about health care.  Or reform.  It's about more government control.  Period.  Reject... please.","label":"negative"}
{"tweet_id":10755945408,"text":"RT @Shoq: WE ALL HAVE SOMETHING better to do. But #HCR has waited 50 years. Take 10 minutes to CALL CONGRESS tmrrw. http:\/\/bit.ly\/cjUKy3 #p2","label":"positive"}
{"tweet_id":10755982779,"text":"@ConservativeInd Hope and Change is working great, thanks. #hcr promises $138 billion reduction in deficit #p2 #tcot","label":"positive"}
{"tweet_id":10756876404,"text":"Because to sit on or asses and do NOTHING #HCR  IS what you kooks did for 10  years Your just mad cause ur DADDY BUSH FUCKED U @mikearbkcmo","label":"negative"}
{"tweet_id":10757055732,"text":"PATHETIC!!! WH harrassing fed employees on their .gov addresses 2 support #hcr  http:\/\/tinyurl.com\/ykuob6f #fb #p2 #topprogs #teaparty #ocra","label":"negative"}
{"tweet_id":10757762697,"text":"The public option is now up to Pelosi -- tell her to pass it! http:\/\/bit.ly\/dpuhhs @BoldProgressive #p2 #hcr","label":"positive"}
{"tweet_id":10758011543,"text":"Levin Surge :  Call these KEY Congress\/people : http:\/\/tinyurl.com\/yc68gt3 #tcot #hcr Tell them NO to tyranny.. @MarkLevinShow","label":"negative"}
{"tweet_id":10758551474,"text":"Check this video out -- Obama-Peace Train http:\/\/youtu.be\/NWCSAJlOUlc ~Presidet Obama has brought \"Change\" Pass #hcr ~No Obstruction GOP","label":"positive"}
{"tweet_id":10758868187,"text":"A million seconds ago was 12 days ago. A trillion seconds ago was 68,000 YEARS ago! Hello $1.5 trillion HC bill? #HCR #TCOT #P2","label":"negative"}
{"tweet_id":10758952957,"text":"RT @RepKevinBrady: Retweet this if you are against a government takeover of health care #hcr #tcot #gop #txgop #handsoff #codered","label":"negative"}
{"tweet_id":10759016134,"text":"#HCR will be the First Healthcare Bill Passed in 50 Years. #p2 #topprog #PasstheDamnBill","label":"positive"}
{"tweet_id":10759073752,"text":"Why is everyone excited over this supposed #hcr bill? This is a capitalist insurer's wet dream, we've handed them an oligopoly! #Marx #tcot","label":"negative"}
{"tweet_id":10760097229,"text":"FACT: Staying up clicking \"refresh\" all night is not going to resolve #HCR either way. So if that was your plan, you should probably sleep.","label":"neutral"}
{"tweet_id":10760867349,"text":"AARP, AMA Announce Support 4 #HCR: Largest Dr & Retiree Groups Backing Legislation http:\/\/bit.ly\/cdtxat  #p2\/gopteaparty\/at&t\/Starbucks","label":"positive"}
{"tweet_id":10768884090,"text":"4-1\/2 hours til DC Protest! Tell those political parasites NO MORE LIES, BRIBES, WASTEFUL SPENDING, GOV TAKEOVERS. #tcot #RNC #HCR #teaparty","label":"negative"}
{"tweet_id":10769319247,"text":"If Not US ..Who?? If NOT 2day? WHEN? Thanking all for Marching On DC &standing up to Obamanation! #HCR #tcot #ucot #ocra #KILLTHEBILL","label":"negative"}
{"tweet_id":10769556020,"text":"The White House is busy sending partisan health care propaganda to federal employees: http:\/\/bit.ly\/aBXqwe #tcot #hcr #gop","label":"negative"}
{"tweet_id":10769628101,"text":"CBO Confirms Dems #hcr bill slashes benefits for millions of seniors Health Care http:\/\/bit.ly\/d4BbU7 dems screwed the seniors again Vote NO","label":"negative"}
{"tweet_id":10769913725,"text":"Day of defiance: Protests nationwide as  Ds try 2 ram #hcr TrojanHorse thru. MAKE YOUR VOICE HEARD. #teaparty #tcot","label":"negative"}
{"tweet_id":10770067421,"text":"CBO confirms: ObamaCare will actually add billions to the deficit\u00e2\u20ac\u00a6http:\/\/bit.ly\/bsv3Y4 http:\/\/bit.ly\/bWv4qc #tcot #sgp #hcr #obamalies","label":"negative"}
{"tweet_id":10771641369,"text":"RT @PeteSessions: Will be tweeting live updates on #hcr debate in House Rules Cmte meeting starting @ 10am ET.","label":"neutral"}
{"tweet_id":10772973385,"text":"RT @GrsRtsAMERICAN \n#HCR #healthcare Swing Voter: Nick Rahall CALL!! DC:202-225-3452 Local:304-252-5000 Fax: 304-325-0552.","label":"neutral"}
{"tweet_id":10774049950,"text":"Barton: \"This process corrupts & prostitutes the system...we r bout 2 unleash cultural war...don't do deem&pass.\" #hcr","label":"negative"}
{"tweet_id":10774630886,"text":"(VIDEO): Leader Boehner Delivers GOP Address: \u00e2\u20ac\u02dcRepublicans can't beat this bill, but the American people can\u00e2\u20ac\u2122 http:\/\/ow.ly\/1oOJE #hcr","label":"negative"}
{"tweet_id":10774680797,"text":"Pelosi says she loves numbers.  How does she love her approval rating 3% or congress approval rating 17%?  Shes such a hypocrite. #tcot #hcr","label":"negative"}
{"tweet_id":10775201655,"text":"RT @BrentTeichman: This is no longer about Democrats vs. Republicans - this is now Democrats vs. the American people. #tcot #sgp #hcr","label":"negative"}
{"tweet_id":10775649222,"text":"Boehner delivers today's Weekly GOP Address--Only responsible course of action is to scrap this health care bill. http:\/\/is.gd\/aQgb5 #hcr","label":"negative"}
{"tweet_id":10775690312,"text":"This makes sense since drug prices aren't high enough as it is! http:\/\/nyti.ms\/bCmSRp #hcr #fail","label":"negative"}
{"tweet_id":10775782953,"text":"An hour before the rally the capitol is filling up - this is awesome! #codered #hcr #tcot  http:\/\/tweetphoto.com\/15104064","label":"positive"}
{"tweet_id":10775799843,"text":"RT @JeffreyYoung_HC: Blue Dog  John Barrow no on #hcr: \"I don\u00e2\u20ac\u2122t think this bill is going 2 do it.\" http:\/\/bit.ly\/aIPq0J","label":"negative"}
{"tweet_id":10775889751,"text":"RT @ScottJW: The view opposite the Capitol. http:\/\/twitgoo.com\/l9tna #tcot #codered #HCR #asamom","label":"positive"}
{"tweet_id":10776016408,"text":"CBO: If $208 billion added back for doc fix, Dem bill will create a $59 billion deficit http:\/\/bit.ly\/8Yiwhq #hcr #killthebill #gop","label":"negative"}
{"tweet_id":10776331930,"text":"Amazing. GOP Rep. Paul Ryan turns Dems Rule meeting on their health plan #hcr into a debate on HIS plan. Slick. But a real debate.","label":"neutral"}
{"tweet_id":10776451021,"text":"Meanwhile Chairman Obama scratches himself as he peruses the photos of himself taken by Time for his cover.  #hcr","label":"negative"}
{"tweet_id":10776560780,"text":"RT @Marnus3: Sources close to the situation are confirming that Orrin's Hatch has blown. #p2 #hcr #ACORN","label":"negative"}
{"tweet_id":10776563627,"text":"Pelosi has ZERO margin for error in HC vote http:\/\/lnkd.it\/9upiG9 #tcot #hcr #HR","label":"negative"}
{"tweet_id":10776632296,"text":"This is no longer Dem v. Republican. Now it is free men verse tyranny.  #tcot #patriot #teaparty #p2 #hcr","label":"negative"}
{"tweet_id":10776691485,"text":"RT @JeffreyYoung_HC: RT @Todd_Zwillich: Sr. Dem aide thinks \"We may be able to find a way to satisfy (Stupak's) concerns\" #hcr","label":"neutral"}
{"tweet_id":10776792005,"text":"Current #hcr bill is most definitely flawed, but just the immediate consumer protections included outweigh any warts. Bring on the voting!","label":"positive"}
{"tweet_id":10776800977,"text":"#Christian Conservatism: The doctrine that God cares more abt my sex life than whether I die from lack of healthcare #p2 #pX #tcot #hcr","label":"negative"}
{"tweet_id":10776812794,"text":"RT @Ohiomail: (Video) Tea Party people exposed. (Hilarious).http:\/\/www.dailykos.com\/ #politics #Cpac #Cpac10 #p2 #tlot #tcot #HCR #DNC #RNC","label":"negative"}
{"tweet_id":10776816964,"text":"Pg 58 HC Bill: Govt will have real-time access 2 individuals' finances & a 'Nat ID Health card' is issued! #hcr #tcor #sgp #tcot #killbill","label":"negative"}
{"tweet_id":10776947943,"text":"America's UNFUNDED LIABILITIES right now, not counting the new HC plan is $107,897,875,000,000 http:\/\/www.usdebtclock.org\/ #HCR #TCOT","label":"negative"}
{"tweet_id":10776972026,"text":"Awesome. RT @keder: Wow. Look at  this crowd #tcot #hcr #killthebill  http:\/\/tweetphoto.com\/15106811","label":"positive"}
{"tweet_id":10777075496,"text":"(Un)Constitutionality of what these Marxist swine in congress are trying to do (WSJ analysis): http:\/\/bit.ly\/9HFso7 #hcr #obamacare #tcot","label":"negative"}
{"tweet_id":10777228029,"text":"March 20, 2010, the Democrat Party officially becomes DEMOCRAT FASCIST PARTY. Founder= Barack Obama. #HCR #TCOT #P2","label":"negative"}
{"tweet_id":10777367391,"text":"There is a silver lining in the #hcr bill  for Teabaggers: Now they can get that tooth they always wanted. #p2 #ACORN","label":"negative"}
{"tweet_id":10777559799,"text":"(VIDEO): Boehner on Hannity: Will Dems Vote With Their Constituents or With Speaker Pelosi? http:\/\/ow.ly\/1oPKh #hcr","label":"negative"}
{"tweet_id":10777701791,"text":"Just saw my first nun in habit. #hcr","label":"neutral"}
{"tweet_id":10777777153,"text":"RT @JoeKenHa: Republicans once stood up to Democrats and ended slavery and opted for freedom. Will they do it again? #tcot #hcr","label":"negative"}
{"tweet_id":10777895245,"text":"The more I read arguments about the purported unconstitutionality of #hcr passage, more I realize people don't know dick about shit.","label":"negative"}
{"tweet_id":10778531386,"text":"Fox is wall-to-wall #hcr. MSNBC showing \"Boosting for Billions.\" CNN splitting btwn #hcr and other news.","label":"neutral"}
{"tweet_id":10778706416,"text":"Retweet if you wish you could be at the Code Red rally in DC right now!  @BarackObama #tcot #hcr #killthebill","label":"negative"}
{"tweet_id":10778732908,"text":"Give a socialist an inch and they'll take the whole freaking country. #tcot #ocra #teaparty #iamthemob #sgp #tlot #hhrs #ucot #hcr","label":"negative"}
{"tweet_id":10779119394,"text":"\"DON'T EMBARRASS ME\": As POTUS heads to hill, he's making clear #hcr vote is about him, not the American people. http:\/\/bit.ly\/c6bhOz #tcot","label":"negative"}
{"tweet_id":10779327448,"text":"Another reason we need #HCR now. RT @GordBarnes 15 Executives Who Get Paid Millions To Deny You Health Care Coverage http:\/\/bit.ly\/9bEysB","label":"negative"}
{"tweet_id":10779551999,"text":"Call Swing Voter:Say \"NO\"- Nick Rahall (D-WVA)  CALL!! DC:202-225-3452 Local:304-252-5000 Fax: 304-325-0552 zipcode 25541 #KILLTHEBILL #HCR","label":"negative"}
{"tweet_id":10779917008,"text":"RT @kimcliftrn: Retweet if u wish you could be at the Code Red rally in DC right now! @BarackObama#tcot #hcr #killthebill","label":"negative"}
{"tweet_id":10780276663,"text":"The American Hospital Association has endorsed the #hcr bill, joining the Federation of American Hospitals.","label":"positive"}
{"tweet_id":10780284601,"text":"RT @kimcliftrn: Retweet if u wish you could be at the Code Red rally in DC right now! @BarackObama#tcot #hcr #killthebill (via @1776again)","label":"negative"}
{"tweet_id":10780349787,"text":"RT @Marnus3: Note to Teabaggers: We took back our country in 2008. We're not giving it back til it's fixed. #p2 #hcr #ACORN | Not even then.","label":"positive"}
{"tweet_id":10780608194,"text":"RT @velvethammer: RT @theGOPalliance: Retweet if you are against Obama's Health Care Reform! #hcr #tcot #killthebill","label":"negative"}
{"tweet_id":10780970826,"text":"http:\/\/twitvid.com\/4D722 - Video from Capitol steps of crowd protesting health care bill. Too many people for one pic! #hcr #tcot #killbill","label":"neutral"}
{"tweet_id":10781009520,"text":"RT @hippieprof: RT @loudhearted: RT @quaigee: I find that the ppl who decry \"socialism\" loudest have no idea what the word means. #hcr #p2","label":"negative"}
{"tweet_id":10781085744,"text":"#ImTheKindOfPerson who thinks health care is a basic human right. Vote yes on #hcr","label":"positive"}
{"tweet_id":10781102124,"text":"DON\"T LET OBAMA AND PELOSI FOOL YOU, THEY DON'T HAVE THE VOTES!  #teaparty #912 #killthebill #tcot #sgp #icon #hcr","label":"negative"}
{"tweet_id":10781109678,"text":"Rep Nye (@GlennNye): #PassIt Already! #hcr #p2","label":"positive"}
{"tweet_id":10781255590,"text":"I will be joining the rally to oppose the Pelosi\/Obama health care take over at 1:30pm EST.#hcr #tcot","label":"negative"}
{"tweet_id":10781299973,"text":"RT @Kalel194 RT @marklevinshow: DON'T GIVE UP! CALL THESE 13 CONGRESSMAN NOW http:\/\/is.gd\/aPiZ3 #tcot #hcr #killthebill","label":"negative"}
{"tweet_id":10781490693,"text":"WILL TOMORROW BE A BLACK SUNDAY FOR FREEDOM?  OR FOR PELOSI? GO HERE: http:\/\/bit.ly\/BLACKSunday #hcr #tcot","label":"negative"}
{"tweet_id":10781700031,"text":"Lord u r our strength and the reason we are free in America please hear my prayer on #hcr bill. Lord I want a NO vote tomorrow Amen","label":"negative"}
{"tweet_id":10781735057,"text":"RT @BrettR4763: RT @Marnus3: Rep. Weiner exposes yet another republican lie, while Virginia Foxx squeaks. http:\/\/ow.ly\/1oQYb #p2 #hcr","label":"negative"}
{"tweet_id":10781743789,"text":"Jon Voight: We must save America as we knew it. Now go to work! #killthebill #hcr #tcot http:\/\/myloc.me\/52sSr","label":"negative"}
{"tweet_id":10781863090,"text":"#Healthcare Vote Expected Tomorrow, One Last Chance to Tell the House: Pass Health Care Reform, Now: http:\/\/is.gd\/aMaxU \/ #hcr #p2","label":"positive"}
{"tweet_id":10782816519,"text":"Minute by Minute updates on the latest #HCR news in TPM's Countdown to Reform Wire http:\/\/tpm.ly\/dgV2Ar","label":"neutral"}
{"tweet_id":10783021602,"text":"Tito the builder: \"I did not come to America for dependency. I came to America for liberty!\" #tcot #hcr","label":"neutral"}
{"tweet_id":10783234594,"text":"RT @cooperrepublic You know its a bad bill when you have to payoff your own party  #tcot #tweetcongress #killthebill #HCR #handsoff","label":"negative"}
{"tweet_id":10783334763,"text":"#killthebill before it destroys AMERICA #tweetcongress #hcr #tcot","label":"negative"}
{"tweet_id":10783345555,"text":"@Marnus3: Republicans live in constant terror that government might be used to limit their profiteering. #p2 #hcr #ACORN","label":"negative"}
{"tweet_id":10783424153,"text":"RT They just reported at the. #codered rally the Dems don't have enough votes! #killthebill #tcot #hcr \/via @CrabbyCon #teaparty","label":"negative"}
{"tweet_id":10783430506,"text":"If YOU were SILENT about Bush creating the BIGGEST deficit EVER; SHUT THE HELL up about #HCR NOW #p2 #tcot #teaparty","label":"negative"}
{"tweet_id":10783774575,"text":"#Obama was voted most likely to lead America into socialism when he was in High School.  #tcot #hcr","label":"negative"}
{"tweet_id":10783837330,"text":"RT @keder: RT @wonkroom: Fox News is reporting that leadership is discussing not using deem and pass... #hcr","label":"neutral"}
{"tweet_id":10783881638,"text":"Please RT: Americans have spoken & they do not want a government takeover of their #healthcare #handsoff #hc #hcr #tcot #gop","label":"negative"}
{"tweet_id":10783965723,"text":"BREAKING: House Dems drop 'deem and pass' in favor of separate vote on Senate health bill #hcr","label":"neutral"}
{"tweet_id":10784053370,"text":"Key House Democrat: \u00e2\u20ac\u02dcThere Ain't No Rules Here...We Make 'Em Up As We Go Along\u00e2\u20ac\u2122 http:\/\/bit.ly\/9E6UI2 #hcr","label":"negative"}
{"tweet_id":10784076137,"text":"#michellemalkin #conservative STALKS children who support #hcr #teaparty ATTACKS sick man w supports #hcr SAD little ppl filled with hate!","label":"negative"}
{"tweet_id":10784384256,"text":"Breaking: No deem and pass. Separate vote on Senate bill. Good move. #hcr #healthreform","label":"negative"}
{"tweet_id":10784548747,"text":"RT @PatrickMcHenry: http:\/\/ow.ly\/i\/N45 VIEW from Speaker's Lobby of the incredible crowd rallying against this #HCR bill #killthebill","label":"negative"}
{"tweet_id":10785137146,"text":"Spkr Pelosi reportedly abandoning Slaughter Solution. If Americans can stop \u00e2\u20ac\u0153scheme & deem\u00e2\u20ac\ufffd we can stop big gov\u00e2\u20ac\u2122t #hcr bill too","label":"negative"}
{"tweet_id":10785144629,"text":"Obama to the Hill. Work your reverse Midas touch. #hcr","label":"negative"}
{"tweet_id":10785202659,"text":"RT @GOPLeader: Spkr Pelosi reportedly abandoning Slaughter Solution. If Americans cn stp \u00e2\u20ac\u0153scheme & deem\u00e2\u20ac\ufffd we cn stp big gov\u00e2\u20ac\u2122t #hcr bill too","label":"negative"}
{"tweet_id":10785277365,"text":"I am surrounded by teabaggers right now. This can not end well. #hcr #p2 #gop #helpmehelpmehelpme","label":"negative"}
{"tweet_id":10785292703,"text":"Congress \"we the people\" are your boss, not your political party, unions, lobbyists, or the president. Vote no on #hcr #tcot, #tweetcongress","label":"negative"}
{"tweet_id":10785361785,"text":"Libs can't hide behind DEEM Process.Now the ppl will see who sells out America for a CHAVEZ style Govt w\/this unconstitutional #HCR bill.","label":"negative"}
{"tweet_id":10785699605,"text":"RT @Palinspired: RT @michellemalkin: Corrupted policy = corrupted process. #killthebill #hcr Make Your Voice Heard","label":"negative"}
{"tweet_id":10785705639,"text":"How funny Teabaggers are protesting an inadequate #hcr bill instead of our continuing war(s).  WE WANT HEALTHCARE, NOT WARFARE!  #tcot #p2","label":"positive"}
{"tweet_id":10786078900,"text":"The #hcr bill will be the social security of the 21st century. Insanely popular in 15 years.","label":"positive"}
{"tweet_id":10786513507,"text":"If Repubs are so convinced health care bill will doom the Dems in elections, why don't they work to pass the bill instead of kill it? #hcr","label":"negative"}
{"tweet_id":10786836608,"text":"We call, write, e-mail & visit their offices, but our Reps still vote agnst our wishes. That is the way of dictators. #killthebill #hcr","label":"negative"}
{"tweet_id":10786928506,"text":"RT @USPassenger: RT @RepKevinBrady: Retweet this if you are against a GOVT takeover of h\/c #hcr #tcot #gop #txgop #handsoff #codered","label":"negative"}
{"tweet_id":10787085503,"text":"RT @LibertyPatriot: Health Control:  Neither affordable (huge deficit), nor accessible (does not begin for 4 years).  UnConstitutional.  ...","label":"negative"}
{"tweet_id":10787190326,"text":"What a glorious and historic day tomorrow: the beginning of the end for the Obama Presidency. #hcr #hc #killthebill #p2 #tcot #topprog","label":"negative"}
{"tweet_id":10787502930,"text":"RT @markknoller: Dem Caucus mtg has feel of pep rally before a big game. \"Tomorrow we will do it,\" Majority Ldr Hoyer says of passing #HCR.","label":"positive"}
{"tweet_id":10787558157,"text":"Obama: \"I have a wonderful library at the White House...\" Too bad it doesnt include a copy of the Constitution. #tcot #GOP #hcr #codered","label":"negative"}
{"tweet_id":10787604388,"text":"Obama You Lie!  Obama You Lie! Obama You LIe! Obaba You Lie!  Obama You Lie!  Obama You Lie!   STOP IT!  #tcot #hcr","label":"negative"}
{"tweet_id":10787663213,"text":"Teabaggers have so much \"outrage\" about this #hcr bill, but none about a system that excludes 40 MILLION Americans!   #freedomclowns","label":"negative"}
{"tweet_id":10787781541,"text":"RT @Sky_Bluez Obama calling out Republicans by name cause he's a petty man and he lies. You Lie Obama! #tcot #hcr","label":"negative"}
{"tweet_id":10787868485,"text":"A simple prayer: Dear Lord, deliver us from the unjust law and protect us from the corrupt. #hcr #teaparty #killthebill #tcot","label":"negative"}
{"tweet_id":10787966790,"text":"RT @KayDubzHU on behalf of sick people & people w\/ pre existing conditions: FUCK YOU GOP! #HCR","label":"negative"}
{"tweet_id":10788053012,"text":"If you really believe that a new 1Trillion Dollar gov. program saves money, you are smoking crack! #killthebill #gop #hcr #tcot #teaparty","label":"negative"}
{"tweet_id":10788149011,"text":"O: \"Don't do it for me.\" Or for Pelosi or Reid. Do it for the people out there who are struggling. (Reads letters frm people w #hcr probs)","label":"positive"}
{"tweet_id":10788208851,"text":"\"Don\u00e2\u20ac\u2122t do it for me,\" says Obama, \"don\u00e2\u20ac\u2122t do it for the Democratic Party. Do it for the American people\" he says of passing #HCR.","label":"positive"}
{"tweet_id":10788213052,"text":"I wish he'd add:  \"Do it for the dumb ones. The ones who don't know any better who are rallying outside right now.\" #HCR","label":"negative"}
{"tweet_id":10788344161,"text":"Righties are in MELTDOWN as their sad little tweets demonstrate! How sad these little ppl R!  #obama #p2 #hcr #healthcare #hc10","label":"negative"}
{"tweet_id":10788532446,"text":"Lincoln freed the slaves, Obama enslaved America #tcot #p2 #hcr #impeachobama","label":"negative"}
{"tweet_id":10788587429,"text":"Obama: We're FIRED UP; READY to GO!!! #p2 #hcr","label":"positive"}
{"tweet_id":10788622407,"text":"RT @SamiShamieh: Breaking: Obama just broke his own record for most lies in a speech. #p2 #hcr #tcot #sgp #tlot #impeachobama","label":"negative"}
{"tweet_id":10788630776,"text":"Alright, who's the kid who gave Obama a high five as he left the Dem Caucus meeting... soooo cute. Fired UP!  #hcr","label":"positive"}
{"tweet_id":10788712205,"text":"Hey Teabaggers..we're not asking for FREE. We just want all Americans to have access to AFFORDABLE health care! #HCR NOW! #p2 #tcot","label":"positive"}
{"tweet_id":10788722688,"text":"Obama promised a new era of bipartisanship. Sure enough, there is bipartisam opposition to #HCR #killthebill","label":"negative"}
{"tweet_id":10788812087,"text":"RT @ArrghPaine: The GOP is in for a rude awakening in Nov. The mid terms are far from certain in the wake of their behavior. #p2 #hcr","label":"negative"}
{"tweet_id":10788917272,"text":"Dear President @BarackObama, I do NOT support this HC Bill. #tcot #hcr #killbill #sgp #politics","label":"negative"}
{"tweet_id":10788919829,"text":"Hey Barry, How good can your policy really be when the only way you can get support is with bribes and threats? #killthebill #hcr #tcot","label":"negative"}
{"tweet_id":10789361580,"text":"RT @OTOOLEFAN: Teabaggers have so much \"outrage\" about this #hcr bill, but none about a system that excludes 40 MILLION Americans!","label":"negative"}
{"tweet_id":10789636886,"text":"@StrandedWind This is a historic moment.  I'm confident we have the votes.  Leadership is confident.  @BarackObama is confident. #hcr","label":"positive"}
{"tweet_id":10789735438,"text":"RT @Newfederalists: Obama to Dems - Betray your countrymen, disobey the Constitution of the U S of A. Pass #HCR  #tcot #tlot @housedemocrats","label":"negative"}
{"tweet_id":10789907428,"text":"Tell #Congress #HealthCare is a #HumanRight ttp:\/\/bit.ly\/a567Nm#hcr #tlot #p2","label":"positive"}
{"tweet_id":10790120725,"text":"Congressmen called 'ni**er,' 'faggot,' spat on by Tea Party protesters (with protest pics) http:\/\/bit.ly\/aWAu0V #hcr","label":"negative"}
{"tweet_id":10790186073,"text":"WHY do Dems keep repeating LIKE PARROTS:\"Republicans want status quo on #hcr\", as if THIS BILL is R ONLY ALTERNATIVE?! WTH?! #killthebill","label":"negative"}
{"tweet_id":10790216456,"text":"RT @joanwalsh: Dana Bash witnessed Barney Frank called \"faggot\" and seems genuinely disturbed by the climate of the Tea Partiers #p2 #hcr","label":"negative"}
{"tweet_id":10790427492,"text":"RT @RepHankJohnson:  Spread the word: Reform is right for America. Cover the uninsured. Ban abuses. Reduce the deficit. A no-brainer. #hcr","label":"positive"}
{"tweet_id":10790475999,"text":"RT @RepKevinBrady: Retweet this if you are against a government takeover of health care #hcr #tcot #gop #txgop #handsoff #codered","label":"negative"}
{"tweet_id":10790658773,"text":"RT @IndyPiggy: If #hcr passes tomorrow, I'm closing my bank account Monday. Fuck Obama, this Congress, and the IRS! me too","label":"negative"}
{"tweet_id":10791133892,"text":"RT @RodDMartin Dem MA Treasurr Cahill: #HCR would bankrupt country, like bankrupting Mass. http:\/\/twt.tl\/O8piPUl #tcot #NFRA (via @jmgehrke)","label":"negative"}
{"tweet_id":10791218151,"text":"RT @timmytink: I hope Teddy's ghost is haunting #hcr obstructionists. #p2","label":"negative"}
{"tweet_id":10791529922,"text":"In the Diabetic food aisle at Giant. Why do Americans wait until they get Diabetes to eat Diabetic food? #hcr","label":"neutral"}
{"tweet_id":10791671866,"text":"Teabaggers call civil rights hero John Lewis \"nigger\" and Barney Frank \"faggot\".  Anyone still think this has anything to do with #HCR?","label":"negative"}
{"tweet_id":10791799710,"text":"The GOP stirs the teaparty with lies and then takes no responsibility for the hate that spreads, reprehensible! #p2 #hcr","label":"negative"}
{"tweet_id":10792582934,"text":"RT @delfry: Today's Tea Party protest was one of the best arguments yet for universal mental health care. #p2 #hcr <== LOL","label":"negative"}
{"tweet_id":10792598829,"text":"@littlebytesnews U r wrong.. this same argument happened abroad and those that changed are much better now. In 2014 u will b praising d #hcr","label":"positive"}
{"tweet_id":10792990149,"text":"Why doesn't the Gov't give all 300 M Americans a cool Million each and forget about #HCR. Wouldn't that be cheaper? #tcot #ocra #killthebill","label":"negative"}
{"tweet_id":10793012710,"text":"Breaking: Zack Space Flips From 'Yes' to 'No' on #HCR After Obama Speech http:\/\/short.to\/1pii6 #tcot","label":"neutral"}
{"tweet_id":10793281922,"text":"CNN, HuffPO Urge Violence Against Republicans http:\/\/bit.ly\/aa5VTN #tcot #hcr","label":"negative"}
{"tweet_id":10793417244,"text":"Look at how many states are resisting this pathetic #HCR bill. Congress & Obamaniacs need to GET A CLUE!","label":"negative"}
{"tweet_id":10793423349,"text":"#Obama: Pass pass health care deform or they'll laugh at me! http:\/\/bit.ly\/dmf27Z #hcr #tcot #tlot #ocra #teaparty #ctsa #gop","label":"negative"}
{"tweet_id":10795254679,"text":"The #teaparty message is that you should care more about your tax dollars than you do other human beings. #gop #p2 #tcot #hcr","label":"negative"}
{"tweet_id":10796139654,"text":"Hello GOP you are the minority due to elections! Got it? The American people chose the Democrats! #p2 #hcr #OFA","label":"negative"}
{"tweet_id":10796283494,"text":"Thanks to Kansas loss, there are more holes in my #NCAA bracket than in the health care bill #TCOT #NCAA #GOP #KILLTHEBILL #HCR #TEAPARTY","label":"negative"}
{"tweet_id":10796295673,"text":"\"I enjoy paying taxes, it's how I buy civilization for my family.\" - Oliver Wendall Holmes #hcr #p2 #tcot #gop","label":"positive"}
{"tweet_id":10796315824,"text":"Family Research Council automated phone poll wasn't interested in my opinion after I said I was in favor of Obama's health reform plan. #hcr","label":"negative"}
{"tweet_id":10797524601,"text":"#ImTheKindOfPerson who thinks health care is a basic human right. Vote yes on #hcr\"","label":"positive"}
{"tweet_id":10797772539,"text":"ATTENTION: Spokesman for Rep. Glenn Nye says that rumors he has decided to vote 'yes' on #HCR are NOT TRUE. It's a hoax.","label":"negative"}
{"tweet_id":10797962370,"text":"At least in 2010 they don't hide behind their white sheets so we can see the face of hate. http:\/\/bit.ly\/aWAu0V Yes We Klan! #teaparty #hcr","label":"neutral"}
{"tweet_id":10798336535,"text":"Letter from Catholic Bishops on #HCR: With deep regret, but clear in our moral judgment...continue to urge House mbrs to oppose the Sen bill","label":"negative"}
{"tweet_id":10798847332,"text":"They will.  RT @CharleyTerrito: I predict d's who vote against #hcr will have bigger NRCC targets than d's that do","label":"negative"}
{"tweet_id":10800291358,"text":"Thankfully the Democrat Party isn't too big to fail. #tcot #hcr","label":"negative"}
{"tweet_id":10800881091,"text":"Losers. RT @RayBeckerman: Tea Party protesters spit on lawmaker, call others \u00e2\u20ac\u02dcfaggot\u00e2\u20ac\u2122 and the n-word. http:\/\/bit.ly\/9Io9UC #tcot #p2 #hcr","label":"negative"}
{"tweet_id":10801506877,"text":"BREAKING: CNN: Obama brought in BillClinton to help w #HCR push. DO NOT have the votes! Plz RT! KEEP CALLING! #teaparty #handsoff #ocra #sgp","label":"negative"}
{"tweet_id":10801761641,"text":"I will be praising God, dancing like MJ and singing when the #hcr bill is passed. #Celebration","label":"positive"}
{"tweet_id":10801915118,"text":"If, as Obama & Dem leadership says, #hcr is so popular, why weren't there legions of pro-Obamacare protesters today?","label":"negative"}
{"tweet_id":10802158437,"text":"Retweet this if you are against a government takeover of health care #hcr #tcot #gop #txgop #handsoff #codered \/via @RepKevinBrady","label":"negative"}
{"tweet_id":10802462749,"text":"Obama is bringing in Bill Clinton to help with #HCR because he did such a great job last time. Wait.","label":"negative"}
{"tweet_id":10803135726,"text":"RT @t_spano RT @bizzy2009: RT @Karoli RT @sweetcop95: Retweet this if u know the #hcr bill is Not a govt takeover of #healthcare","label":"positive"}
{"tweet_id":10803354779,"text":"Massachusetts treasurer: ObamaCare will \"threaten to wipe out American economy w\/in 4 years\" http:\/\/is.gd\/aKWpY #HCR","label":"negative"}
{"tweet_id":10803377888,"text":"RT @littlebytesnews    RT @TCOAmerica: CNN, Huffington Post Urge Violence Against Republicans http:\/\/is.gd\/aQWAH #hcr #tcot  [ #MSM nuts]","label":"negative"}
{"tweet_id":10803529523,"text":"Can YOU afford $2,000\/yr more in #hcr ? Not me; this is one reason I protest. http:\/\/in.sani-tea.us #killthebill #teaparty #tcot","label":"negative"}
{"tweet_id":10803551210,"text":"\"America's health care system is neither healthy, caring, nor a system. \" --Walter Cronkite  #hcr #p2 #tcot","label":"neutral"}
{"tweet_id":10804262049,"text":"RT @wyldraven: RT @SgBz: Retweet this if u know the #hc bill is NOT a government takeover of #healthcare. #p2 #hcr #lib","label":"positive"}
{"tweet_id":10804380358,"text":"In 1776 a document was signed to give Americans independance, in 2010 a document could be signed to create dependance! #hcr #tcot #teaparty","label":"negative"}
{"tweet_id":10804392259,"text":"Call your member of #Congress on Sunday - tell them to vote for the #HCR bill -click here for instructions  (cont) http:\/\/tl.gd\/io3v3","label":"neutral"}
{"tweet_id":10804463279,"text":"A Guide for Those Traumatized by RW, Fear-Mongering Lies on #hcr http:\/\/bit.ly\/bUcrGh #p2 #tcot #sgp #ocra #tlot #handsoff #accuracy","label":"negative"}
{"tweet_id":10804476553,"text":"RT this if you say YES to decent HC. DC working on a Sun to get this solved. Healthcare industry getting a huge reality check. #hcr","label":"positive"}
{"tweet_id":10804504035,"text":"Teabaggers worst fears....When #hcr passes, Prez Obama will build more Mental Institutions to accomodate them !! #tcot #gop #p2","label":"negative"}
{"tweet_id":10804609131,"text":"RT @a_picazo: Washington turns ugly on eve of historic health-care vote http:\/\/tgam.ca\/KPI #p2 #hcr #cdnpoli","label":"negative"}
{"tweet_id":10804649638,"text":"RT @Cateontheright: Pence: The Dems' #hcr bill has 12 diffrnt taxes that brak O's pledge 2 not raise taxes on families making less than 250K","label":"negative"}
{"tweet_id":10804763610,"text":"RT @mikepfs: @RepKevinBrady: Retweet this if you are against a government takeover of health care #hcr #tcot #gop #txgop #handsoff #codered","label":"negative"}
{"tweet_id":10804813983,"text":"RT @ChiNewsBench: BREAKING: CNN: Obama brought in BillClinton to help w #HCR push. DO NOT have the votes! PLEASE RT! KEEP CALLING!","label":"neutral"}
{"tweet_id":10804969049,"text":"@tbackfield They're trying to make the argument about the #TeaParty instead of #hcr Don't rise to the bait! #tcot #sgp","label":"negative"}
{"tweet_id":10805121150,"text":"#VA #D5 #HCR #healthcare SWING Voter! CALL Tom Perriello 202-225-4711 http:\/\/perriello.house.gov","label":"neutral"}
{"tweet_id":10805206956,"text":"Today's date: Sunday, March 21, 2010. Let's make #HCR a reality NOW!","label":"positive"}
{"tweet_id":10805208681,"text":"RT @SgBz: Retweet this if u know the #hc bill is NOT a government takeover of #healthcare. #p2 #hcr #lib","label":"positive"}
{"tweet_id":10805291681,"text":"Civil Rights Hero Lewis says that Tea Party Hate Reminds him of the 1960's.  Way to Turn Back the clock, Morons #hcr - http:\/\/bit.ly\/cJ0s2f","label":"negative"}
{"tweet_id":10805509256,"text":"How compassionate are you if your plans destroy the American private industry and create misery throughout the society? #hcr #tcot","label":"negative"}
{"tweet_id":10805659706,"text":"My take on Loretta Sanchez's bizarre behavior on #hcr. Does she WANT to lose in November? http:\/\/bit.ly\/9yNZRV","label":"negative"}
{"tweet_id":10805663007,"text":"RT @Derameth: RT @PatriotAirborne: Latest CODE RED stats: NO-211; YES-212; UNDECIDED-8  http:\/\/bit.ly\/bNSoNV #tcot #hcr #killthebill","label":"neutral"}
{"tweet_id":10805829729,"text":"BY CHARITY NOT BY FORCE #hcr #p2 #topprobs #liberty #liberals #tcot #ocra #teaparty #iamthemob","label":"negative"}
{"tweet_id":10805833756,"text":"RT @Fr_Mabura: RT @rhondadoty:..  \"A nation that kills its own children is a nation without hope.\" Pope John Paul II the Great. #TCOT #HCR","label":"positive"}
{"tweet_id":10805904914,"text":"4 the #worker injured by faulty equipment, but #healthInsur won't let him get his prosthetic limb 2 return to work #ImHereFor him #hcr","label":"positive"}
{"tweet_id":10806020831,"text":"My Mom died 4 lack of #hcr & I fight 4 #publicoption or better yet #medicare4all  in her memory #hcr #p2 #passit #OFA","label":"positive"}
{"tweet_id":10806450206,"text":"IT IS NOT ABOUT #HCR, IT'S ABOUT CONTROL. DECIDE, AMERICA! LIBERTY VERSUS TYRANNY. #tcot #tpp #GOP #codered #p2","label":"negative"}
{"tweet_id":10806678530,"text":"RT @Cateontheright RT @GOPLeader: Administration Actuary Can't Analyze Health Bill Before Final Vote http:\/\/ow.ly\/1oT6J #hcr","label":"neutral"}
{"tweet_id":10807117206,"text":"My mom died 2 days ago having medicare,who provided #Hospice #EOL care.Every human being deserves that much dignity & respect.Vote#HCR","label":"positive"}
{"tweet_id":10807539781,"text":"They're not really a tea party. More like a wine party. Wine about this. Wine about that. #tcot #tlot #teaparty #hcr #p2 #redeye","label":"negative"}
{"tweet_id":10807826572,"text":"Aren't Teabaggers proud now??!!! Where's your next cross burning? COWARDS!!  #teabggers #gop #tcot #HCR","label":"negative"}
{"tweet_id":10808053970,"text":"SEND Dems Vote NO 2 HC= FREE E-PostCard Them All http:\/\/ow.ly\/1oCXo 5,248,761 Postcards Sent #hcr #killthebill #teaparty #ocra #tcot #tlot","label":"negative"}
{"tweet_id":10808689029,"text":"Obama is acting like a spoiled little kid throwing a temper tantrum about not getting his way on #hcr. He is repellent.","label":"negative"}
{"tweet_id":10809421102,"text":"This is fun - the righties in my emails groups are absolutely losing it in the face of the #hcr bill passing tomorrow.","label":"negative"}
{"tweet_id":10811886625,"text":"Wonder how many #Lemmingcrats will follow #Pelosi off #Obamasnare #hcr cliff? #clot #tcot #tlot @myen","label":"negative"}
{"tweet_id":10813004635,"text":"RT @manyko2: Sen. John McCain Authors Bill to Detain Americans Indefinitely without Trial http:\/\/bit.ly\/aNwjmy","label":"neutral"}
{"tweet_id":10815916156,"text":"Sorry, but no use quoting #Fox in an argument. That renders it NOT CREDIBLE! #hcr","label":"negative"}
{"tweet_id":10816507288,"text":"Fox News says current whip count is only 216 for #hcr. We're making a difference, keep up the pressure.  #tcot #teaparty #KILLTHEBILL","label":"negative"}
{"tweet_id":10816538073,"text":"CNN still pimping the b.s. racial slur Tea Party story. #hcr","label":"negative"}
{"tweet_id":10818047235,"text":"Hey Dems--> Come November, We'll Remember @dccc @dnc #hcr #gop #p2 #sgp","label":"negative"}
{"tweet_id":10818340820,"text":"RT @a_picazo RT @SupermanHotMale: FIRED UP... READY TO GO... #hcr #p2 #PassTheDamnBill","label":"positive"}
{"tweet_id":10818842981,"text":"RT @SupermanHotMale: We The People stand together FOR the #hcr Bill, Congress, you do the same.","label":"positive"}
{"tweet_id":10819077413,"text":"People drinking kool-aid don't get it. If something is specifically not written in this #hcr then they can & will do it.","label":"negative"}
{"tweet_id":10819512790,"text":"O'SNAP! Democrats mock voters who protest ObamaCare http:\/\/ow.ly\/1p1bK  #tcot #tlot #p2 #HCR #killbill #wethepeople","label":"negative"}
{"tweet_id":10819711123,"text":"RT @plummerm: With nearly 50% of medicare going to fraud, seems to me if #HCR passes, I need to get in on that business! #tcot","label":"negative"}
{"tweet_id":10819731521,"text":"House Dem leader says party has the 216 votes needed to pass health bill http:\/\/ow.ly\/1p1gw #hcr","label":"neutral"}
{"tweet_id":10819864433,"text":"House Democratice Caucus Vice Chair John Larson tells @politico that Dems now have the 216 votes needed to pass #hcr later today","label":"neutral"}
{"tweet_id":10820472263,"text":"43% of doctors to walk away from medicine if Obamacare passes. #hcr #teaparty #impeachobama","label":"negative"}
{"tweet_id":10820627985,"text":"Joe Hicks: Hidden Deep Within ObamaCare, Racial Preferences http:\/\/bit.ly\/bV98Mm  #tcot #hcr #handsoff","label":"negative"}
{"tweet_id":10820679680,"text":"Don't get mad, get active! Time, Treasure, Talent.  Rolling Thunder till Nov, then the election tornado hits. #hcr #tcot #teaparty #GOP #912","label":"positive"}
{"tweet_id":10820810792,"text":"1776-2010 - R.I.P. American Liberty.  234 years was a pretty good run. #tcot #hcr #tlot #killthebill","label":"negative"}
{"tweet_id":10821433584,"text":"Happy \"It's Gonna Pass\" Day everyone! #hcr","label":"positive"}
{"tweet_id":10821893780,"text":"Congressman Boehner uses same old tired arguments against #hcr and calls it too \"partisan.\" Who's fault is that? #mtp","label":"negative"}
{"tweet_id":10822185316,"text":"Keep up the Pressure! Steny Hoyer on Meet The Press: we don't have 216 votes yet, but we will. #HCR #KillTheBill","label":"negative"}
{"tweet_id":10822565839,"text":"Important healthcare rally 11 AM TODAY Santa Ana CA -- Rep Loretta Sanchez's office #hcr http:\/\/bit.ly\/balLYO","label":"positive"}
{"tweet_id":10822590323,"text":"Dems are going to 'fix' health care by throwing trillions of borrowed dollars at it. #awesome #codered #hcr","label":"negative"}
{"tweet_id":10822861997,"text":"Looking at an 830pm vote for #hcr. Think of the final vote coming during the cable guy's hours between 3-12:30","label":"neutral"}
{"tweet_id":10823167684,"text":"Retweet if U think #healthcare bill is unconstitutional. #hcr #housedemocrats #tweetcongress #iamthemob #teaparty #tlot #tcot #obamacare #p2","label":"negative"}
{"tweet_id":10823586207,"text":"RT @JimnNoke: Let's get this straight. Boehner, McConnell, et al\u00e2\u20ac\u00a6\u00c2\u00a0You DO NOT speak for the \"American People\". #hcr","label":"negative"}
{"tweet_id":10823728905,"text":"RT @GaltsGirl: This #hcr bill is unpopular, unconstitutional, and unsustainable. VOTE NO!! #tweetcongress #tcot #killthebill #teaparty #tlot","label":"negative"}
{"tweet_id":10823827994,"text":"retweet if you KNOW #healthcare bill is unconstitutional.  #hcr #obamacare #p2 #obama #tweetcongress #tlot #tcot #teaparty #iamthemob","label":"negative"}
{"tweet_id":10824012307,"text":"VOTE NO! @RepJimMatheson #Lies! #HCR would raise deficits by $562B:\nhttp:\/\/is.gd\/aRD5m","label":"negative"}
{"tweet_id":10824051532,"text":"Good morning Tweeps, Was ur night a restful one...Hope so! Are we ready 2 continue the fight 4 #hcr?! Let's have a Happy, Victorious Sunday!","label":"positive"}
{"tweet_id":10824120282,"text":"RT @Prov_Sez: Quick to send your child to war, but slow to provide healthcare when they come back. Something's wrong here. We need #hcr #p2","label":"positive"}
{"tweet_id":10824516647,"text":"To DemoRats: We will Repeal & Replace & all U will have done is tear this country apart in the meantime #tweetcongress #hcr #tcot #phnm","label":"negative"}
{"tweet_id":10824813225,"text":".@jonathanhsinger if #hcr passes today GOP will definitely question their leadership- how could they not- GOP leadership failed them.","label":"negative"}
{"tweet_id":10825107488,"text":"Today, the American people will finally get comprehensive health care reform. Fired up, ready to vote! #hcr","label":"positive"}
{"tweet_id":10825282839,"text":"Keep up those calls! Tell Congress to say YES to health reform - 1-877-264-4226 #hcr","label":"positive"}
{"tweet_id":10825304682,"text":"Just wondering if those now complaining they \"don't know what's in the #HCR bill really know what's in ANY bill! Vote YES on HCR.","label":"positive"}
{"tweet_id":10825317100,"text":"RT @JamesNewmanNYC:  #HCR is a moral obligation. We're all members of  Human Family- what you do to those w\/ the least, you do to all of us.","label":"positive"}
{"tweet_id":10826073204,"text":"Senator Ted Kennedy would be\/will be so PROUD!  :) #hcr","label":"positive"}
{"tweet_id":10826453692,"text":"If this #hcr reform bill passes, what will Canadians do for health care? #tcot","label":"negative"}
{"tweet_id":10826729998,"text":"Today is the biggest test many pro-life Democrats House members have ever or will ever have #HCR","label":"neutral"}
{"tweet_id":10826837758,"text":"RT @Kudzu35: RT @pinkelephantpun: Rep. Dahlkemper of PA-3 is still undecided. Call now! 2022255406 #killthebill #tcot #hcr VOTE NO","label":"negative"}
{"tweet_id":10826967329,"text":"\u00e2\u20ac\u0153Health care to nowhere\u00e2\u20ac\ufffd: http:\/\/bit.ly\/cprMG5 Hey let's bankrupt the states! #tpp #hcr #obamacare #tcot #sgp Welcome to our future!","label":"negative"}
{"tweet_id":10827469462,"text":"This is no longer about Democrats vs. Republicans - this is now Democrats vs. the American people. #tcot #sgp #hcr #Teaparty","label":"negative"}
{"tweet_id":10828127507,"text":"RT @Frdm11 Every poll shows the American People do not want this giant stinking piece of Obama! #tcot #teaparty #hcr @housedemocrats","label":"negative"}
{"tweet_id":10828145749,"text":"YES WE ARE taking down names and keeping track! #tweetcongress #hcr #killthebill","label":"negative"}
{"tweet_id":10828164818,"text":"Caller on C-SPAN just now against #hcr. Says she's on Medicare. \"I'm against government-run health care.\" Unbelievable.","label":"negative"}
{"tweet_id":10828350524,"text":"RT @TonyHaul: In the end, the only winners in this #hcr battle are the IRS. #tcot # p2 #ocra Gov & UNIONS  #KILLTHEBILL #Obamacare","label":"negative"}
{"tweet_id":10828373125,"text":"RT @Frdm11 Every poll shows the American People do not want this giant stinking piece of Obama! #tcot #teaparty #hcr @housedemocrats","label":"negative"}
{"tweet_id":10828804242,"text":"Stupak 6 are on board. 220 counted. #hcr looks to be coming in for a smooth landing.","label":"positive"}
{"tweet_id":10828804847,"text":"Gavel-to-gavel coverage of the House health care debate \u00e2\u20ac\u201c LIVE on C-SPAN #hcr http:\/\/bit.ly\/3cVRSd","label":"neutral"}
{"tweet_id":10828842741,"text":"America's bottom line to be just like California's after this #hcr passes.  Who will bail us out? China? I don't think so. #tcot","label":"negative"}
{"tweet_id":10828866428,"text":"watching cspan coverage of health care vote. they just said stupak is going to vote for the bill...looks like we got it!! #hcr","label":"positive"}
{"tweet_id":10828984214,"text":"RT @noonanjo: . RT @RussertXM_NBC Stupak 6 are on board. 220 counted. #hcr looks to be coming in for a smooth landing.","label":"neutral"}
{"tweet_id":10829052839,"text":"John Boehner counted 54 Obama speeches as reasoning for #HCR as questionable, meanwhile he votes against children being insured! #hcr","label":"negative"}
{"tweet_id":10829058659,"text":"#NotreDame students demand to be heard in #hcr debate. Call on Rep. Donnelly (IN-2) to vote for reform: http:\/\/bit.ly\/9yXcFF","label":"neutral"}
{"tweet_id":10829096445,"text":"Rep Blackburn (R-TN) on #cspan \"Only they see depend't on gov't and death of liberty as something to celebrate\" #killthebill #hcr","label":"negative"}
{"tweet_id":10829110929,"text":"#Stupak to vote \"Yes\" on #HCR - but in exchange for what? #underthebus","label":"negative"}
{"tweet_id":10829235408,"text":"can we all start singing the praises of Nancy Pelosi, who has brought her caucus together to vote for difficult shit all year long? #p2 #HCR","label":"positive"}
{"tweet_id":10829257172,"text":"RT @RussertXM_NBC Stupak 6 are on board. 220 counted. #hcr looks to be coming in for a smooth landing","label":"positive"}
{"tweet_id":10829273559,"text":"I believe we can turn this thing back - http:\/\/ow.ly\/1p4eV #healthcare #hcr #tcot #handsoff","label":"negative"}
{"tweet_id":10829285618,"text":"Marcy Kaptur is a YES on healthcare! Glad to see another Catholic Democrat sees the importance of #hcr.","label":"positive"}
{"tweet_id":10829500473,"text":"Dana Bash on @CNN: Stupak confirmed moments ago he is STILL A NO.\n #hcr","label":"neutral"}
{"tweet_id":10829562482,"text":"Yeah, Rep. Poe, all those people in Europe sure do hate their affordable healthcare. #hcr","label":"positive"}
{"tweet_id":10829575596,"text":"if this passes, we should all wear red tomorrow to freak out the #tcot people #p2 #hcr","label":"negative"}
{"tweet_id":10829664506,"text":"We love you, Bill! Thanks for everything you do, Dr. Cassidy! RT @sistertoldjah: Rep. Bill Cassidy (LA) ripping the left right now on #HCR","label":"positive"}
{"tweet_id":10830034677,"text":"RT @hare_wood: Retweet if you KNOW the #healthcarebill is necessary, useful & enough for now: more later, when it's passed. #hcr  #p2 #tcot","label":"positive"}
{"tweet_id":10830118933,"text":"God save the Republic, for the Congress of a once free people are about to abandon us. #tcot #hcr","label":"negative"}