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 |
|---|---|---|---|
| 45 | 2024-04-15 12:08:48 | 51.14 | 96.2% |
| 30 | 2024-04-11 18:27:05 | 50.61 | 98.5% |
| 17 | 2024-04-09 15:36:10 | 47.27 | 97.7% |
| 3 | 2024-04-05 19:34:10 | 33.26 | 96.8% |