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 |
---|---|---|---|
202 | 2025-01-16 04:18:46 | 40.05 | 92.6% |
200 | 2025-01-15 10:01:52 | 45.84 | 96.1% |
179 | 2025-01-08 12:50:52 | 41.93 | 94.9% |
156 | 2024-12-28 21:03:27 | 41.66 | 94.9% |
152 | 2024-12-28 12:39:03 | 41.69 | 93.7% |
128 | 2024-12-25 09:18:35 | 45.03 | 97% |
120 | 2024-12-23 16:16:18 | 45.53 | 97% |
116 | 2024-12-23 14:00:41 | 40.17 | 95.3% |
92 | 2024-12-19 19:01:18 | 42.57 | 94.9% |
67 | 2024-12-18 12:50:56 | 45.34 | 96.5% |
66 | 2024-12-18 12:47:30 | 43.84 | 96.3% |
58 | 2024-12-17 21:22:19 | 38.77 | 94.4% |
48 | 2024-12-17 14:11:20 | 39.49 | 94.7% |
38 | 2024-12-17 13:02:32 | 40.40 | 95.7% |
28 | 2024-12-16 15:13:25 | 39.04 | 94.6% |