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 |
---|---|---|---|---|
621. | Keyun (keyun21) | 47.29 | 92% | 2023-06-19 |
622. | David (pejo_tech) | 47.27 | 96% | 2023-12-31 |
623. | 10exer (spartibartfast) | 47.19 | 98% | 2023-06-02 |
624. | Danuartha (danuuuuu) | 47.16 | 95% | 2024-03-25 |
625. | Raheeb (hoenchioma) | 47.11 | 97% | 2023-09-25 |
626. | I'm still sticking with Qwe... | 47.11 | 93.9% | 2024-03-04 |
627. | Adam (achomey) | 47.10 | 97.3% | 2024-03-08 |
628. | Stelllla6 (lonelyswede) | 47.10 | 92% | 2023-07-15 |
629. | PonyTail (p0nytail) | 47.07 | 97.5% | 2024-04-30 |
630. | ViktorT (vitr_88) | 47.06 | 96% | 2024-04-24 |
631. | Girl (piemaniac) | 47.03 | 94% | 2025-04-28 |
632. | Art (arturopakastur) | 46.98 | 95% | 2023-08-14 |
633. | Pack. (packsolite) | 46.98 | 95% | 2023-06-10 |
634. | noint (noint) | 46.95 | 94% | 2023-06-27 |
635. | Robert Locskai (arson2500) | 46.88 | 95% | 2023-07-25 |
636. | Rajesh (rajesh183) | 46.78 | 99% | 2024-03-13 |
637. | Puzzite (puzzite) | 46.75 | 92% | 2023-07-17 |
638. | stacey (gossipgirl1) | 46.75 | 96% | 2025-01-31 |
639. | Grant (grantly) | 46.72 | 95% | 2022-07-28 |
640. | baor (baor) | 46.72 | 93% | 2024-05-09 |
641. | faker (leroy324) | 46.66 | 96% | 2024-11-11 |
642. | Neyool (neyool) | 46.66 | 96% | 2025-07-02 |
643. | inward (inwardrtmp) | 46.61 | 94% | 2025-02-15 |
644. | Steven Seagal (utnansn) | 46.59 | 92% | 2023-12-27 |
645. | Ricky (muffinpotato) | 46.57 | 97% | 2024-07-26 |
646. | Shiji (sandevistan) | 46.56 | 97.5% | 2024-09-19 |
647. | Eugene (havlong) | 46.54 | 95% | 2023-11-12 |
648. | Shay (shaykarni) | 46.53 | 94% | 2023-09-26 |
649. | Anon (winner_alway) | 46.46 | 95% | 2025-04-04 |
650. | m3vu (m3vu) | 46.45 | 96% | 2025-05-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |