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 |
---|---|---|---|
113 | 2024-04-17 09:40:08 | 28.88 | 90.3% |
102 | 2024-04-14 09:42:44 | 33.56 | 90.9% |
101 | 2024-04-14 09:41:00 | 31.55 | 89.6% |
90 | 2024-04-10 09:20:43 | 34.24 | 90.3% |
12 | 2024-03-20 09:36:09 | 30.75 | 90.8% |