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 |
---|---|---|---|---|
928. | miko (luk4szm) | 40.28 | 94% | 2023-07-13 |
929. | Trevor (sehguh) | 40.27 | 93% | 2024-08-07 |
930. | Illya (illyaprimak) | 40.26 | 95% | 2025-07-25 |
931. | AL (al_j______) | 40.22 | 95% | 2023-07-03 |
932. | ktb (_k_t_b_) | 40.21 | 95% | 2025-05-03 |
933. | Alex Beltran T. (beltran_ta... | 40.21 | 95% | 2025-07-07 |
934. | I_like_Billie_Eilish (agiun... | 40.19 | 94% | 2024-10-30 |
935. | Sporak (cheeseballoon) | 40.18 | 96% | 2025-06-07 |
936. | (timjeffery44) | 40.13 | 91% | 2019-05-03 |
937. | shrek (beppi) | 40.12 | 95% | 2025-07-02 |
938. | J (mr_wood) | 40.08 | 94% | 2023-09-25 |
939. | ROHIT (rohitpawar) | 40.07 | 96% | 2024-10-24 |
940. | Jeffry (coldjeffry12) | 40.06 | 95% | 2023-07-09 |
941. | Hamza (hamza_g) | 40.05 | 95% | 2022-07-31 |
942. | Johnny Sins (sins621) | 40.01 | 95% | 2024-12-10 |
943. | Dys (dys_) | 39.94 | 95% | 2023-07-31 |
944. | parth (parthvaghela) | 39.92 | 94% | 2021-12-02 |
945. | raisann (raisann) | 39.91 | 93% | 2023-09-04 |
946. | Nathan (diogenes1) | 39.91 | 92.9% | 2025-01-05 |
947. | Phillip (phillip_kim) | 39.90 | 92% | 2023-08-19 |
948. | Unus (_unus) | 39.90 | 97% | 2023-07-04 |
949. | harez (theharez) | 39.89 | 92% | 2023-08-09 |
950. | SkyPromp (skyprompdvorak) | 39.89 | 96.1% | 2024-03-22 |
951. | Mohamed (no0fal) | 39.89 | 95% | 2023-07-06 |
952. | Juey (spyrox) | 39.82 | 97% | 2024-07-24 |
953. | Dreogan (dreogan) | 39.82 | 96% | 2024-08-25 |
954. | RegularTetragon (regulartet... | 39.80 | 96% | 2023-05-24 |
955. | Dhia Eddine (bl1ndk) | 39.77 | 94.1% | 2024-09-16 |
956. | Perry (typeracer2254) | 39.75 | 93% | 2023-05-29 |
957. | Carolina (carolina_) | 39.71 | 94% | 2024-08-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |