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 |
---|---|---|---|
92 | 2023-09-26 04:59:26 | 43.09 | 93% |
73 | 2023-09-26 04:24:38 | 36.86 | 93.3% |
53 | 2023-09-26 03:05:55 | 40.52 | 93.4% |
31 | 2023-09-26 02:28:30 | 43.20 | 94.3% |
18 | 2023-09-25 16:28:18 | 38.61 | 93.8% |
5 | 2023-09-25 15:52:31 | 38.25 | 93.5% |