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 |
---|---|---|---|
44 | 2023-07-07 18:14:57 | 58.80 | 96.4% |
35 | 2023-07-07 02:32:17 | 63.80 | 97.1% |
22 | 2023-07-05 02:09:19 | 54.45 | 95.7% |
4 | 2023-07-04 20:29:02 | 48.19 | 93.2% |
3 | 2023-07-04 20:27:28 | 51.19 | 95.5% |
1 | 2023-07-04 20:24:55 | 35.61 | 93.5% |