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 |
|---|---|---|---|
| 282 | 2024-03-03 10:14:56 | 51.33 | 95.3% |
| 186 | 2023-06-13 09:43:14 | 50.63 | 96.2% |
| 172 | 2023-06-11 14:27:10 | 44.52 | 95.8% |
| 154 | 2023-06-10 13:04:30 | 50.27 | 96.7% |
| 152 | 2023-06-10 13:00:25 | 46.81 | 96.1% |
| 144 | 2023-06-10 01:57:42 | 48.90 | 95.3% |
| 121 | 2023-06-10 01:03:59 | 46.27 | 94.8% |
| 119 | 2023-06-10 01:01:07 | 51.29 | 95.5% |
| 103 | 2023-06-09 15:55:10 | 53.66 | 96.8% |
| 93 | 2023-06-09 15:37:14 | 47.15 | 95.7% |
| 86 | 2023-06-08 16:23:25 | 51.16 | 97% |
| 85 | 2023-06-08 16:21:11 | 47.97 | 97.1% |
| 83 | 2023-06-08 16:17:13 | 48.12 | 96.4% |
| 65 | 2023-06-08 15:37:16 | 47.25 | 95.4% |
| 24 | 2023-06-06 20:04:56 | 44.04 | 95.2% |
| 3 | 2023-06-06 19:33:36 | 44.89 | 96.2% |