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 |
|---|---|---|---|
| 67 | 2025-01-26 18:51:45 | 37.55 | 98% |
| 65 | 2025-01-26 18:48:40 | 32.61 | 95% |
| 48 | 2024-12-23 08:15:44 | 37.28 | 98% |
| 44 | 2024-12-23 08:04:03 | 34.60 | 97% |
| 35 | 2024-12-16 08:33:56 | 37.78 | 97% |
| 29 | 2024-12-16 08:21:37 | 35.96 | 97% |
| 24 | 2024-12-16 07:55:46 | 31.90 | 95% |
| 11 | 2024-12-11 11:43:13 | 32.78 | 97% |