Text race history for police (styrofoam)

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
150 2019-01-27 22:51:19 67.32 95%
143 2019-01-27 22:40:18 63.02 94%
120 2018-11-01 18:34:52 68.49 95%
106 2018-11-01 15:43:24 73.63 96%
60 2018-10-31 23:41:57 65.59 96%
55 2018-10-31 23:33:50 61.44 94%
13 2018-10-31 04:32:37 50.51 93%