Text race history for Humanbeen (free_palestine_313)

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
71 2024-07-30 06:26:45 34.67 91.8%
68 2024-07-05 15:17:06 42.15 93.7%
62 2024-07-05 15:02:16 37.29 92.4%
25 2024-03-31 12:38:04 29.67 92.1%
22 2024-03-11 17:30:55 26.96 91.5%