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 |
---|---|---|---|
87 | 2025-08-14 21:58:49 | 43.94 | 92% |
75 | 2025-08-05 13:02:31 | 38.90 | 96% |
69 | 2025-08-02 23:39:51 | 36.24 | 93% |
64 | 2025-07-30 22:06:17 | 35.92 | 93% |
53 | 2025-07-29 13:33:18 | 38.23 | 95% |
48 | 2025-07-03 02:07:46 | 38.86 | 93% |
45 | 2025-06-17 01:51:38 | 38.72 | 96% |
4 | 2023-09-13 23:46:35 | 24.12 | 93.3% |