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 |
---|---|---|---|---|
1072. | pOwl (powl_15) | 34.55 | 94% | 2023-06-22 |
1073. | Yahshi (jahshi) | 34.50 | 92% | 2025-04-20 |
1074. | Kullar (kullar45) | 34.49 | 94% | 2023-10-02 |
1075. | riverbank (riverbank) | 34.45 | 95% | 2024-02-01 |
1076. | ahmed fahad (afk_43) | 34.45 | 93.3% | 2025-01-01 |
1077. | Bit (bitnerik) | 34.40 | 96% | 2021-07-17 |
1078. | David (cptdavid) | 34.39 | 97% | 2023-11-20 |
1079. | MaitreGEEK (maitregeek) | 34.34 | 92% | 2024-10-19 |
1080. | Bonenga (bonenga) | 34.34 | 94% | 2024-09-20 |
1081. | UziPuri (uzipuri) | 34.31 | 93% | 2024-02-21 |
1082. | Samuel (noevidence) | 34.31 | 92% | 2024-09-03 |
1083. | Pengkoding handal (copypast... | 34.29 | 94% | 2025-01-06 |
1084. | Ben (banjamaan) | 34.24 | 93.5% | 2023-11-14 |
1085. | Bijoy (bijoy022_) | 34.23 | 96% | 2024-08-11 |
1086. | kketamine (kketamine) | 34.17 | 97% | 2022-01-09 |
1087. | naftaliHolland (naftali_hol... | 34.16 | 94% | 2024-02-26 |
1088. | INDO EUROPEAN (indo_europea... | 34.06 | 97% | 2021-11-10 |
1089. | Sidge (sidges) | 34.05 | 93% | 2024-06-19 |
1090. | Ahmed (ahmed78965) | 34.04 | 93% | 2023-05-28 |
1091. | luzifer2222 (luzifer2222) | 33.97 | 97% | 2024-07-12 |
1092. | Heisfer (heisfer) | 33.89 | 94.8% | 2023-12-23 |
1093. | juliet (jc848) | 33.89 | 95% | 2024-06-13 |
1094. | Arsalan Hashmi (a1_sharp) | 33.85 | 94% | 2023-09-10 |
1095. | Gaurav (gv_vik) | 33.79 | 95% | 2023-06-18 |
1096. | Richard (ozzy1970) | 33.78 | 92% | 2023-12-25 |
1097. | voxdoxx (iaeax) | 33.77 | 92% | 2024-09-26 |
1098. | zoro (bountyhunterzoro) | 33.72 | 97% | 2024-06-26 |
1099. | Ray (rebirth_21) | 33.69 | 98% | 2024-01-17 |
1100. | Nick (mitchen2) | 33.66 | 93% | 2023-07-15 |
1101. | Kevin (kevinrangel88) | 33.65 | 93% | 2023-10-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |