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 |
|---|---|---|---|
| 174 | 2025-08-28 10:15:09 | 38.60 | 95% |
| 42 | 2025-05-04 15:27:52 | 38.21 | 96% |
| 37 | 2025-05-04 02:25:52 | 41.72 | 97% |
| 27 | 2025-05-04 01:45:46 | 35.27 | 96% |
| 14 | 2025-05-03 16:38:24 | 32.37 | 94% |
| 4 | 2025-03-28 09:52:28 | 31.74 | 94% |