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 |
---|---|---|---|---|
1601. | rolex (rolex_01) | 14.84 | 90% | 2024-01-23 |
1602. | porwis (porwis) | 14.77 | 86.6% | 2024-09-25 |
1603. | Marius (marius_daum) | 14.64 | 89% | 2023-07-14 |
1604. | alpha (thealpha2020) | 14.42 | 87.8% | 2024-01-26 |
1605. | Claire (claire_07) | 14.19 | 94% | 2023-07-08 |
1606. | Madeleine (m_w_p) | 14.17 | 88% | 2025-04-09 |
1607. | Nikhil (nikhilchhabra) | 13.91 | 94% | 2023-12-24 |
1608. | maelaf (maelaf) | 13.87 | 89% | 2023-10-05 |
1609. | yogurt (yamisukehiro) | 13.86 | 92% | 2024-08-09 |
1610. | Batsy (arnab_batsy) | 13.82 | 90% | 2024-10-16 |
1611. | predator (indian_predator) | 13.14 | 89% | 2024-08-12 |
1612. | Remonda (remonda) | 12.93 | 91% | 2023-08-06 |
1613. | MMR (mmr1) | 12.92 | 93.9% | 2025-05-07 |
1614. | ritik (karlos_nikov) | 12.79 | 93% | 2023-08-02 |
1615. | rose romagosa (rose_ann) | 12.54 | 91% | 2024-04-18 |
1616. | krish (krish120) | 11.58 | 88.6% | 2024-11-12 |
1617. | New racer (protostarx) | 10.71 | 89% | 2024-04-27 |
1618. | Pyjalal (pyjalal) | 6.47 | 91.2% | 2024-09-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |