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-06-26 14:30:32 | 68.59 | 96.4% |
60 | 2023-06-22 10:29:11 | 73.13 | 98.1% |
54 | 2023-06-18 13:28:10 | 66.54 | 96.1% |
40 | 2023-06-14 10:40:19 | 74.46 | 98.2% |
18 | 2023-05-28 21:26:41 | 66.71 | 98.1% |
16 | 2023-05-26 14:14:41 | 58.60 | 94.9% |
11 | 2023-05-26 09:10:10 | 64.99 | 96.6% |