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 |
---|---|---|---|
214 | 2025-01-06 01:16:46 | 18.68 | 92% |
171 | 2024-05-06 02:13:34 | 25.66 | 96% |
162 | 2024-05-05 21:44:26 | 21.83 | 94.7% |
147 | 2024-05-04 21:10:22 | 23.20 | 96.5% |
125 | 2024-04-30 03:28:20 | 20.95 | 95.7% |
121 | 2024-04-22 21:58:54 | 20.46 | 93.3% |
120 | 2024-04-22 21:56:07 | 19.58 | 91.5% |
98 | 2024-04-22 20:28:05 | 22.82 | 95.6% |
37 | 2024-04-17 22:59:36 | 20.27 | 95.5% |
11 | 2024-04-16 05:37:05 | 16.86 | 92.6% |