Text race history for Chanelle (nelle_son)

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
64 2023-07-06 07:19:15 36.64 96.7%
52 2023-07-02 06:15:43 38.21 98.4%
40 2023-07-02 05:27:35 30.37 95.8%
36 2023-06-30 14:33:05 33.33 95.7%
32 2023-06-30 14:23:47 32.93 96.3%
28 2023-06-30 14:15:42 34.35 96.4%
20 2023-06-29 22:41:22 33.47 96.6%
9 2023-06-28 12:27:49 32.08 98.3%
7 2023-06-28 12:21:47 29.15 96%