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 |
---|---|---|---|---|
1024. | Omer (omergulen) | 37.38 | 90% | 2023-08-11 |
1025. | wildbaguette (wildbaguette) | 37.29 | 98.1% | 2024-07-05 |
1026. | Rafi (bonnis) | 37.27 | 95% | 2018-10-12 |
1027. | DaiyanNoory (dahy) | 37.27 | 96% | 2024-01-28 |
1028. | Mutasim Mualimi (mutasim_2001) | 37.27 | 94% | 2023-06-07 |
1029. | Entro (entro_50) | 37.23 | 95% | 2024-08-07 |
1030. | peter (peterjes) | 37.22 | 94% | 2023-07-05 |
1031. | gazi (gazi_maksudur) | 37.22 | 95% | 2023-06-05 |
1032. | Zeyad (zeyad_mohamed) | 37.18 | 94% | 2023-06-18 |
1033. | nawara (_nc_) | 37.18 | 96% | 2024-06-11 |
1034. | Eternal religion (youvakish... | 37.17 | 94% | 2023-06-27 |
1035. | Jack (jackkieny) | 37.17 | 94% | 2023-07-13 |
1036. | Marcelo (kokosensei) | 37.17 | 97% | 2024-10-19 |
1037. | Rhuan (riaspc) | 37.17 | 92% | 2024-07-21 |
1038. | Afzal (afzal_ansari) | 37.16 | 97% | 2024-01-10 |
1039. | Hrigved (hrigved) | 37.13 | 93% | 2024-05-21 |
1040. | shawn (troublend) | 37.12 | 96% | 2023-12-13 |
1041. | AF1 (az___a) | 37.12 | 97% | 2024-05-03 |
1042. | MarkCasuco (travsmakoy5) | 37.10 | 94% | 2025-01-20 |
1043. | SKY (skymurdock53) | 37.09 | 94% | 2023-10-25 |
1044. | Aaron (fake_aaron) | 37.05 | 97% | 2024-03-25 |
1045. | Salam Adel (salam1800) | 36.96 | 95% | 2023-08-31 |
1046. | tomy (zendex13) | 36.93 | 94% | 2023-06-29 |
1047. | (chillzyycancode) | 36.91 | 93% | 2022-08-19 |
1048. | Free Palestine (koenigsegg77) | 36.88 | 95.9% | 2024-07-23 |
1049. | Tsuki (tsukizora) | 36.88 | 97% | 2023-05-31 |
1050. | Daniel (shline) | 36.87 | 92% | 2024-04-17 |
1051. | Steven (steven_ecuador) | 36.87 | 98% | 2025-04-03 |
1052. | Nuthasith (nat9dai) | 36.85 | 94% | 2025-02-12 |
1053. | Rara (luckycrowd) | 36.83 | 96% | 2024-06-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |