Text race history for Type like never before! (realdill)

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
47 2022-01-04 23:56:07 55.19 95%
41 2022-01-04 23:47:32 56.07 95%
35 2022-01-04 23:39:13 52.23 95%