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 |
|---|---|---|---|
| 54 | 2024-07-29 17:53:04 | 32.39 | 91.5% |
| 50 | 2024-07-29 17:42:50 | 30.30 | 90.3% |
| 49 | 2024-07-29 17:40:54 | 29.09 | 91.1% |
| 30 | 2024-01-31 22:52:59 | 38.68 | 94.4% |
| 29 | 2024-01-31 22:51:16 | 33.73 | 91% |
| 20 | 2024-01-30 17:42:15 | 32.61 | 94.2% |
| 19 | 2024-01-30 17:38:55 | 28.43 | 91.4% |