Text race history for t yszm (closets)

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
26 2023-10-06 23:26:44 21.38 93.7%
24 2023-10-06 14:07:21 21.48 95.1%
16 2023-10-05 13:00:21 18.81 94.4%
13 2023-10-03 21:21:47 21.36 94.1%
12 2023-10-03 21:18:42 15.57 93.8%