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 |
---|---|---|---|---|
1781. | Fahmi (poricf) | 17.71 | 95% | 2023-07-03 |
1782. | Villy Joe (viljoe001) | 17.67 | 91% | 2023-09-09 |
1783. | Hussain (hussainahmad7) | 17.66 | 96% | 2023-08-20 |
1784. | KinKan (ksui21) | 17.55 | 96% | 2024-10-23 |
1785. | badabum1313 (badabum1313) | 17.53 | 96.7% | 2024-01-01 |
1786. | mrashof (mrashof) | 17.52 | 98% | 2025-06-14 |
1787. | Kipkirui (iurik34_themah) | 17.48 | 92% | 2023-12-16 |
1788. | Tim (kralti) | 17.37 | 92% | 2025-01-20 |
1789. | mohsen (mohsenrafiei1997) | 17.34 | 91% | 2023-08-21 |
1790. | seif (soraka84) | 17.34 | 91% | 2023-08-10 |
1791. | lluis (lluissuros) | 17.16 | 90.8% | 2024-01-19 |
1792. | Sakil Molla (sak909) | 16.44 | 97% | 2023-08-06 |
1793. | Destruction789789 (destruct... | 16.42 | 95% | 2023-08-25 |
1794. | Abhi :) (a_bhi) | 16.03 | 95% | 2023-12-15 |
1795. | rev (revu) | 15.77 | 92% | 2023-08-10 |
1796. | t yszm (closets) | 15.76 | 94% | 2023-10-06 |
1797. | Thikshan (thikshan) | 15.75 | 94% | 2023-07-30 |
1798. | Priya (priya890k) | 15.59 | 94% | 2024-05-22 |
1799. | Ada-ag (ada_ag) | 15.55 | 89% | 2023-12-12 |
1800. | KralTi (kralt) | 15.46 | 94% | 2025-01-23 |
1801. | Yomokp (digiwo) | 15.40 | 89% | 2024-05-14 |
1802. | Alex (air190272) | 14.99 | 93% | 2024-04-24 |
1803. | Vrushabh Hirap (vrushabh_9981) | 14.92 | 89% | 2023-07-19 |
1804. | rolex (rolex_01) | 14.84 | 90% | 2024-01-23 |
1805. | porwis (porwis) | 14.77 | 86.6% | 2024-09-25 |
1806. | Marius (marius_daum) | 14.64 | 89% | 2023-07-14 |
1807. | Roshan vyas (roshan_vyas) | 14.62 | 90% | 2023-07-26 |
1808. | alpha (thealpha2020) | 14.42 | 87.8% | 2024-01-26 |
1809. | aamena (aamena) | 14.28 | 93% | 2023-07-17 |
1810. | Claire (claire_07) | 14.19 | 94% | 2023-07-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |