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 |
---|---|---|---|---|
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 |
958. | MoarJank (moarjank) | 39.70 | 97% | 2023-04-02 |
959. | Daffa (dafdafdaf) | 39.69 | 95% | 2023-06-24 |
960. | bert (soodo) | 39.69 | 94% | 2023-05-23 |
961. | Lakshya (lakshyasharma) | 39.68 | 95% | 2023-08-14 |
962. | Qryspteron (qryspteron) | 39.68 | 94% | 2024-09-13 |
963. | Ankit Kumar (lazzy_turtle) | 39.63 | 97% | 2023-11-20 |
964. | Type_fat (fat_ty) | 39.61 | 94% | 2024-11-25 |
965. | dominnex (dominnex) | 39.60 | 95% | 2024-08-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |