Text race history for Isaac (ctrl_sea)

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
58 2023-08-12 04:36:32 28.47 92.5%
48 2023-08-12 04:14:58 37.92 93.6%
37 2023-08-12 03:48:57 37.79 92.6%
12 2023-08-11 01:33:12 37.30 92.7%