POSTURE (borat_kz)

Race #9

View Pit Stop page for race #9 by borat_kzGhost race

View profile for POSTURE (borat_kz)

Official speed 47.35 wpm (62.34 seconds elapsed during race)
Race Start August 21, 2023 3:27:07pm UTC
Race Finish August 21, 2023 3:28:09pm UTC
Outcome No win (2 of 2)
Opponents 1. xquyen (56.95 wpm)
Accuracy 96.0%
Points 18.94
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']