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 |
---|---|---|---|---|
1759. | keyur (keyur_1906) | 19.90 | 93% | 2025-01-09 |
1760. | shk_bilal (shk_bilal) | 19.80 | 91% | 2023-08-17 |
1761. | Marko (hawk691) | 19.78 | 96% | 2025-04-24 |
1762. | christopher (chris798612) | 19.67 | 93% | 2025-02-12 |
1763. | A (_akshaya) | 19.65 | 93% | 2024-10-27 |
1764. | El (elchapo0) | 19.62 | 91% | 2023-06-13 |
1765. | Brian Kip (briankip1) | 19.51 | 89.2% | 2023-08-09 |
1766. | Arindam (adam_009) | 19.51 | 96% | 2024-05-27 |
1767. | NSM101 (nsm101) | 19.47 | 93% | 2025-05-27 |
1768. | Sodiq (keyboard_surfer) | 19.26 | 91% | 2024-03-20 |
1769. | Kazaam Vargas (kazaam37) | 19.23 | 94.1% | 2024-09-16 |
1770. | vamshi (9vamshi) | 19.22 | 90% | 2023-12-29 |
1771. | Grypho (gryphox) | 19.02 | 92% | 2025-02-23 |
1772. | Priyanka (kaashvi_2022) | 18.99 | 95% | 2024-07-01 |
1773. | cool (proguy321) | 18.80 | 90% | 2025-04-11 |
1774. | Vipin Pawar (vipinpawar) | 18.56 | 94% | 2024-09-15 |
1775. | Harsh (harsh0011) | 18.47 | 95% | 2024-08-16 |
1776. | Abeni (akaabenezer) | 18.42 | 95% | 2024-08-18 |
1777. | SUMANT (sumant_4113) | 18.35 | 91% | 2024-06-06 |
1778. | Steve (steve69) | 18.06 | 96% | 2023-07-28 |
1779. | nine999 (nine99999) | 17.95 | 94% | 2024-06-04 |
1780. | Saurab Kairi (saurabkairi) | 17.77 | 94% | 2023-12-11 |
1781. | Fahmi (poricf) | 17.71 | 95% | 2023-07-03 |
1782. | Villy Joe (viljoe001) | 17.67 | 91% | 2023-09-09 |
1783. | Hussain (hussainahmad7) | 17.66 | 96% | 2023-08-20 |
1784. | KinKan (ksui21) | 17.55 | 96% | 2024-10-23 |
1785. | badabum1313 (badabum1313) | 17.53 | 96.7% | 2024-01-01 |
1786. | mrashof (mrashof) | 17.52 | 98% | 2025-06-14 |
1787. | Kipkirui (iurik34_themah) | 17.48 | 92% | 2023-12-16 |
1788. | Tim (kralti) | 17.37 | 92% | 2025-01-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |