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 |
---|---|---|---|
100 | 2023-08-22 14:22:58 | 60.57 | 95% |
86 | 2023-08-20 14:16:10 | 63.27 | 95.1% |
74 | 2023-08-20 12:51:16 | 58.68 | 94.9% |
67 | 2023-08-20 11:59:55 | 57.24 | 96% |
49 | 2023-08-19 19:15:25 | 54.65 | 95.2% |
6 | 2023-08-16 13:43:01 | 48.04 | 93.7% |