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 |
---|---|---|---|
341 | 2023-07-20 16:30:38 | 48.15 | 97.7% |
337 | 2023-07-20 15:56:50 | 47.81 | 97.4% |
329 | 2023-07-20 15:33:18 | 44.73 | 96.6% |
319 | 2023-07-19 22:53:14 | 44.56 | 95.4% |
297 | 2023-07-19 19:24:01 | 44.66 | 97.7% |
291 | 2023-07-19 01:58:31 | 40.92 | 95.8% |
236 | 2023-07-15 17:58:37 | 41.20 | 95.5% |
228 | 2023-07-15 15:44:56 | 41.12 | 96.3% |
222 | 2023-07-15 11:25:19 | 38.06 | 95.3% |
202 | 2023-07-15 10:10:53 | 40.27 | 96.6% |
187 | 2023-07-14 01:35:36 | 40.10 | 97% |
144 | 2023-07-13 19:45:48 | 48.80 | 98.1% |
129 | 2023-07-13 17:44:22 | 44.51 | 98.4% |
77 | 2023-07-12 20:28:48 | 45.28 | 97% |
17 | 2023-07-11 18:11:01 | 44.79 | 96.7% |