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 |
---|---|---|---|
11 | 2023-09-17 07:03:55 | 61.80 | 98.1% |
7 | 2023-09-15 00:17:59 | 53.32 | 96.1% |
4 | 2023-09-11 01:14:06 | 54.19 | 96.3% |