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 |
---|---|---|---|
94 | 2020-04-14 07:14:43 | 25.96 | 96% |
76 | 2020-04-13 17:13:35 | 29.68 | 97% |
75 | 2020-04-13 17:10:58 | 25.75 | 95% |
59 | 2020-04-13 12:30:10 | 24.15 | 94% |
23 | 2020-04-07 13:40:18 | 24.76 | 96% |
16 | 2020-04-03 11:01:06 | 21.23 | 94% |