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 |
---|---|---|---|
85 | 2023-07-15 22:31:34 | 27.61 | 92.4% |
43 | 2023-07-13 20:10:52 | 30.56 | 94.6% |
24 | 2023-07-13 19:16:07 | 24.50 | 91.8% |
10 | 2023-07-11 20:40:24 | 28.00 | 93.3% |