Text race history for mak (makmak2)

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
93 2024-09-25 03:07:09 28.17 94.6%
71 2024-09-21 03:39:40 24.15 93.6%
56 2024-09-18 05:21:20 22.81 95.7%
43 2024-09-14 03:09:58 21.39 95.8%
4 2024-09-07 08:40:55 15.51 92.2%