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 |
---|---|---|---|
160 | 2025-06-18 05:12:48 | 70.32 | 96% |
158 | 2025-06-16 16:11:43 | 69.33 | 92% |
147 | 2025-06-01 15:55:36 | 73.57 | 93.9% |
139 | 2025-05-22 18:05:10 | 68.78 | 95.2% |
79 | 2025-03-10 16:47:38 | 69.93 | 94.2% |
68 | 2025-03-01 09:15:51 | 68.93 | 93.6% |
62 | 2025-02-24 09:44:45 | 60.87 | 95.3% |
60 | 2025-02-22 17:42:47 | 66.59 | 95.3% |
54 | 2025-02-16 14:35:30 | 86.03 | 96.8% |
18 | 2025-01-11 09:59:46 | 71.72 | 97% |
15 | 2025-01-08 17:50:45 | 82.48 | 97.7% |