Text race history for Abishiek (abishiek_12)

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
47 2023-12-27 14:01:11 58.05 95.6%
17 2023-08-01 06:51:52 58.99 95%
15 2023-08-01 06:47:52 66.94 96.2%