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 |
|---|---|---|---|
| 57 | 2023-09-15 05:16:00 | 59.06 | 92.7% |
| 54 | 2023-09-15 03:51:03 | 59.82 | 96.4% |
| 32 | 2023-09-15 02:36:05 | 49.16 | 95.4% |
| 5 | 2023-09-14 03:32:50 | 44.54 | 93.2% |