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 |
---|---|---|---|
140 | 2022-06-09 01:22:03 | 95.54 | 99% |
89 | 2022-04-06 23:07:44 | 84.71 | 96% |
25 | 2022-03-15 04:56:28 | 76.88 | 97% |
22 | 2022-03-15 04:53:01 | 78.12 | 96% |
18 | 2022-03-15 04:49:12 | 84.77 | 97% |
14 | 2022-03-15 04:44:15 | 81.42 | 97% |