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 |
---|---|---|---|
59 | 2025-02-02 16:34:17 | 50.44 | 96.1% |
54 | 2025-02-02 05:14:54 | 55.21 | 96% |
43 | 2024-05-30 06:17:38 | 33.17 | 94% |
24 | 2024-05-14 14:33:41 | 46.05 | 94.8% |