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 |
---|---|---|---|---|
1500. | Abhishek Gupta (abhishekg) | 28.01 | 96% | 2023-06-21 |
1501. | sat (sat128) | 28.00 | 92% | 2023-08-12 |
1502. | Bautista (d4ydr34mer) | 27.99 | 94% | 2023-07-05 |
1503. | Torpong (torpong_2023) | 27.97 | 90% | 2023-07-13 |
1504. | Maxi (maxiwbm) | 27.95 | 95% | 2024-08-19 |
1505. | bishwas dhakal (bdhakal) | 27.94 | 96% | 2024-02-05 |
1506. | Eldar (eldar_h) | 27.94 | 97% | 2025-01-01 |
1507. | Devansh Karia (code_vansh) | 27.90 | 90% | 2023-06-10 |
1508. | Mariss (marisst) | 27.89 | 95% | 2024-03-03 |
1509. | i wayan ryo indrawan (broki... | 27.89 | 93% | 2024-03-21 |
1510. | z80 (zilogz80) | 27.88 | 99.1% | 2023-12-01 |
1511. | jurc (cruj) | 27.83 | 94% | 2023-05-25 |
1512. | Novaii (novaii) | 27.83 | 90% | 2023-07-15 |
1513. | Dean (_deanmathew_) | 27.83 | 93% | 2024-10-16 |
1514. | Jaime (potatoeater34) | 27.82 | 92% | 2024-09-27 |
1515. | FITRI (slowfinger22) | 27.74 | 90% | 2025-01-28 |
1516. | Ovidiu (oschipor) | 27.73 | 97% | 2019-05-20 |
1517. | Amal (x_warhand_x) | 27.71 | 96% | 2023-11-13 |
1518. | tinytim (tinytim3) | 27.71 | 95% | 2024-10-16 |
1519. | Jeruk (tuntunn) | 27.61 | 94% | 2024-08-01 |
1520. | Patrick Mendiola (ptrckjhn) | 27.61 | 93% | 2023-07-05 |
1521. | sya (cha2) | 27.58 | 95% | 2024-06-17 |
1522. | krishna (krishna7974) | 27.52 | 89% | 2024-05-16 |
1523. | Unknown Person (iamikey7) | 27.52 | 93% | 2024-04-05 |
1524. | hadi (hadisulfe) | 27.51 | 93% | 2021-12-01 |
1525. | Navin (nikash_) | 27.49 | 93% | 2023-06-06 |
1526. | Gabriel Ramos (gabirle3u3) | 27.44 | 95% | 2024-06-07 |
1527. | Noe (charl3s_) | 27.44 | 94% | 2023-08-30 |
1528. | ethan (asdf2552) | 27.44 | 93% | 2025-06-04 |
1529. | stevenodon (stevenodon) | 27.41 | 93% | 2024-07-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |