import re import sys import urllib2 import BeautifulSoup usage = "Run the script: ./geolocate.py IPAddress" if len(sys.argv)!=2: print(usage) sys.exit(0) if len(sys.argv) > 1: ipaddr = sys.argv[1] geody = "http://www.geody.com/geoip.php?ip=" + ipaddr html_page = urllib2.urlopen(geody).read() soup = BeautifulSoup.BeautifulSoup(html_page)
—from Get GEO Location from IP Address, a other by www.pythonforbeginners.com/
Active since October 3, 2018.
344 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
159. | Brian (briansu) | 64.99 | 95% | 2024-04-10 |
160. | aether (romaxion) | 64.82 | 96% | 2024-09-11 |
161. | . (serqph) | 64.80 | 95% | 2019-05-26 |
162. | FoTGbigGhost (fotg_reckless) | 64.55 | 97.4% | 2023-11-12 |
163. | Cire (type4harambe) | 64.54 | 95% | 2019-01-28 |
164. | Moon (rodraix) | 64.52 | 93% | 2024-10-19 |
165. | RAMs3c (xander360) | 64.47 | 96% | 2025-01-11 |
166. | zach (zachkauffman) | 64.44 | 98% | 2024-01-23 |
167. | Youssef (sec5x) | 64.35 | 96% | 2022-12-30 |
168. | Achromatic - youtu.be/VuzE7... | 64.28 | 98% | 2019-08-19 |
169. | DaCaN (dacan) | 64.28 | 96% | 2024-07-12 |
170. | tstats[azhy_01] (azhy_01) | 64.21 | 97% | 2024-08-25 |
171. | sang (shatoboar) | 64.16 | 96% | 2024-10-01 |
172. | Walker (walkersutton) | 64.07 | 94% | 2022-01-19 |
173. | Volxage (volxage) | 63.88 | 97% | 2024-12-21 |
174. | fastpotion (fastpotion) | 63.85 | 97% | 2024-02-17 |
175. | ay (d3b1) | 63.79 | 95% | 2021-09-18 |
176. | Sachin Sharma (ragemodeon) | 63.73 | 96% | 2022-07-09 |
177. | Milan (milang13) | 63.70 | 96% | 2025-06-05 |
178. | tuvietthao (tuvietthao) | 63.67 | 98% | 2024-08-19 |
179. | Othmane (boumediane1) | 63.65 | 97% | 2023-06-22 |
180. | hakan (haakn) | 63.65 | 96% | 2024-03-25 |
181. | muchinchai (muchinchai) | 63.57 | 98% | 2024-03-15 |
182. | Jeremy (kaazairl) | 63.57 | 98% | 2024-06-17 |
183. | framespersecond (indires) | 63.55 | 99% | 2024-12-30 |
184. | nr922 (nr922) | 63.52 | 95% | 2024-05-02 |
185. | soved (biglego) | 63.44 | 94% | 2024-11-08 |
186. | (nt_chill) | 63.38 | 95% | 2023-06-29 |
187. | صَقْرُ السُّرْ... | 63.28 | 98% | 2024-09-14 |
188. | Aren (tl8xv) | 63.24 | 96% | 2023-05-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |