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 |
---|---|---|---|
39 | 2024-11-09 05:57:47 | 49.13 | 95.7% |
32 | 2024-10-31 16:30:44 | 46.47 | 95.2% |
19 | 2023-12-18 02:00:47 | 44.71 | 95.1% |
12 | 2023-12-08 02:26:12 | 56.55 | 98.8% |