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 |
---|---|---|---|---|
679. | Shivesh Tiwari (yuvanastra) | 45.66 | 94% | 2023-08-02 |
680. | Arif (arifali) | 45.62 | 97.1% | 2023-11-21 |
681. | Mike (mirkzzz) | 45.62 | 95% | 2023-11-15 |
682. | Phaced (phaced) | 45.61 | 96% | 2024-02-05 |
683. | Tellcode (tellcode) | 45.61 | 94% | 2025-02-21 |
684. | Electric (cuitcuit) | 45.56 | 96% | 2022-02-10 |
685. | (joetyper2014) | 45.53 | 95.8% | 2023-10-23 |
686. | Changxiang (changie) | 45.51 | 89.4% | 2024-01-07 |
687. | Stefan (stoofstoofstoof) | 45.46 | 92% | 2023-07-10 |
688. | Adam (adames4) | 45.45 | 95% | 2023-06-09 |
689. | Arvi (arvi4321) | 45.40 | 97% | 2024-07-17 |
690. | jasim (willnotreveal) | 45.37 | 95% | 2024-04-22 |
691. | Shamees (shameesmanikuni) | 45.36 | 96.9% | 2024-10-14 |
692. | Tushar (dark_thunder) | 45.35 | 97% | 2023-09-20 |
693. | Do Less (slow_z) | 45.34 | 98% | 2025-07-01 |
694. | oxenfurt (oxenfurt) | 45.29 | 96% | 2023-06-29 |
695. | pug (poug) | 45.24 | 96% | 2025-02-16 |
696. | Lai (tastfyper) | 45.21 | 95% | 2019-11-27 |
697. | Eliza (tuberkulose_eddy) | 45.20 | 96% | 2022-01-02 |
698. | tstats[xeg28] (xeg28) | 45.19 | 93% | 2023-07-09 |
699. | Bijay (moneybijay) | 45.18 | 97% | 2022-10-21 |
700. | Jimmy (devjimmyboy) | 45.14 | 93% | 2023-05-31 |
701. | saitama (himanshugoswami) | 45.12 | 98% | 2023-06-15 |
702. | Kaylubb (jicaleb) | 45.10 | 95% | 2024-09-30 |
703. | Harsh (todorokishotoua15) | 45.09 | 97% | 2023-08-06 |
704. | Oof (fedoking) | 45.09 | 94% | 2024-07-04 |
705. | Serg (seprimion) | 44.95 | 97.2% | 2024-02-28 |
706. | (mononym_jisoo) | 44.94 | 94% | 2019-09-09 |
707. | Chals (djchals) | 44.93 | 96% | 2023-08-09 |
708. | Ben (ben_jammin) | 44.92 | 95% | 2024-05-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |