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 |
---|---|---|---|
33 | 2023-03-29 13:26:34 | 57.34 | 95% |
29 | 2023-03-29 13:21:09 | 61.93 | 97% |
18 | 2023-03-28 14:55:24 | 62.91 | 97% |