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 |
---|---|---|---|
306 | 2025-04-06 11:35:41 | 29.44 | 93% |
282 | 2025-03-26 21:38:21 | 30.74 | 97% |
281 | 2025-03-26 21:36:23 | 29.94 | 96% |
280 | 2025-03-24 19:39:56 | 29.90 | 96% |
194 | 2025-03-10 17:20:02 | 24.44 | 95% |
180 | 2025-03-09 17:49:11 | 27.91 | 97% |
152 | 2025-03-06 18:53:48 | 26.13 | 97% |
131 | 2025-03-05 19:35:33 | 27.93 | 98% |
120 | 2025-03-05 19:08:14 | 27.19 | 98% |
98 | 2025-03-03 17:47:52 | 21.16 | 97% |
87 | 2025-03-03 17:04:06 | 16.75 | 95% |
73 | 2025-02-23 10:10:18 | 25.76 | 95% |
51 | 2025-02-11 16:16:42 | 28.14 | 96% |
7 | 2025-01-22 15:35:06 | 17.65 | 93.2% |