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 |
---|---|---|---|---|
1744. | Gerome Masiglat (gpmasiglat) | 21.94 | 96% | 2023-07-05 |
1745. | issa (issaxxx) | 21.69 | 92% | 2024-03-09 |
1746. | Ludger (ludger) | 21.64 | 90.1% | 2023-12-04 |
1747. | Amazing_zing (amazing_zing) | 21.57 | 96% | 2023-08-21 |
1748. | samy99 (samy99) | 21.57 | 95% | 2023-07-12 |
1749. | Bilal (maxpaulmax6gmailco) | 21.49 | 90% | 2023-07-15 |
1750. | SoulShifter (naksumin) | 21.48 | 91.4% | 2024-09-03 |
1751. | Rachel (rachel30ann) | 21.37 | 93% | 2024-08-19 |
1752. | austirol (austirol) | 21.36 | 92% | 2023-12-20 |
1753. | Dre (dreahid) | 21.33 | 92% | 2024-08-27 |
1754. | Havoc Zirp (havoc_zirp) | 21.22 | 93% | 2024-05-14 |
1755. | Hameed (hameed069) | 21.03 | 93% | 2024-02-04 |
1756. | love (love1123) | 21.01 | 97% | 2023-06-06 |
1757. | divyanshu maurya (divyanshu... | 20.97 | 93% | 2023-08-18 |
1758. | rania (sdw0dp) | 20.91 | 90% | 2024-05-11 |
1759. | t11h (t111h) | 20.91 | 94% | 2022-03-22 |
1760. | John Nash (dibbu) | 20.86 | 95% | 2024-08-12 |
1761. | Enock (enockmutanga01) | 20.46 | 97% | 2023-08-08 |
1762. | Ajay (ajaymaurya51) | 20.40 | 92% | 2023-07-27 |
1763. | syna (syna51) | 20.30 | 91% | 2024-08-15 |
1764. | Sahil Pradhan (sahil_rules) | 20.16 | 94% | 2024-07-02 |
1765. | David (devir67) | 19.99 | 96% | 2024-04-05 |
1766. | osm_037 (osama_the_racer) | 19.98 | 90% | 2023-10-21 |
1767. | keyur (keyur_1906) | 19.90 | 93% | 2025-01-09 |
1768. | shk_bilal (shk_bilal) | 19.80 | 91% | 2023-08-17 |
1769. | Marko (hawk691) | 19.78 | 96% | 2025-04-24 |
1770. | christopher (chris798612) | 19.67 | 93% | 2025-02-12 |
1771. | A (_akshaya) | 19.65 | 93% | 2024-10-27 |
1772. | El (elchapo0) | 19.62 | 91% | 2023-06-13 |
1773. | Brian Kip (briankip1) | 19.51 | 89.2% | 2023-08-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |