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 |
---|---|---|---|
45 | 2025-01-10 17:30:23 | 59.84 | 94.1% |
31 | 2023-06-20 00:07:05 | 55.24 | 94.4% |
22 | 2023-06-19 23:48:23 | 70.30 | 95.2% |
13 | 2023-06-17 17:05:06 | 67.00 | 95.2% |