Text #10016

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

Leaders

View ranks through of 1,622
Rank Username WPM Accuracy Date
1599. t yszm (closets) 15.76 94% 2023-10-06
1600. Priya (priya890k) 15.59 94% 2024-05-22
1601. Ada-ag (ada_ag) 15.55 89% 2023-12-12
1602. KralTi (kralt) 15.46 94% 2025-01-23
1603. Yomokp (digiwo) 15.40 89% 2024-05-14
1604. Alex (air190272) 14.99 93% 2024-04-24
1605. rolex (rolex_01) 14.84 90% 2024-01-23
1606. porwis (porwis) 14.77 86.6% 2024-09-25
1607. Marius (marius_daum) 14.64 89% 2023-07-14
1608. alpha (thealpha2020) 14.42 87.8% 2024-01-26
1609. Claire (claire_07) 14.19 94% 2023-07-08
1610. Madeleine (m_w_p) 14.17 88% 2025-04-09
1611. Nikhil (nikhilchhabra) 13.91 94% 2023-12-24
1612. maelaf (maelaf) 13.87 89% 2023-10-05
1613. yogurt (yamisukehiro) 13.86 92% 2024-08-09
1614. Batsy (arnab_batsy) 13.82 90% 2024-10-16
1615. predator (indian_predator) 13.14 89% 2024-08-12
1616. Remonda (remonda) 12.93 91% 2023-08-06
1617. MMR (mmr1) 12.92 93.9% 2025-05-07
1618. ritik (karlos_nikov) 12.79 93% 2023-08-02
1619. rose romagosa (rose_ann) 12.54 91% 2024-04-18
1620. krish (krish120) 11.58 88.6% 2024-11-12
1621. New racer (protostarx) 10.71 89% 2024-04-27
1622. Pyjalal (pyjalal) 6.47 91.2% 2024-09-13

Universes

Universe Races Average WPM First Race
Coder Edition 4,688 44.34 October 3, 2018