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 |
|---|---|---|---|---|
| 1720. | Dinodepp (dinodepp) | 26.46 | 94.2% | 2023-11-16 |
| 1721. | CAL (coolcal98) | 26.45 | 93% | 2023-02-14 |
| 1722. | Pentametric (pentametric) | 26.45 | 93% | 2024-05-11 |
| 1723. | ellie (ellliee) | 26.42 | 94% | 2023-09-08 |
| 1724. | Ra (ratsquare) | 26.40 | 93% | 2023-08-01 |
| 1725. | Arturo (arturo25) | 26.34 | 94.6% | 2023-09-26 |
| 1726. | WizardRubic (wizardrubic) | 26.31 | 94% | 2024-12-24 |
| 1727. | heat (heatler) | 26.27 | 95% | 2025-06-02 |
| 1728. | vivek (vc8bp) | 26.26 | 93% | 2023-07-03 |
| 1729. | Laurus (javimadrid5) | 26.26 | 95% | 2025-02-21 |
| 1730. | renan (renanv) | 26.25 | 93% | 2023-07-20 |
| 1731. | Kuldipsinh Gohil (kdeee) | 26.23 | 92% | 2023-05-25 |
| 1732. | Jakob (jakobsw2002) | 26.22 | 92% | 2023-11-10 |
| 1733. | K1dz (ayla_k1dz) | 26.12 | 96.2% | 2024-09-26 |
| 1734. | Fatin (far10) | 26.10 | 96.2% | 2024-02-27 |
| 1735. | mony (mony_typer) | 26.08 | 93% | 2022-04-09 |
| 1736. | manicharn (kmcchikki) | 26.06 | 96% | 2025-10-18 |
| 1737. | Elius H Himel (eliushhimel) | 26.05 | 93% | 2022-03-07 |
| 1738. | Alvaro Moyata (tocsky) | 26.05 | 95% | 2025-07-03 |
| 1739. | NamNamNam (galnam) | 26.04 | 91% | 2024-09-18 |
| 1740. | heungchowong (heungchowong) | 26.03 | 95% | 2024-03-05 |
| 1741. | kp (kpraj) | 26.02 | 95% | 2023-07-06 |
| 1742. | John Pork (lewishamilton44g... | 26.00 | 94% | 2025-06-13 |
| 1743. | dropeee (dropeeexx11) | 25.98 | 90% | 2024-11-26 |
| 1744. | b4gofmoney (b4gofmoney) | 25.98 | 94% | 2024-11-16 |
| 1745. | Varun (varun_1408) | 25.98 | 96% | 2023-06-06 |
| 1746. | Leonardo Bautista (leonardo09) | 25.97 | 94% | 2024-07-23 |
| 1747. | Fanor (fanor) | 25.97 | 91% | 2025-06-10 |
| 1748. | Fátima (nessa2) | 25.95 | 94% | 2025-10-13 |
| 1749. | glace (glacetheburd) | 25.94 | 91% | 2024-09-20 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,688 | 44.34 | October 3, 2018 |