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 |
---|---|---|---|---|
1726. | Ludger (ludger) | 21.64 | 90.1% | 2023-12-04 |
1727. | Amazing_zing (amazing_zing) | 21.57 | 96% | 2023-08-21 |
1728. | samy99 (samy99) | 21.57 | 95% | 2023-07-12 |
1729. | Bilal (maxpaulmax6gmailco) | 21.49 | 90% | 2023-07-15 |
1730. | SoulShifter (naksumin) | 21.48 | 91.4% | 2024-09-03 |
1731. | Rachel (rachel30ann) | 21.37 | 93% | 2024-08-19 |
1732. | austirol (austirol) | 21.36 | 92% | 2023-12-20 |
1733. | Dre (dreahid) | 21.33 | 92% | 2024-08-27 |
1734. | Havoc Zirp (havoc_zirp) | 21.22 | 93% | 2024-05-14 |
1735. | Hameed (hameed069) | 21.03 | 93% | 2024-02-04 |
1736. | love (love1123) | 21.01 | 97% | 2023-06-06 |
1737. | divyanshu maurya (divyanshu... | 20.97 | 93% | 2023-08-18 |
1738. | rania (sdw0dp) | 20.91 | 90% | 2024-05-11 |
1739. | t11h (t111h) | 20.91 | 94% | 2022-03-22 |
1740. | John Nash (dibbu) | 20.86 | 95% | 2024-08-12 |
1741. | Enock (enockmutanga01) | 20.46 | 97% | 2023-08-08 |
1742. | Ajay (ajaymaurya51) | 20.40 | 92% | 2023-07-27 |
1743. | syna (syna51) | 20.30 | 91% | 2024-08-15 |
1744. | Sahil Pradhan (sahil_rules) | 20.16 | 94% | 2024-07-02 |
1745. | David (devir67) | 19.99 | 96% | 2024-04-05 |
1746. | osm_037 (osama_the_racer) | 19.98 | 90% | 2023-10-21 |
1747. | keyur (keyur_1906) | 19.90 | 93% | 2025-01-09 |
1748. | shk_bilal (shk_bilal) | 19.80 | 91% | 2023-08-17 |
1749. | Marko (hawk691) | 19.78 | 96% | 2025-04-24 |
1750. | christopher (chris798612) | 19.67 | 93% | 2025-02-12 |
1751. | A (_akshaya) | 19.65 | 93% | 2024-10-27 |
1752. | El (elchapo0) | 19.62 | 91% | 2023-06-13 |
1753. | Brian Kip (briankip1) | 19.51 | 89.2% | 2023-08-09 |
1754. | Arindam (adam_009) | 19.51 | 96% | 2024-05-27 |
1755. | NSM101 (nsm101) | 19.47 | 93% | 2025-05-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |