Text race history for austin (0x13ba)

Back to text analysis page

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']

Game Time WPM Accuracy
32 2024-02-22 19:55:58 74.69 98.1%
12 2024-02-15 07:43:37 66.99 96.7%