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