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 |
---|---|---|---|
99 | 2024-02-11 19:50:28 | 25.47 | 94.3% |
91 | 2024-01-30 16:23:31 | 32.63 | 97.4% |
88 | 2024-01-17 11:43:48 | 40.00 | 98.4% |
80 | 2024-01-02 18:12:56 | 36.92 | 98.8% |
51 | 2023-11-01 14:47:27 | 33.78 | 97.1% |
49 | 2023-10-23 19:35:52 | 35.13 | 98.5% |
46 | 2023-10-23 16:05:37 | 36.47 | 98.8% |