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 |
---|---|---|---|---|
1262. | Mr. T (mrtanuarta) | 32.51 | 97% | 2024-02-23 |
1263. | Kevin (kevin_31) | 32.45 | 91.5% | 2024-04-19 |
1264. | Yi-Chen (yichenlo) | 32.44 | 90.1% | 2024-03-16 |
1265. | darren (darrenduhdragon) | 32.43 | 95% | 2023-07-13 |
1266. | sina (sina123) | 32.42 | 96% | 2023-12-31 |
1267. | Mahfuj Ahmed Jim (mahuj_ahm... | 32.39 | 95% | 2023-08-21 |
1268. | arman (sjraja) | 32.38 | 94.8% | 2023-12-11 |
1269. | Palestine Freedom (greenza) | 32.38 | 96% | 2024-05-02 |
1270. | monto (go0f4) | 32.38 | 96% | 2025-01-08 |
1271. | Sara (sacca) | 32.36 | 94% | 2023-10-27 |
1272. | Silver (psilverfish) | 32.34 | 96% | 2023-04-13 |
1273. | Gnany (gnanyadapa) | 32.27 | 94% | 2023-09-12 |
1274. | kin (kin24) | 32.27 | 94% | 2024-08-30 |
1275. | tstats[abu_egila] (abu_egila) | 32.25 | 94% | 2023-09-19 |
1276. | Ho Si Binh (sibinhho99) | 32.24 | 94% | 2023-06-27 |
1277. | suraj pratap singh (9910729... | 32.23 | 98% | 2023-10-17 |
1278. | TargiX (targix) | 32.18 | 92% | 2023-11-14 |
1279. | Speedcuber (marzuq_speedcuber) | 32.18 | 95% | 2024-01-18 |
1280. | Nandan (c2h5oh) | 32.17 | 94% | 2025-03-08 |
1281. | Rana (rana_1996) | 32.16 | 94% | 2020-01-28 |
1282. | GAB (_leynx) | 32.14 | 92% | 2023-12-28 |
1283. | Ivan (palakol80) | 32.11 | 93% | 2024-06-21 |
1284. | dotanoob (dotanoob) | 32.09 | 95% | 2023-06-26 |
1285. | T-Money (bigboydragon) | 32.08 | 94% | 2023-07-13 |
1286. | Michael (m1cky82) | 32.04 | 96% | 2023-07-15 |
1287. | Gagan Deep (slim0123) | 32.03 | 96% | 2024-05-08 |
1288. | Earl Taladua (earlt3) | 32.00 | 93% | 2023-07-05 |
1289. | ReUN9x (reun9x) | 31.97 | 94% | 2024-03-20 |
1290. | Covert_G (covert_g) | 31.97 | 94% | 2024-08-02 |
1291. | teresa (tterrrz) | 31.97 | 98% | 2024-12-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |