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 |
---|---|---|---|
163 | 2023-10-14 19:36:59 | 39.10 | 93.8% |
155 | 2023-10-12 16:46:44 | 43.42 | 95.7% |
143 | 2023-10-09 08:41:02 | 43.26 | 93.8% |
103 | 2023-09-28 16:52:40 | 47.10 | 95% |
100 | 2023-09-27 11:25:10 | 42.06 | 93% |
66 | 2023-09-19 09:37:39 | 47.38 | 94.4% |
39 | 2023-09-07 11:26:00 | 42.66 | 94.5% |
21 | 2023-08-25 15:32:06 | 32.56 | 93.8% |