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 |
---|---|---|---|
56 | 2023-07-21 06:48:09 | 39.48 | 95% |
55 | 2023-07-21 06:46:28 | 39.84 | 94.7% |
51 | 2023-07-21 06:03:55 | 37.59 | 95.6% |
48 | 2023-07-12 09:18:40 | 40.48 | 97.3% |
46 | 2023-07-12 09:14:41 | 34.57 | 96.7% |
39 | 2023-07-11 06:38:01 | 36.14 | 94.8% |