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 |
---|---|---|---|
192 | 2024-08-15 08:13:00 | 32.32 | 96.7% |
186 | 2024-08-13 07:42:21 | 51.81 | 98.1% |
152 | 2024-04-03 07:52:58 | 27.56 | 95.9% |
136 | 2024-03-29 13:24:02 | 51.64 | 97.7% |
120 | 2024-03-26 11:34:12 | 45.84 | 96.1% |
115 | 2024-03-26 08:04:44 | 40.03 | 94.4% |
93 | 2024-01-22 00:53:43 | 40.82 | 94.4% |
86 | 2023-06-28 02:33:02 | 39.19 | 95.2% |
53 | 2023-06-17 08:41:43 | 30.07 | 95.3% |
50 | 2023-06-17 02:42:16 | 32.00 | 94.9% |