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