Text race history for BerkayKahraman (berkaykahramansoftware)

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
15 2023-12-18 20:44:26 44.52 97.1%
14 2023-12-18 20:41:30 41.18 96.8%
10 2023-12-13 22:02:39 36.71 95.6%
6 2023-12-13 21:53:41 43.30 97.9%
5 2023-12-13 21:51:27 39.58 97.2%