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 |
|---|---|---|---|
| 154 | 2025-01-23 18:32:12 | 37.14 | 96% |
| 141 | 2025-01-11 11:36:22 | 39.04 | 94.4% |
| 136 | 2025-01-10 16:30:21 | 35.92 | 96.3% |
| 133 | 2025-01-08 05:20:26 | 25.72 | 95.3% |
| 131 | 2025-01-08 05:16:58 | 32.17 | 95.8% |
| 78 | 2024-12-27 17:42:40 | 34.22 | 95.7% |
| 74 | 2024-12-26 18:16:11 | 38.11 | 97.7% |
| 68 | 2024-12-25 05:05:33 | 26.46 | 95.2% |