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 |
---|---|---|---|---|
1503. | mehul (mehul22) | 27.02 | 92% | 2023-07-29 |
1504. | keys (keys03) | 27.01 | 95% | 2023-12-29 |
1505. | harih (harithamxr) | 26.98 | 89% | 2023-06-21 |
1506. | Brennan (brundy) | 26.91 | 93.6% | 2023-09-25 |
1507. | Luke (lukedieleman) | 26.91 | 93.5% | 2024-01-25 |
1508. | Ananta Anjasmara (ananta_an... | 26.90 | 91% | 2024-03-21 |
1509. | Devesh (devesh_agarwal) | 26.89 | 93% | 2023-09-12 |
1510. | badGenes (yeiyeiyeiyeiiyeii... | 26.87 | 93% | 2023-09-05 |
1511. | Josh (turtletyper7) | 26.86 | 91% | 2023-08-14 |
1512. | Shaheen (shaheen_parveen) | 26.85 | 95% | 2023-09-08 |
1513. | Eternal Void (hope001) | 26.83 | 92% | 2024-05-15 |
1514. | rachid (marechalvanlife) | 26.80 | 94% | 2024-05-25 |
1515. | Hector (hector00001) | 26.76 | 94% | 2023-10-21 |
1516. | riyasa_2301020003 (riyasa) | 26.72 | 94% | 2024-03-21 |
1517. | kugel (kugel2024) | 26.71 | 95% | 2024-02-11 |
1518. | Jy (jy_16) | 26.66 | 91% | 2023-06-03 |
1519. | sherwin (shiiuin) | 26.65 | 91% | 2023-07-05 |
1520. | feemboiii (feemboy830) | 26.62 | 95% | 2024-07-06 |
1521. | Dave (thewave91) | 26.52 | 97.5% | 2024-10-08 |
1522. | Dinodepp (dinodepp) | 26.46 | 94.2% | 2023-11-16 |
1523. | CAL (coolcal98) | 26.45 | 93% | 2023-02-14 |
1524. | Pentametric (pentametric) | 26.45 | 93% | 2024-05-11 |
1525. | ellie (ellliee) | 26.42 | 94% | 2023-09-08 |
1526. | Ra (ratsquare) | 26.40 | 93% | 2023-08-01 |
1527. | Arturo (arturo25) | 26.34 | 94.6% | 2023-09-26 |
1528. | WizardRubic (wizardrubic) | 26.31 | 94% | 2024-12-24 |
1529. | vivek (vc8bp) | 26.26 | 93% | 2023-07-03 |
1530. | JAVI (javimadrid5) | 26.26 | 95% | 2025-02-21 |
1531. | renan (renanv) | 26.25 | 93% | 2023-07-20 |
1532. | Kuldipsinh Gohil (kdeee) | 26.23 | 92% | 2023-05-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |