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 |
---|---|---|---|
459 | 2024-10-31 15:30:08 | 46.99 | 93.4% |
416 | 2024-10-08 08:31:06 | 46.38 | 95.6% |
344 | 2024-06-04 06:01:56 | 41.53 | 96.4% |
329 | 2024-05-22 08:27:03 | 40.55 | 95.6% |
293 | 2024-01-02 06:05:43 | 39.33 | 93.9% |
237 | 2023-12-28 09:39:22 | 46.12 | 97.7% |
211 | 2023-12-28 06:30:03 | 40.09 | 96% |
166 | 2023-12-21 08:01:01 | 45.38 | 96.6% |
116 | 2023-12-13 08:30:15 | 43.23 | 95.3% |
108 | 2023-12-07 08:09:37 | 36.40 | 93.3% |
95 | 2023-12-07 06:36:06 | 36.86 | 93.2% |
64 | 2023-12-06 08:07:09 | 46.51 | 96.4% |
15 | 2023-11-27 06:51:38 | 42.23 | 96.6% |
10 | 2023-11-27 06:37:36 | 41.30 | 96.1% |
2 | 2023-11-23 08:25:40 | 44.00 | 94.4% |