police (styrofoam)

Race #92

View Pit Stop page for race #92 by styrofoamGhost race

View profile for police (styrofoam)

Official speed 61.62 wpm (47.52 seconds elapsed during race)
Race Start November 1, 2018 3:18:41am UTC
Race Finish November 1, 2018 3:19:29am UTC
Outcome No win (2 of 2)
Opponents 1. atthetop (70.00 wpm)
Accuracy 95.0%
Points 24.65
Text #10020 (Length: 246 characters)

import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=" + screen_name data = json.load(urllib2.urlopen(url)) print len(data), "tweets" for tweet in data: print tweet['text']