VEGA (zoonear)

Race #7

View Pit Stop page for race #7 by zoonearGhost race

View profile for VEGA (zoonear)

Official speed 53.71 wpm (54.96 seconds elapsed during race)
Race Start July 4, 2025 6:35:38am UTC
Race Finish July 4, 2025 6:36:33am UTC
Outcome Win (1 of 6)
Opponents 4. director_junior (45.31 wpm)
Accuracy 94.0%
Points 21.49
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']