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 |
---|---|---|---|---|
1212. | Parafinico (parafinico) | 33.52 | 94% | 2024-02-07 |
1213. | melvin (melvink) | 33.51 | 95% | 2023-05-24 |
1214. | adarshdhital007 (adarshdhit... | 33.49 | 92% | 2023-05-23 |
1215. | Puho (puho_op) | 33.42 | 92% | 2023-06-10 |
1216. | Pancake (pancake654684) | 33.35 | 95% | 2024-11-10 |
1217. | Aakib (aa_0808_) | 33.34 | 97% | 2023-08-28 |
1218. | Vinne (vinneruch) | 33.33 | 95% | 2024-07-30 |
1219. | Logan Hays (loganhays) | 33.27 | 96.6% | 2025-02-23 |
1220. | ILoveLofi (ginpaku) | 33.26 | 92% | 2023-08-29 |
1221. | Miro Beky (bekynator) | 33.20 | 97% | 2023-07-14 |
1222. | Type (typeracer_0) | 33.19 | 92% | 2023-12-04 |
1223. | Binup (binup) | 33.13 | 97% | 2023-07-06 |
1224. | CodeMasterRobby (robbyspark) | 33.11 | 92% | 2023-11-19 |
1225. | Muhammad (ghaith_x) | 33.10 | 92% | 2023-07-31 |
1226. | heunty (heunty) | 33.07 | 92% | 2023-07-28 |
1227. | Marwane (soceu30) | 33.07 | 94% | 2023-07-25 |
1228. | tormentedBishop (cerealkill... | 33.05 | 92% | 2025-02-04 |
1229. | Nimit (nimitzth) | 33.04 | 94% | 2024-08-24 |
1230. | Guslix (guslix) | 33.04 | 96% | 2023-07-05 |
1231. | Nikita (nikitaux) | 33.03 | 93% | 2025-05-05 |
1232. | Simply (the_simply) | 33.02 | 92% | 2024-03-31 |
1233. | Amit (am542) | 33.01 | 97% | 2023-06-20 |
1234. | Johan7205 (joze7205) | 33.00 | 96.9% | 2023-10-20 |
1235. | Padmanava (univreaper) | 33.00 | 96% | 2023-10-29 |
1236. | parth (parthjuneja24) | 33.00 | 90% | 2024-01-13 |
1237. | Sree (sree341) | 32.99 | 94% | 2023-07-26 |
1238. | D3zzy (d3zzy) | 32.97 | 96% | 2025-04-17 |
1239. | Lotus (lphamle) | 32.93 | 93% | 2024-06-23 |
1240. | test (iliyanezami) | 32.90 | 94% | 2025-03-01 |
1241. | Mikachewww (mikachewww) | 32.90 | 90% | 2024-08-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |