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 |
---|---|---|---|---|
1306. | konsti (timid6274) | 31.42 | 93% | 2023-11-02 |
1307. | Andrés (andresmosquera) | 31.41 | 94% | 2023-09-17 |
1308. | tsushima (tsushima) | 31.41 | 93.7% | 2024-02-19 |
1309. | salvation (mo7a_1913) | 31.38 | 90% | 2021-09-18 |
1310. | D (d_qwerty) | 31.38 | 95% | 2024-10-31 |
1311. | vala (pandomi) | 31.34 | 94% | 2024-07-16 |
1312. | Blitzgate (blitzgate) | 31.33 | 92% | 2023-07-11 |
1313. | ISU (isu_theking) | 31.32 | 91% | 2025-02-07 |
1314. | NoobKnocker (noob_knocker_1... | 31.32 | 96% | 2023-08-31 |
1315. | ivy (lt_ivy) | 31.27 | 96% | 2023-12-22 |
1316. | Jay (jelly_dot) | 31.24 | 98% | 2024-05-09 |
1317. | George (gkoubbe) | 31.22 | 95% | 2023-07-25 |
1318. | Rene (reneespinosa) | 31.22 | 94% | 2023-10-08 |
1319. | Abu Fadel (a7medfadel) | 31.17 | 93% | 2023-08-15 |
1320. | 🔻KareemHany_FreePalestin... | 31.14 | 91.8% | 2023-12-20 |
1321. | duk (kwyub3) | 31.12 | 79% | 2023-08-17 |
1322. | SnekChrmr (snekchrmr) | 31.09 | 95% | 2025-02-03 |
1323. | MAMUN (wmamunhossain) | 31.08 | 96% | 2024-05-08 |
1324. | Criss_Gaming69 (criss_gamin... | 31.05 | 96% | 2024-04-14 |
1325. | Yani (yanidesu) | 31.04 | 94% | 2024-03-05 |
1326. | Gogetassjblue (gogetassjblue) | 30.99 | 92% | 2025-05-14 |
1327. | Ishwar (ishwar123) | 30.98 | 93% | 2023-05-24 |
1328. | yeediot (yeediot) | 30.93 | 92% | 2025-05-30 |
1329. | zakir (zakirhossen) | 30.92 | 94% | 2023-07-26 |
1330. | Mark (markharley12) | 30.90 | 95.3% | 2023-09-27 |
1331. | Selina (selinafinelli) | 30.88 | 97% | 2025-03-28 |
1332. | Superman (supu03) | 30.82 | 93.9% | 2024-06-27 |
1333. | Arthur (99guest99) | 30.80 | 94% | 2023-11-19 |
1334. | Wong (on99487) | 30.75 | 91% | 2024-10-14 |
1335. | Gonzalo (gmurop) | 30.73 | 94.9% | 2024-02-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |