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 |
|---|---|---|---|
| 59 | 2024-04-23 06:47:52 | 60.23 | 97.4% |
| 57 | 2024-04-23 06:45:30 | 60.01 | 96.4% |
| 40 | 2024-04-18 21:51:47 | 58.84 | 97% |
| 22 | 2023-09-05 03:43:07 | 54.46 | 97.3% |
| 4 | 2023-07-09 17:24:46 | 46.40 | 94.9% |