Text race history for Nima (nanimonima)

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
88 2023-09-14 14:37:08 57.10 94.9%
79 2023-09-14 14:19:03 61.18 94.9%
20 2023-09-11 14:54:17 58.87 96.6%