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 |
---|---|---|---|
52 | 2024-10-24 08:41:20 | 47.94 | 92.2% |
50 | 2024-10-17 12:10:53 | 50.06 | 94.5% |
33 | 2024-09-26 15:13:09 | 45.97 | 93.8% |
31 | 2024-09-26 09:31:26 | 41.88 | 93.3% |
14 | 2024-09-22 08:00:39 | 28.72 | 95.3% |