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 |
---|---|---|---|---|
137. | icebox (flsf) | 67.39 | 96% | 2019-04-28 |
138. | GEDO (z222bk) | 67.39 | 95.8% | 2023-06-11 |
139. | asepBoljug (mnien) | 67.37 | 96% | 2023-08-18 |
140. | Chieh laptop (leejay8011piq) | 67.26 | 99% | 2023-09-21 |
141. | Minnie (dalamus) | 67.15 | 97% | 2019-07-11 |
142. | Ravi (ravishankarr) | 67.14 | 97.8% | 2024-07-06 |
143. | plop (ploppiplop) | 67.07 | 97% | 2023-07-10 |
144. | Steve (steveleem) | 67.05 | 96% | 2024-01-09 |
145. | blue (bluishkindofblue) | 66.97 | 97% | 2024-04-21 |
146. | Nathan (nathanpatty) | 66.88 | 95% | 2024-03-25 |
147. | tolbi (tolbi) | 66.72 | 94% | 2024-04-13 |
148. | SeeStarz (mfahrim) | 66.45 | 95% | 2024-11-29 |
149. | Dinesh (dineshbabu) | 66.31 | 98% | 2025-02-19 |
150. | Aloysius (dude101no) | 66.30 | 96% | 2023-06-19 |
151. | Achromatic - youtu.be/VuzE7... | 66.18 | 98% | 2019-08-31 |
152. | Mikhail (mayham92) | 66.11 | 98% | 2022-07-08 |
153. | Sergito (yoonseok) | 66.07 | 97.3% | 2025-03-23 |
154. | ABCD (x007) | 66.00 | 99% | 2024-07-06 |
155. | rofllex (rofllex) | 65.96 | 95% | 2023-08-05 |
156. | BaniaTeAmo3 (camilin2002) | 65.83 | 97% | 2023-08-13 |
157. | DNF (lam4nk) | 65.79 | 96.1% | 2024-03-18 |
158. | MEN (menmentsu) | 65.63 | 97% | 2019-02-27 |
159. | OddlySerious (oddlyserious) | 65.55 | 98% | 2024-12-10 |
160. | Mystik (mystik02) | 65.54 | 96% | 2023-12-09 |
161. | jse (dragoncityjose) | 65.53 | 94.9% | 2024-02-03 |
162. | muchinchai (muchinchai) | 65.29 | 98.9% | 2024-01-03 |
163. | xd (renne_hayworth) | 65.09 | 97% | 2024-03-11 |
164. | Kramnik (st4ff) | 65.07 | 96% | 2025-08-02 |
165. | sang (shatoboar) | 64.98 | 95.9% | 2024-10-05 |
166. | Userzin (userzin) | 64.97 | 97% | 2021-11-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |