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 |
---|---|---|---|---|
1235. | Vincent (rubixon) | 32.86 | 94% | 2023-09-03 |
1236. | krish (krish008) | 32.82 | 95% | 2023-07-14 |
1237. | Ye (very_vrooooom) | 32.82 | 94% | 2023-08-11 |
1238. | fiki (fiki_miki) | 32.80 | 92% | 2022-09-23 |
1239. | Rema1000 (rqsxxth) | 32.80 | 98% | 2023-09-20 |
1240. | Dandy (handy_dandy) | 32.80 | 93% | 2024-08-03 |
1241. | southwordcloud6 (southwordc... | 32.79 | 92% | 2024-01-28 |
1242. | famu (fattaa) | 32.75 | 95% | 2025-02-04 |
1243. | Rahul Naskar (codemi) | 32.75 | 94% | 2025-06-10 |
1244. | Trackti (trackti_) | 32.74 | 93% | 2024-03-17 |
1245. | Ark (ark333) | 32.72 | 94% | 2023-01-25 |
1246. | deewa (dewakuneiei) | 32.67 | 96% | 2024-10-30 |
1247. | Ankur Gupta (ankur_g) | 32.66 | 96% | 2023-05-25 |
1248. | 😎 (badtyper122) | 32.65 | 90% | 2023-05-23 |
1249. | Speed_Demon (m_therf_cker) | 32.62 | 96% | 2024-10-01 |
1250. | some day (hatia_34534234) | 32.59 | 93% | 2023-07-04 |
1251. | Alekseevich (alekseevich_cmu) | 32.55 | 92% | 2023-06-12 |
1252. | Mr. T (mrtanuarta) | 32.51 | 97% | 2024-02-23 |
1253. | Kevin (kevin_31) | 32.45 | 91.5% | 2024-04-19 |
1254. | Yi-Chen (yichenlo) | 32.44 | 90.1% | 2024-03-16 |
1255. | darren (darrenduhdragon) | 32.43 | 95% | 2023-07-13 |
1256. | sina (sina123) | 32.42 | 96% | 2023-12-31 |
1257. | Mahfuj Ahmed Jim (mahuj_ahm... | 32.39 | 95% | 2023-08-21 |
1258. | arman (sjraja) | 32.38 | 94.8% | 2023-12-11 |
1259. | Palestine Freedom (greenza) | 32.38 | 96% | 2024-05-02 |
1260. | monto (go0f4) | 32.38 | 96% | 2025-01-08 |
1261. | Sara (sacca) | 32.36 | 94% | 2023-10-27 |
1262. | Silver (psilverfish) | 32.34 | 96% | 2023-04-13 |
1263. | Gnany (gnanyadapa) | 32.27 | 94% | 2023-09-12 |
1264. | kin (kin24) | 32.27 | 94% | 2024-08-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |