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 |
---|---|---|---|---|
1795. | Marius (marius_daum) | 14.64 | 89% | 2023-07-14 |
1796. | Roshan vyas (roshan_vyas) | 14.62 | 90% | 2023-07-26 |
1797. | alpha (thealpha2020) | 14.42 | 87.8% | 2024-01-26 |
1798. | aamena (aamena) | 14.28 | 93% | 2023-07-17 |
1799. | Claire (claire_07) | 14.19 | 94% | 2023-07-08 |
1800. | Madeleine (m_w_p) | 14.17 | 88% | 2025-04-09 |
1801. | Nikhil (nikhilchhabra) | 13.91 | 94% | 2023-12-24 |
1802. | maelaf (maelaf) | 13.87 | 89% | 2023-10-05 |
1803. | yogurt (yamisukehiro) | 13.86 | 92% | 2024-08-09 |
1804. | Batsy (arnab_batsy) | 13.82 | 90% | 2024-10-16 |
1805. | predator (indian_predator) | 13.14 | 89% | 2024-08-12 |
1806. | Remonda (remonda) | 12.93 | 91% | 2023-08-06 |
1807. | ritik (karlos_nikov) | 12.79 | 93% | 2023-08-02 |
1808. | rose romagosa (rose_ann) | 12.54 | 91% | 2024-04-18 |
1809. | krish (krish120) | 11.58 | 88.6% | 2024-11-12 |
1810. | New racer (protostarx) | 10.71 | 89% | 2024-04-27 |
1811. | Pyjalal (pyjalal) | 6.47 | 91.2% | 2024-09-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |