Text race history for Youssef (sec5x)

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
8 2022-12-30 09:01:07 75.97 97%
4 2022-12-30 08:55:20 64.72 95%