Text race history for (boy_314)

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
99 2019-10-17 20:51:50 86.04 98%
69 2019-10-17 02:26:38 81.08 99%
50 2019-10-16 23:56:24 81.32 98%
28 2019-10-09 02:57:24 73.67 99%
26 2019-10-09 02:55:03 65.00 97%