Text race history for Charlie (hobboloydn)

Back to text analysis page

import urllib2 import urllib import json url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&" query = raw_input("What do you want to search for ? >> ") query = urllib.urlencode( {'q' : query } ) response = urllib2.urlopen (url + query ).read() data = json.loads ( response ) results = data [ 'responseData' ] [ 'results' ] for result in results: title = result['title'] url = result['url'] print ( title + '; ' + url )

Game Time WPM Accuracy
210 2025-05-09 17:36:09 57.19 96%
207 2025-05-09 17:31:16 55.90 97%
205 2025-05-05 16:05:49 61.71 96%
151 2025-05-01 14:02:02 52.33 96%
135 2025-04-30 11:48:32 47.70 95%
123 2025-04-19 18:18:26 46.30 94%
106 2025-04-18 22:05:25 50.24 96%
69 2025-04-16 18:38:37 47.47 96%
56 2025-04-15 21:55:15 50.12 96%
44 2025-04-14 15:25:48 50.67 96%
7 2025-04-08 19:42:29 50.00 96%