Text race history for Johnny Sins (sins621)

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
36 2024-12-12 06:00:43 52.39 96.3%
16 2024-12-11 05:56:56 56.24 98%
12 2024-12-10 06:29:16 54.16 97.4%
8 2024-12-10 06:23:22 53.85 96.6%