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 |
---|---|---|---|
95 | 2024-02-02 05:24:58 | 39.45 | 95.7% |
57 | 2024-02-01 05:31:15 | 36.72 | 94.4% |
49 | 2024-02-01 05:20:04 | 32.30 | 94.7% |
37 | 2024-02-01 02:50:11 | 36.64 | 93.8% |
21 | 2024-02-01 01:48:15 | 34.95 | 93.9% |