too much lag (actuallyaccurate4life)

Race #246

View Pit Stop page for race #246 by actuallyaccurate4lifeGhost race

View profile for too much lag (actuallyaccurate4life)

Official speed 71.30 wpm (41.07 seconds elapsed during race)
Race Start August 16, 2019 10:30:34am UTC
Race Finish August 16, 2019 10:31:15am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 28.52
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']