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 |
---|---|---|---|
228 | 2023-11-12 14:18:11 | 26.72 | 92.4% |
218 | 2023-10-01 02:16:18 | 27.02 | 91.8% |
193 | 2023-09-05 02:13:49 | 34.83 | 92.1% |
177 | 2023-09-03 02:36:46 | 33.83 | 93.8% |
156 | 2023-09-01 01:45:04 | 31.55 | 93.5% |
149 | 2023-08-20 12:31:24 | 31.11 | 93.4% |
79 | 2023-07-07 02:31:48 | 28.37 | 92.6% |
37 | 2023-07-04 13:59:23 | 28.69 | 93.9% |
26 | 2023-07-03 03:04:33 | 34.30 | 93.7% |
4 | 2023-06-22 02:02:54 | 29.46 | 91.8% |