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 |
|---|---|---|---|
| 41 | 2024-08-16 06:30:09 | 38.18 | 97% |
| 26 | 2024-08-11 11:58:35 | 33.90 | 95.7% |