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 |
---|---|---|---|
31 | 2024-10-21 18:57:09 | 56.06 | 99.2% |
27 | 2024-10-21 18:32:30 | 55.70 | 98.4% |
24 | 2024-10-21 18:26:20 | 53.68 | 98.8% |
17 | 2024-10-21 16:05:52 | 49.67 | 97.3% |
5 | 2024-10-21 15:43:43 | 48.61 | 98.1% |