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 |
---|---|---|---|---|
1815. | KinKan (ksui21) | 17.55 | 96% | 2024-10-23 |
1816. | badabum1313 (badabum1313) | 17.53 | 96.7% | 2024-01-01 |
1817. | mrashof (mrashof) | 17.52 | 98% | 2025-06-14 |
1818. | Kipkirui (iurik34_themah) | 17.48 | 92% | 2023-12-16 |
1819. | Tim (kralti) | 17.37 | 92% | 2025-01-20 |
1820. | mohsen (mohsenrafiei1997) | 17.34 | 91% | 2023-08-21 |
1821. | seif (soraka84) | 17.34 | 91% | 2023-08-10 |
1822. | lluis (lluissuros) | 17.16 | 90.8% | 2024-01-19 |
1823. | Sakil Molla (sak909) | 16.44 | 97% | 2023-08-06 |
1824. | Destruction789789 (destruct... | 16.42 | 95% | 2023-08-25 |
1825. | Abhi :) (a_bhi) | 16.03 | 95% | 2023-12-15 |
1826. | porfiriomarquez (porfirioma... | 15.84 | 97% | 2025-07-14 |
1827. | rev (revu) | 15.77 | 92% | 2023-08-10 |
1828. | t yszm (closets) | 15.76 | 94% | 2023-10-06 |
1829. | Thikshan (thikshan) | 15.75 | 94% | 2023-07-30 |
1830. | Priya (priya890k) | 15.59 | 94% | 2024-05-22 |
1831. | Ada-ag (ada_ag) | 15.55 | 89% | 2023-12-12 |
1832. | KralTi (kralt) | 15.46 | 94% | 2025-01-23 |
1833. | Yomokp (digiwo) | 15.40 | 89% | 2024-05-14 |
1834. | Alex (air190272) | 14.99 | 93% | 2024-04-24 |
1835. | Vrushabh Hirap (vrushabh_9981) | 14.92 | 89% | 2023-07-19 |
1836. | rolex (rolex_01) | 14.84 | 90% | 2024-01-23 |
1837. | porwis (porwis) | 14.77 | 86.6% | 2024-09-25 |
1838. | Marius (marius_daum) | 14.64 | 89% | 2023-07-14 |
1839. | Roshan vyas (roshan_vyas) | 14.62 | 90% | 2023-07-26 |
1840. | alpha (thealpha2020) | 14.42 | 87.8% | 2024-01-26 |
1841. | aamena (aamena) | 14.28 | 93% | 2023-07-17 |
1842. | Claire (claire_07) | 14.19 | 94% | 2023-07-08 |
1843. | Madeleine (m_w_p) | 14.17 | 88% | 2025-04-09 |
1844. | Nikhil (nikhilchhabra) | 13.91 | 94% | 2023-12-24 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |