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 |
---|---|---|---|
84 | 2023-07-18 17:15:18 | 70.07 | 98.4% |
81 | 2023-07-15 15:53:10 | 64.00 | 97.1% |
47 | 2022-08-07 13:21:13 | 49.44 | 95% |
38 | 2021-12-16 18:19:55 | 46.46 | 95% |
23 | 2021-10-07 19:00:09 | 44.57 | 94% |