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 |
|---|---|---|---|
| 126 | 2025-05-09 17:04:41 | 26.22 | 94.5% |
| 100 | 2025-01-25 10:09:56 | 28.39 | 94.6% |
| 70 | 2024-07-03 11:47:55 | 25.42 | 91.2% |
| 59 | 2024-05-03 17:21:08 | 26.29 | 94.3% |
| 50 | 2024-04-26 13:26:44 | 23.14 | 95.1% |
| 20 | 2024-01-06 10:55:56 | 20.03 | 92.4% |
| 14 | 2024-01-06 10:41:10 | 18.70 | 94.1% |
| 10 | 2024-01-06 10:15:59 | 16.00 | 92.8% |
| 8 | 2023-12-27 13:25:56 | 17.25 | 92.8% |