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 |
---|---|---|---|---|
852. | Clippy (jesspacito) | 40.30 | 96% | 2023-06-02 |
853. | Faiqzfrn (faiqzfrn) | 40.30 | 96% | 2023-06-02 |
854. | Legerier (axzar) | 40.29 | 92% | 2024-12-16 |
855. | miko (luk4szm) | 40.28 | 94% | 2023-07-13 |
856. | Trevor (sehguh) | 40.27 | 93% | 2024-08-07 |
857. | AL (al_j______) | 40.22 | 95% | 2023-07-03 |
858. | ktb (_k_t_b_) | 40.21 | 95% | 2025-05-03 |
859. | I_like_Billie_Eilish (agiun... | 40.19 | 94% | 2024-10-30 |
860. | Sporak (cheeseballoon) | 40.18 | 96% | 2025-06-07 |
861. | (timjeffery44) | 40.13 | 91% | 2019-05-03 |
862. | J (mr_wood) | 40.08 | 94% | 2023-09-25 |
863. | ROHIT (rohitpawar) | 40.07 | 96% | 2024-10-24 |
864. | Jeffry (coldjeffry12) | 40.06 | 95% | 2023-07-09 |
865. | Hamza (hamza_g) | 40.05 | 95% | 2022-07-31 |
866. | Johnny Sins (sins621) | 40.01 | 95% | 2024-12-10 |
867. | Dys (dys_) | 39.94 | 95% | 2023-07-31 |
868. | parth (parthvaghela) | 39.92 | 94% | 2021-12-02 |
869. | raisann (raisann) | 39.91 | 93% | 2023-09-04 |
870. | Nathan (diogenes1) | 39.91 | 93% | 2025-01-05 |
871. | Phillip (phillip_kim) | 39.90 | 92% | 2023-08-19 |
872. | Unus (_unus) | 39.90 | 97% | 2023-07-04 |
873. | harez (theharez) | 39.89 | 92% | 2023-08-09 |
874. | SkyPromp (skyprompdvorak) | 39.89 | 96.1% | 2024-03-22 |
875. | Mohamed (no0fal) | 39.89 | 95% | 2023-07-06 |
876. | Juey (spyrox) | 39.82 | 97% | 2024-07-24 |
877. | Dreogan (dreogan) | 39.82 | 96% | 2024-08-25 |
878. | Dhia Eddine (bl1ndk) | 39.77 | 94% | 2024-09-16 |
879. | Perry (typeracer2254) | 39.75 | 93% | 2023-05-29 |
880. | Carolina (carolina_) | 39.71 | 94% | 2024-08-30 |
881. | MoarJank (moarjank) | 39.70 | 97% | 2023-04-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |