Text race history for c4llv07e (c4llv07e)

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
9 2023-08-26 22:28:28 31.29 90.4%
1 2023-08-25 17:18:06 22.54 84.9%