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 |
---|---|---|---|
24 | 2023-06-30 18:46:22 | 36.57 | 95.9% |
16 | 2023-06-14 16:49:33 | 32.31 | 95.3% |
6 | 2023-06-02 14:57:07 | 28.26 | 92.4% |