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 |
---|---|---|---|
81 | 2023-07-08 11:54:07 | 39.61 | 96.6% |
46 | 2023-07-02 06:02:46 | 40.34 | 97.3% |
39 | 2023-07-02 05:24:01 | 33.27 | 96.3% |
26 | 2023-06-30 14:10:31 | 35.80 | 97.4% |