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 |
|---|---|---|---|---|
| 1890. | SoulShifter (naksumin) | 21.48 | 91.4% | 2024-09-03 |
| 1891. | Rachel (rachel30ann) | 21.37 | 93% | 2024-08-19 |
| 1892. | austirol (austirol) | 21.36 | 92% | 2023-12-20 |
| 1893. | Dre (dreahid) | 21.33 | 92% | 2024-08-27 |
| 1894. | Havoc Zirp (havoc_zirp) | 21.22 | 93% | 2024-05-14 |
| 1895. | Hameed (hameed069) | 21.03 | 93% | 2024-02-04 |
| 1896. | love (love1123) | 21.01 | 97% | 2023-06-06 |
| 1897. | divyanshu maurya (divyanshu... | 20.97 | 93% | 2023-08-18 |
| 1898. | rania (sdw0dp) | 20.91 | 90% | 2024-05-11 |
| 1899. | t11h (t111h) | 20.91 | 94% | 2022-03-22 |
| 1900. | John Nash (dibbu) | 20.86 | 95% | 2024-08-12 |
| 1901. | ali_ahmed (ali_ahemd2477) | 20.79 | 90% | 2025-05-08 |
| 1902. | Enock (enockmutanga01) | 20.46 | 97% | 2023-08-08 |
| 1903. | aj.capture_ (ajaymaurya51) | 20.40 | 92.4% | 2023-07-27 |
| 1904. | syna (syna51) | 20.30 | 91% | 2024-08-15 |
| 1905. | Sahil Pradhan (sahil_rules) | 20.16 | 94% | 2024-07-02 |
| 1906. | David (devir67) | 19.99 | 96% | 2024-04-05 |
| 1907. | osm_037 (osama_the_racer) | 19.98 | 90% | 2023-10-21 |
| 1908. | keyur (keyur_1906) | 19.90 | 93% | 2025-01-09 |
| 1909. | shk_bilal (shk_bilal) | 19.80 | 91% | 2023-08-17 |
| 1910. | christopher (chris798612) | 19.67 | 93% | 2025-02-12 |
| 1911. | A (_akshaya) | 19.65 | 93% | 2024-10-27 |
| 1912. | El (elchapo0) | 19.62 | 91% | 2023-06-13 |
| 1913. | Brian Kip (briankip1) | 19.51 | 89.2% | 2023-08-09 |
| 1914. | Arindam (adam_009) | 19.51 | 96% | 2024-05-27 |
| 1915. | NSM101 (nsm101) | 19.47 | 93% | 2025-05-27 |
| 1916. | Sodiq (keyboard_surfer) | 19.26 | 91% | 2024-03-20 |
| 1917. | Kazaam Vargas (kazaam37) | 19.23 | 94.1% | 2024-09-16 |
| 1918. | vamshi (9vamshi) | 19.22 | 90% | 2023-12-29 |
| 1919. | Grypho (gryphox) | 19.02 | 92% | 2025-02-23 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,688 | 44.34 | October 3, 2018 |