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 |
---|---|---|---|
20 | 2022-07-26 07:59:04 | 38.16 | 96% |
18 | 2022-07-26 07:43:56 | 34.40 | 95% |
14 | 2022-07-10 05:05:42 | 42.93 | 98% |
9 | 2022-07-10 04:52:31 | 41.08 | 98% |
7 | 2022-07-10 04:48:05 | 38.77 | 97% |
5 | 2022-07-10 04:45:06 | 31.78 | 93% |
1 | 2022-07-10 04:38:44 | 27.07 | 94% |