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 |
|---|---|---|---|---|
| 686. | .zeki (zek1shaa) | 45.94 | 92% | 2024-02-05 |
| 687. | jesuschristluvsme (jesuschr... | 45.90 | 98% | 2024-03-22 |
| 688. | . (tj44) | 45.87 | 93% | 2019-10-06 |
| 689. | Eduardo (airplane_cakes) | 45.85 | 92% | 2024-07-29 |
| 690. | Hayk (danghyan) | 45.81 | 96% | 2023-06-16 |
| 691. | Keira (000power111) | 45.80 | 96% | 2023-08-03 |
| 692. | lol (snorlaxtan) | 45.73 | 96% | 2024-12-24 |
| 693. | Sreejith (smssreejith) | 45.72 | 97% | 2023-05-25 |
| 694. | Hello (arnab_9997) | 45.71 | 94% | 2022-03-05 |
| 695. | Youisf (abuzuhaira) | 45.70 | 93% | 2023-12-04 |
| 696. | MyckasP (myckasp) | 45.70 | 93% | 2025-02-01 |
| 697. | ZAKARIA (zwzone) | 45.68 | 96% | 2024-02-15 |
| 698. | Inflixamab (zhengj255) | 45.67 | 94% | 2023-08-02 |
| 699. | Shivesh Tiwari (yuvanastra) | 45.66 | 94% | 2023-08-02 |
| 700. | Arif (arifali) | 45.62 | 97.1% | 2023-11-21 |
| 701. | Mike (mirkzzz) | 45.62 | 95% | 2023-11-15 |
| 702. | Phaced (phaced) | 45.61 | 96% | 2024-02-05 |
| 703. | Tellcode (tellcode) | 45.61 | 94% | 2025-02-21 |
| 704. | Electric (cuitcuit) | 45.56 | 96% | 2022-02-10 |
| 705. | (joetyper2014) | 45.53 | 95.8% | 2023-10-23 |
| 706. | Changxiang (changie) | 45.51 | 89.4% | 2024-01-07 |
| 707. | Stefan (stoofstoofstoof) | 45.46 | 92% | 2023-07-10 |
| 708. | Adam (adames4) | 45.45 | 95% | 2023-06-09 |
| 709. | Arvi (arvi4321) | 45.40 | 97% | 2024-07-17 |
| 710. | jasim (willnotreveal) | 45.37 | 95% | 2024-04-22 |
| 711. | Shamees (shameesmanikuni) | 45.36 | 96.9% | 2024-10-14 |
| 712. | Tushar (dark_thunder) | 45.35 | 97% | 2023-09-20 |
| 713. | Do Less (slow_z) | 45.34 | 98% | 2025-07-01 |
| 714. | oxenfurt (oxenfurt) | 45.29 | 96% | 2023-06-29 |
| 715. | pug (poug) | 45.24 | 96% | 2025-02-16 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,688 | 44.34 | October 3, 2018 |