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 |
---|---|---|---|
39 | 2024-10-28 01:32:22 | 28.41 | 97.3% |
37 | 2024-10-28 01:26:32 | 25.09 | 95.7% |
28 | 2024-09-30 01:52:21 | 27.77 | 97.4% |
15 | 2024-09-16 02:48:24 | 27.94 | 98.1% |