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 |
---|---|---|---|---|
1527. | Noe (charl3s_) | 27.44 | 94% | 2023-08-30 |
1528. | ethan (asdf2552) | 27.44 | 93% | 2025-06-04 |
1529. | stevenodon (stevenodon) | 27.41 | 93% | 2024-07-28 |
1530. | Ascend (obaht) | 27.37 | 94% | 2023-10-27 |
1531. | jjohn (jjohn2) | 27.35 | 92% | 2024-04-28 |
1532. | hamada (hamada377) | 27.30 | 91% | 2023-08-11 |
1533. | JkillahR (jkillahr) | 27.29 | 90% | 2024-07-08 |
1534. | Hypzii (hypzii_on_mac) | 27.26 | 91% | 2024-07-09 |
1535. | sven (svenhutchinson) | 27.26 | 92.6% | 2024-05-29 |
1536. | sorriee (sethysage) | 27.26 | 94% | 2024-10-21 |
1537. | wkn1 (wkn1) | 27.25 | 90% | 2024-11-23 |
1538. | Altanbagana (baganaakh) | 27.24 | 93% | 2024-02-05 |
1539. | Yhienn2xo (yhienn2xo) | 27.22 | 95% | 2024-08-12 |
1540. | Kamlesh (kamlesh504) | 27.17 | 92% | 2024-04-28 |
1541. | Shooq (shawa8iii) | 27.15 | 95% | 2023-06-01 |
1542. | Rei (reina_ang13) | 27.12 | 96% | 2025-02-06 |
1543. | Juanpy (juanpy) | 27.11 | 95% | 2023-10-18 |
1544. | th (_learning_dvorak) | 27.10 | 95% | 2023-06-01 |
1545. | Gevorg (thespeedruner) | 27.10 | 89.7% | 2023-07-26 |
1546. | Lotus (lotusanimations) | 27.09 | 92% | 2024-03-21 |
1547. | Jasel Alexander Ayma Titica... | 27.07 | 94% | 2024-05-28 |
1548. | Julie (julie2605) | 27.07 | 95% | 2023-06-02 |
1549. | Nsroma (key_stroke9) | 27.04 | 94% | 2024-07-11 |
1550. | mehul (mehul22) | 27.02 | 92% | 2023-07-29 |
1551. | keys (keys03) | 27.01 | 95% | 2023-12-29 |
1552. | harih (harithamxr) | 26.98 | 89% | 2023-06-21 |
1553. | Brennan (brundy) | 26.91 | 93.6% | 2023-09-25 |
1554. | Luke (lukedieleman) | 26.91 | 93.5% | 2024-01-25 |
1555. | Ananta Anjasmara (ananta_an... | 26.90 | 91% | 2024-03-21 |
1556. | Devesh (devesh_agarwal) | 26.89 | 93% | 2023-09-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |