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 |
---|---|---|---|---|
1791. | Villy Joe (viljoe001) | 17.67 | 91% | 2023-09-09 |
1792. | Hussain (hussainahmad7) | 17.66 | 96% | 2023-08-20 |
1793. | KinKan (ksui21) | 17.55 | 96% | 2024-10-23 |
1794. | badabum1313 (badabum1313) | 17.53 | 96.7% | 2024-01-01 |
1795. | mrashof (mrashof) | 17.52 | 98% | 2025-06-14 |
1796. | Kipkirui (iurik34_themah) | 17.48 | 92% | 2023-12-16 |
1797. | Tim (kralti) | 17.37 | 92% | 2025-01-20 |
1798. | mohsen (mohsenrafiei1997) | 17.34 | 91% | 2023-08-21 |
1799. | seif (soraka84) | 17.34 | 91% | 2023-08-10 |
1800. | lluis (lluissuros) | 17.16 | 90.8% | 2024-01-19 |
1801. | Sakil Molla (sak909) | 16.44 | 97% | 2023-08-06 |
1802. | Destruction789789 (destruct... | 16.42 | 95% | 2023-08-25 |
1803. | Abhi :) (a_bhi) | 16.03 | 95% | 2023-12-15 |
1804. | rev (revu) | 15.77 | 92% | 2023-08-10 |
1805. | t yszm (closets) | 15.76 | 94% | 2023-10-06 |
1806. | Thikshan (thikshan) | 15.75 | 94% | 2023-07-30 |
1807. | Priya (priya890k) | 15.59 | 94% | 2024-05-22 |
1808. | Ada-ag (ada_ag) | 15.55 | 89% | 2023-12-12 |
1809. | KralTi (kralt) | 15.46 | 94% | 2025-01-23 |
1810. | Yomokp (digiwo) | 15.40 | 89% | 2024-05-14 |
1811. | Alex (air190272) | 14.99 | 93% | 2024-04-24 |
1812. | Vrushabh Hirap (vrushabh_9981) | 14.92 | 89% | 2023-07-19 |
1813. | rolex (rolex_01) | 14.84 | 90% | 2024-01-23 |
1814. | porwis (porwis) | 14.77 | 86.6% | 2024-09-25 |
1815. | Marius (marius_daum) | 14.64 | 89% | 2023-07-14 |
1816. | Roshan vyas (roshan_vyas) | 14.62 | 90% | 2023-07-26 |
1817. | alpha (thealpha2020) | 14.42 | 87.8% | 2024-01-26 |
1818. | aamena (aamena) | 14.28 | 93% | 2023-07-17 |
1819. | Claire (claire_07) | 14.19 | 94% | 2023-07-08 |
1820. | Madeleine (m_w_p) | 14.17 | 88% | 2025-04-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |