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 |
---|---|---|---|
168 | 2025-02-01 18:09:37 | 70.34 | 97% |
157 | 2025-01-26 10:48:47 | 62.95 | 97.8% |
135 | 2025-01-18 18:05:55 | 69.93 | 99.2% |
79 | 2024-12-26 09:42:35 | 62.77 | 96.7% |
64 | 2024-12-22 21:52:20 | 66.05 | 97.8% |
46 | 2024-12-20 14:03:21 | 60.78 | 95.8% |
45 | 2024-12-20 14:02:17 | 59.03 | 97.8% |