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 |
---|---|---|---|---|
1564. | Eternal Void (hope001) | 26.83 | 92% | 2024-05-15 |
1565. | rachid (marechalvanlife) | 26.80 | 94% | 2024-05-25 |
1566. | Hector (hector00001) | 26.76 | 94% | 2023-10-21 |
1567. | riyasa_2301020003 (riyasa) | 26.72 | 94% | 2024-03-21 |
1568. | kugel (kugel2024) | 26.71 | 95% | 2024-02-11 |
1569. | Jy (jy_16) | 26.66 | 91% | 2023-06-03 |
1570. | sherwin (shiiuin) | 26.65 | 91% | 2023-07-05 |
1571. | feemboiii (feemboy830) | 26.62 | 95% | 2024-07-06 |
1572. | Dave (thewave91) | 26.52 | 97.5% | 2024-10-08 |
1573. | Yarot Sanabria L. (yarot123) | 26.51 | 95% | 2025-05-28 |
1574. | Dinodepp (dinodepp) | 26.46 | 94.2% | 2023-11-16 |
1575. | CAL (coolcal98) | 26.45 | 93% | 2023-02-14 |
1576. | Pentametric (pentametric) | 26.45 | 93% | 2024-05-11 |
1577. | ellie (ellliee) | 26.42 | 94% | 2023-09-08 |
1578. | Ra (ratsquare) | 26.40 | 93% | 2023-08-01 |
1579. | Arturo (arturo25) | 26.34 | 94.6% | 2023-09-26 |
1580. | WizardRubic (wizardrubic) | 26.31 | 94% | 2024-12-24 |
1581. | vivek (vc8bp) | 26.26 | 93% | 2023-07-03 |
1582. | JAVI (javimadrid5) | 26.26 | 95% | 2025-02-21 |
1583. | renan (renanv) | 26.25 | 93% | 2023-07-20 |
1584. | Kuldipsinh Gohil (kdeee) | 26.23 | 92% | 2023-05-25 |
1585. | Jakob (jakobsw2002) | 26.22 | 92% | 2023-11-10 |
1586. | K1dz (ayla_k1dz) | 26.12 | 96% | 2024-09-26 |
1587. | Fatin (far10) | 26.10 | 96.2% | 2024-02-27 |
1588. | mony (mony_typer) | 26.08 | 93% | 2022-04-09 |
1589. | Elius H Himel (eliushhimel) | 26.05 | 93% | 2022-03-07 |
1590. | NamNamNam (galnam) | 26.04 | 91% | 2024-09-18 |
1591. | heungchowong (heungchowong) | 26.03 | 95% | 2024-03-05 |
1592. | Erick_Vargas (erick_vargas) | 26.02 | 89% | 2025-05-25 |
1593. | kp (kpraj) | 26.02 | 95% | 2023-07-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |