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 |
---|---|---|---|---|
1716. | seif (soraka84) | 17.34 | 91% | 2023-08-10 |
1717. | lluis (lluissuros) | 17.16 | 90.8% | 2024-01-19 |
1718. | Sakil Molla (sak909) | 16.44 | 97% | 2023-08-06 |
1719. | Destruction789789 (destruct... | 16.42 | 95% | 2023-08-25 |
1720. | Abhi :) (a_bhi) | 16.03 | 95% | 2023-12-15 |
1721. | rev (revu) | 15.77 | 92% | 2023-08-10 |
1722. | t yszm (closets) | 15.76 | 94% | 2023-10-06 |
1723. | Thikshan (thikshan) | 15.75 | 94% | 2023-07-30 |
1724. | Priya (priya890k) | 15.59 | 94% | 2024-05-22 |
1725. | Ada-ag (ada_ag) | 15.55 | 89% | 2023-12-12 |
1726. | KralTi (kralt) | 15.46 | 94% | 2025-01-23 |
1727. | Yomokp (digiwo) | 15.40 | 89% | 2024-05-14 |
1728. | Alex (air190272) | 14.99 | 93% | 2024-04-24 |
1729. | rolex (rolex_01) | 14.84 | 90% | 2024-01-23 |
1730. | porwis (porwis) | 14.77 | 86.6% | 2024-09-25 |
1731. | Marius (marius_daum) | 14.64 | 89% | 2023-07-14 |
1732. | Roshan vyas (roshan_vyas) | 14.62 | 90% | 2023-07-26 |
1733. | alpha (thealpha2020) | 14.42 | 87.8% | 2024-01-26 |
1734. | aamena (aamena) | 14.28 | 93% | 2023-07-17 |
1735. | Claire (claire_07) | 14.19 | 94% | 2023-07-08 |
1736. | Madeleine (m_w_p) | 14.17 | 88% | 2025-04-09 |
1737. | Nikhil (nikhilchhabra) | 13.91 | 94% | 2023-12-24 |
1738. | maelaf (maelaf) | 13.87 | 89% | 2023-10-05 |
1739. | yogurt (yamisukehiro) | 13.86 | 92% | 2024-08-09 |
1740. | Batsy (arnab_batsy) | 13.82 | 90% | 2024-10-16 |
1741. | predator (indian_predator) | 13.14 | 89% | 2024-08-12 |
1742. | Remonda (remonda) | 12.93 | 91% | 2023-08-06 |
1743. | ritik (karlos_nikov) | 12.79 | 93% | 2023-08-02 |
1744. | rose romagosa (rose_ann) | 12.54 | 91% | 2024-04-18 |
1745. | krish (krish120) | 11.58 | 88.6% | 2024-11-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |