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 )
—from Google Command Line Script, a other by www.pythonforbeginners.com
Active since October 3, 2018.
438 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1071. | Neshad (neshad) | 35.64 | 96% | 2024-12-05 |
1072. | Oof (fedoking) | 35.63 | 93% | 2024-07-04 |
1073. | Joe (T-Perm) (youssifgamal255) | 35.62 | 94% | 2023-06-16 |
1074. | vera (filidae) | 35.62 | 96% | 2025-08-20 |
1075. | Aakib (aa_0808_) | 35.60 | 96% | 2023-08-18 |
1076. | PAKISTAN (mirtyping) | 35.56 | 95.8% | 2025-02-24 |
1077. | melvin (melvink) | 35.56 | 96% | 2023-05-31 |
1078. | ehahaha (ehahaha) | 35.53 | 93% | 2024-02-01 |
1079. | imsiva0708 (imsiva0708) | 35.51 | 92% | 2024-03-17 |
1080. | sid__que (sid__que) | 35.47 | 97% | 2023-06-22 |
1081. | Somebody (sd9f8uu) | 35.46 | 93% | 2023-05-24 |
1082. | Luca (luka_pezzolo) | 35.44 | 93% | 2024-10-12 |
1083. | Pengkoding handal (copypast... | 35.44 | 95% | 2025-01-06 |
1084. | SnowflakeGL (snowflakegl2000) | 35.42 | 91% | 2024-04-10 |
1085. | inclarition (inclarition) | 35.40 | 92% | 2024-02-17 |
1086. | Kuruma (kuruma404) | 35.36 | 94% | 2023-10-13 |
1087. | Mateo (mateonarbe) | 35.35 | 94% | 2023-05-24 |
1088. | Tsumn (tsumtsun) | 35.32 | 92% | 2024-04-30 |
1089. | Johan7205 (joze7205) | 35.30 | 97% | 2023-09-13 |
1090. | PaleBlueDot (kendingling) | 35.30 | 92.4% | 2025-02-09 |
1091. | Barnabas (barni2004) | 35.28 | 93.9% | 2024-10-05 |
1092. | Figoment (figoment) | 35.28 | 95% | 2025-05-23 |
1093. | Vinne (vinneruch) | 35.24 | 96% | 2024-07-07 |
1094. | giova (giovan772) | 35.24 | 94% | 2024-07-19 |
1095. | chinnu (chinnu19) | 35.19 | 94% | 2024-04-12 |
1096. | type racist (numenx) | 35.18 | 94% | 2023-05-30 |
1097. | AlejandroTF (alex_tf) | 35.17 | 93% | 2024-02-01 |
1098. | arif (arifardians) | 35.16 | 96.3% | 2024-08-30 |
1099. | Kai (kai_c) | 35.13 | 92% | 2023-07-02 |
1100. | Sam (sameer_sam) | 35.10 | 98% | 2023-09-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |