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 |
---|---|---|---|
274 | 2025-07-20 15:23:15 | 42.86 | 93% |
272 | 2025-07-20 15:20:15 | 43.13 | 95% |
268 | 2025-07-20 15:11:06 | 38.13 | 93% |
266 | 2025-07-19 20:28:14 | 46.43 | 93% |
264 | 2025-07-19 20:25:26 | 41.12 | 94% |
210 | 2025-07-14 21:18:02 | 40.00 | 95% |
190 | 2025-07-13 22:23:53 | 41.64 | 93% |
157 | 2025-07-10 19:00:58 | 35.43 | 92% |
140 | 2025-07-09 16:32:21 | 35.99 | 92% |
126 | 2025-07-07 17:49:33 | 36.67 | 92% |
76 | 2025-07-02 20:19:07 | 33.18 | 91% |