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 |
---|---|---|---|---|
1220. | Nimit (nimitzth) | 33.04 | 94% | 2024-08-24 |
1221. | Guslix (guslix) | 33.04 | 96% | 2023-07-05 |
1222. | Nikita (nikitaux) | 33.03 | 93% | 2025-05-05 |
1223. | Simply (the_simply) | 33.02 | 92% | 2024-03-31 |
1224. | Amit (am542) | 33.01 | 97% | 2023-06-20 |
1225. | Johan7205 (joze7205) | 33.00 | 96.9% | 2023-10-20 |
1226. | Padmanava (univreaper) | 33.00 | 96% | 2023-10-29 |
1227. | parth (parthjuneja24) | 33.00 | 90% | 2024-01-13 |
1228. | Sree (sree341) | 32.99 | 94% | 2023-07-26 |
1229. | D3zzy (d3zzy) | 32.97 | 96% | 2025-04-17 |
1230. | Lotus (lphamle) | 32.93 | 93% | 2024-06-23 |
1231. | test (iliyanezami) | 32.90 | 94% | 2025-03-01 |
1232. | Mikachewww (mikachewww) | 32.90 | 90% | 2024-08-05 |
1233. | sunilprajapat (guddubahiya) | 32.87 | 98% | 2024-01-13 |
1234. | zakin fahmy (zakinfahmy) | 32.87 | 94% | 2024-04-28 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |