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 |
---|---|---|---|
77 | 2024-07-22 13:38:07 | 36.25 | 96.6% |
68 | 2024-07-22 09:05:21 | 33.85 | 97.3% |
57 | 2024-07-08 11:01:51 | 33.98 | 97% |
49 | 2024-07-08 10:46:20 | 29.61 | 96.1% |