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 |
---|---|---|---|
208 | 2025-05-09 17:32:33 | 58.75 | 95% |
191 | 2025-05-03 22:00:15 | 66.66 | 98% |
189 | 2025-05-03 21:57:05 | 63.72 | 96% |
186 | 2025-05-02 20:44:02 | 62.07 | 96% |
181 | 2025-05-02 20:38:25 | 56.30 | 95% |
172 | 2025-05-02 12:18:32 | 59.78 | 96% |
153 | 2025-05-01 14:04:28 | 61.90 | 97% |
133 | 2025-04-30 11:44:31 | 56.57 | 96% |
117 | 2025-04-19 13:00:02 | 54.33 | 96% |
40 | 2025-04-14 15:19:50 | 60.42 | 97% |
25 | 2025-04-12 16:13:41 | 56.74 | 96% |
15 | 2025-04-08 19:55:58 | 58.05 | 97% |