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 |
---|---|---|---|---|
478. | Jae (leejae_) | 50.34 | 96% | 2024-10-08 |
479. | Ian (call_me_lan) | 50.28 | 97% | 2023-06-01 |
480. | Espen (kadmium) | 50.25 | 94% | 2023-08-21 |
481. | k3pl4 (k3pl4) | 50.24 | 99% | 2023-08-29 |
482. | Stefan (zamfigod) | 50.24 | 97% | 2023-06-13 |
483. | Jack (jacknachos) | 50.24 | 95.1% | 2024-11-29 |
484. | Sonu (intellectualcreatures) | 50.23 | 97% | 2021-12-12 |
485. | Rishav (rishavmngo) | 50.19 | 96% | 2023-07-31 |
486. | (0x0x0x) | 50.14 | 95% | 2021-07-07 |
487. | -- (991point2) | 50.12 | 92% | 2023-07-03 |
488. | MINH (shinmyou) | 50.07 | 96% | 2024-06-25 |
489. | aryan (aryan11) | 50.06 | 96% | 2023-08-09 |
490. | Alireza (alirezaopmc) | 50.05 | 96% | 2025-03-03 |
491. | Klaus (klaustzy) | 50.03 | 97% | 2024-07-03 |
492. | Elvis Ola (skillz_918) | 50.00 | 98% | 2023-08-31 |
493. | SLSL (slslz) | 49.98 | 95% | 2023-10-19 |
494. | Isaac (isaacdabeast5) | 49.94 | 97% | 2024-02-27 |
495. | sinasinapy (sinasinapy) | 49.94 | 97% | 2024-12-15 |
496. | Anton Laptop (twisted_laptop) | 49.93 | 97% | 2024-06-03 |
497. | yong (topcool) | 49.92 | 97% | 2023-06-25 |
498. | Gabriel (g4bxk) | 49.86 | 95% | 2025-02-19 |
499. | ButterflyDNS (butterflydns) | 49.77 | 97% | 2023-08-10 |
500. | Ascyt (ascyt) | 49.74 | 94% | 2023-06-12 |
501. | NorthernNinja (northernninj... | 49.70 | 92% | 2023-06-23 |
502. | frendhy zhuang (frendhy) | 49.67 | 95% | 2023-09-14 |
503. | yayeet (repmal) | 49.65 | 94% | 2018-11-23 |
504. | lalit (daredevil_5859) | 49.62 | 94% | 2023-07-15 |
505. | Rodrigo (alang217) | 49.57 | 96% | 2019-01-10 |
506. | Andre (andr_ehh) | 49.57 | 94% | 2023-06-09 |
507. | 0xbea (0xbea) | 49.55 | 96% | 2024-12-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |