Text race history for sid__que (sid__que)

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
100 2023-06-27 08:54:55 35.03 93.9%
50 2023-06-09 08:48:51 35.28 95.4%
38 2023-06-08 06:35:27 32.83 94.6%
36 2023-06-08 06:32:16 35.74 97%
7 2023-06-06 08:32:43 28.36 92.2%