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 |
---|---|---|---|---|
824. | Sun (potetoo) | 40.34 | 94% | 2023-10-02 |
825. | kinisslearner (kinesislearner) | 40.33 | 94% | 2024-05-03 |
826. | Clippy (jesspacito) | 40.30 | 96% | 2023-06-02 |
827. | Faiqzfrn (faiqzfrn) | 40.30 | 96% | 2023-06-02 |
828. | Legerier (axzar) | 40.29 | 92% | 2024-12-16 |
829. | miko (luk4szm) | 40.28 | 94% | 2023-07-13 |
830. | Trevor (sehguh) | 40.27 | 93% | 2024-08-07 |
831. | AL (al_j______) | 40.22 | 95% | 2023-07-03 |
832. | ktb (_k_t_b_) | 40.21 | 95% | 2025-05-03 |
833. | I_like_Billie_Eilish (agiun... | 40.19 | 94% | 2024-10-30 |
834. | (timjeffery44) | 40.13 | 91% | 2019-05-03 |
835. | J (mr_wood) | 40.08 | 94% | 2023-09-25 |
836. | ROHIT (rohitpawar) | 40.07 | 96% | 2024-10-24 |
837. | Jeffry (coldjeffry12) | 40.06 | 95% | 2023-07-09 |
838. | Hamza (hamza_g) | 40.05 | 95% | 2022-07-31 |
839. | Johnny Sins (sins621) | 40.01 | 95% | 2024-12-10 |
840. | parth (parthvaghela) | 39.92 | 94% | 2021-12-02 |
841. | raisann (raisann) | 39.91 | 93% | 2023-09-04 |
842. | Nathan (diogenes1) | 39.91 | 93% | 2025-01-05 |
843. | Phillip (phillip_kim) | 39.90 | 92% | 2023-08-19 |
844. | Unus (_unus) | 39.90 | 97% | 2023-07-04 |
845. | harez (theharez) | 39.89 | 92% | 2023-08-09 |
846. | SkyPromp (skyprompdvorak) | 39.89 | 96.1% | 2024-03-22 |
847. | Mohamed (no0fal) | 39.89 | 95% | 2023-07-06 |
848. | Juey (spyrox) | 39.82 | 97% | 2024-07-24 |
849. | Dreogan (dreogan) | 39.82 | 96% | 2024-08-25 |
850. | Dhia Eddine (bl1ndk) | 39.77 | 94% | 2024-09-16 |
851. | Perry (typeracer2254) | 39.75 | 93% | 2023-05-29 |
852. | Carolina (carolina_) | 39.71 | 94% | 2024-08-30 |
853. | Daffa (dafdafdaf) | 39.69 | 95% | 2023-06-24 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |