Text race history for Amit (amit__123)

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
50 2023-08-01 13:32:51 41.64 94%
36 2023-07-31 14:44:46 47.64 95%
20 2021-09-18 11:34:36 30.23 93%
11 2021-09-18 11:17:15 31.14 92%
3 2021-09-18 10:59:11 30.44 93%