Text race history for Sam (sameer_sam)

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
40 2023-09-28 16:39:49 33.53 96.4%
33 2023-09-28 15:24:30 32.31 96.6%
32 2023-09-28 13:42:44 38.35 97%
21 2023-09-27 15:42:31 33.78 97%
13 2023-09-24 12:09:21 27.35 96.9%