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 |
---|---|---|---|
65 | 2023-01-02 07:07:20 | 23.85 | 94% |
39 | 2022-12-12 14:12:59 | 20.34 | 93% |
15 | 2022-11-30 16:01:07 | 21.19 | 91% |
3 | 2022-11-30 13:47:26 | 17.99 | 93% |