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 |
---|---|---|---|
46 | 2020-02-25 04:24:06 | 47.29 | 95% |
40 | 2020-02-13 04:08:38 | 52.90 | 97% |
33 | 2020-02-05 04:43:49 | 52.31 | 97% |
30 | 2020-02-04 04:35:45 | 47.18 | 96% |
28 | 2020-01-31 03:33:51 | 46.94 | 95% |
18 | 2019-11-11 06:09:32 | 49.29 | 97% |
9 | 2019-11-01 06:13:57 | 43.79 | 96% |
2 | 2019-07-28 07:02:54 | 41.46 | 97% |