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 |
---|---|---|---|---|
502. | BenceX100 (bencex100) | 50.46 | 95% | 2023-06-08 |
503. | papalial (papalial) | 50.46 | 95% | 2024-03-13 |
504. | Skraber (vilfred) | 50.45 | 94% | 2025-08-15 |
505. | Daniel (tennisgazelle) | 50.44 | 96.3% | 2023-11-04 |
506. | aux frelemeu (auxfree) | 50.40 | 97% | 2023-04-04 |
507. | Jae (leejae_) | 50.34 | 96% | 2024-10-08 |
508. | Ian (call_me_lan) | 50.28 | 97% | 2023-06-01 |
509. | Espen (kadmium) | 50.25 | 94% | 2023-08-21 |
510. | k3pl4 (k3pl4) | 50.24 | 99% | 2023-08-29 |
511. | Stefan (zamfigod) | 50.24 | 97% | 2023-06-13 |
512. | Jack (jacknachos) | 50.24 | 95.1% | 2024-11-29 |
513. | Sonu (intellectualcreatures) | 50.23 | 97% | 2021-12-12 |
514. | Rishav (rishavmngo) | 50.19 | 96% | 2023-07-31 |
515. | (0x0x0x) | 50.14 | 95% | 2021-07-07 |
516. | -- (991point2) | 50.12 | 92% | 2023-07-03 |
517. | MINH (shinmyou) | 50.07 | 96% | 2024-06-25 |
518. | aryan (aryan11) | 50.06 | 96% | 2023-08-09 |
519. | Alireza (alirezaopmc) | 50.05 | 96% | 2025-03-03 |
520. | Yan (yanresing) | 50.04 | 92% | 2025-05-27 |
521. | Klaus (klaustzy) | 50.03 | 97% | 2024-07-03 |
522. | BbqTyper (bbqtyper) | 50.01 | 97% | 2025-04-13 |
523. | Elvis Ola (skillz_918) | 50.00 | 98% | 2023-08-31 |
524. | SLSL (slslz) | 49.98 | 95% | 2023-10-19 |
525. | Isaac (isaacdabeast5) | 49.94 | 97% | 2024-02-27 |
526. | sinasinapy (sinasinapy) | 49.94 | 97% | 2024-12-15 |
527. | Anton Laptop (twisted_laptop) | 49.93 | 97% | 2024-06-03 |
528. | yong (topcool) | 49.92 | 97% | 2023-06-25 |
529. | Gabriel (g4bxk) | 49.86 | 95% | 2025-02-19 |
530. | ButterflyDNS (butterflydns) | 49.77 | 97% | 2023-08-10 |
531. | Ascyt (ascyt) | 49.74 | 94% | 2023-06-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |