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 |
---|---|---|---|---|
1872. | Arindam (adam_009) | 19.51 | 96% | 2024-05-27 |
1873. | NSM101 (nsm101) | 19.47 | 93% | 2025-05-27 |
1874. | Sodiq (keyboard_surfer) | 19.26 | 91% | 2024-03-20 |
1875. | Kazaam Vargas (kazaam37) | 19.23 | 94.1% | 2024-09-16 |
1876. | vamshi (9vamshi) | 19.22 | 90% | 2023-12-29 |
1877. | Grypho (gryphox) | 19.02 | 92% | 2025-02-23 |
1878. | Priyanka (kaashvi_2022) | 18.99 | 95% | 2024-07-01 |
1879. | cool (proguy321) | 18.80 | 90% | 2025-04-11 |
1880. | Vipin Pawar (vipinpawar) | 18.56 | 94% | 2024-09-15 |
1881. | Harsh (harsh0011) | 18.47 | 95% | 2024-08-16 |
1882. | Abeni (akaabenezer) | 18.42 | 95% | 2024-08-18 |
1883. | SUMANT (sumant_4113) | 18.35 | 91% | 2024-06-06 |
1884. | Steve (steve69) | 18.06 | 96% | 2023-07-28 |
1885. | Lucas (ldverde) | 17.96 | 87% | 2024-04-18 |
1886. | nine999 (nine99999) | 17.95 | 94% | 2024-06-04 |
1887. | katiapimentelcruz (katpc) | 17.82 | 94% | 2025-09-24 |
1888. | Saurab Kairi (saurabkairi) | 17.77 | 94% | 2023-12-11 |
1889. | Fahmi (poricf) | 17.71 | 95% | 2023-07-03 |
1890. | Villy Joe (viljoe001) | 17.67 | 91% | 2023-09-09 |
1891. | Hussain (hussainahmad7) | 17.66 | 96% | 2023-08-20 |
1892. | KinKan (ksui21) | 17.55 | 96% | 2024-10-23 |
1893. | badabum1313 (badabum1313) | 17.53 | 96.7% | 2024-01-01 |
1894. | mrashof (mrashof) | 17.52 | 98% | 2025-06-14 |
1895. | Kipkirui (iurik34_themah) | 17.48 | 92% | 2023-12-16 |
1896. | Tim (kralti) | 17.37 | 92% | 2025-01-20 |
1897. | mohsen (mohsenrafiei1997) | 17.34 | 91% | 2023-08-21 |
1898. | seif (soraka84) | 17.34 | 91% | 2023-08-10 |
1899. | lluis (lluissuros) | 17.16 | 90.8% | 2024-01-19 |
1900. | Mimi (memories9) | 16.90 | 94% | 2025-02-09 |
1901. | Sakil Molla (sak909) | 16.44 | 97% | 2023-08-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |