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 |
---|---|---|---|---|
1079. | elias (eli240sx) | 36.10 | 93% | 2024-05-20 |
1080. | Den4ik (_bober_) | 36.05 | 94% | 2024-03-01 |
1081. | Xen0 (xen02o) | 36.04 | 92% | 2024-08-06 |
1082. | Higuys (higuys098) | 36.01 | 98% | 2024-11-05 |
1083. | jht (jht0) | 36.00 | 95.4% | 2024-07-05 |
1084. | ನವೀನ (navi) (naveen... | 35.95 | 95% | 2025-05-27 |
1085. | MX MECHANICAL (mx_mechanical) | 35.94 | 94% | 2024-09-01 |
1086. | prairie2022 (prairie) | 35.93 | 94% | 2024-04-07 |
1087. | No (bambusnippel) | 35.87 | 98% | 2019-10-10 |
1088. | dav (dave999) | 35.85 | 93% | 2024-03-25 |
1089. | hack89 (hack89) | 35.84 | 95% | 2022-01-06 |
1090. | Mar la arag. (duale260) | 35.83 | 95.1% | 2024-06-21 |
1091. | Alex Beltran T. (beltran_ta... | 35.68 | 95% | 2025-06-10 |
1092. | Chris (rykthos) | 35.66 | 94% | 2024-08-13 |
1093. | tstats[federinik] (federinik) | 35.63 | 95% | 2024-06-09 |
1094. | Ioan (ioans) | 35.61 | 95% | 2022-09-28 |
1095. | Normal_Coder (normal_coder) | 35.59 | 92% | 2023-05-25 |
1096. | Delaan (hypa) | 35.58 | 93% | 2024-01-11 |
1097. | Kristijan (kristijan23) | 35.57 | 94% | 2025-02-28 |
1098. | iStealCatNips (i_steal_cat_... | 35.56 | 94% | 2024-05-14 |
1099. | Kare (khorium) | 35.55 | 94% | 2023-06-27 |
1100. | Antonio (some1b) | 35.55 | 94% | 2023-07-24 |
1101. | Mohamed (wooork) | 35.54 | 96% | 2025-01-28 |
1102. | Ninal (jinu_jam) | 35.52 | 95% | 2023-07-09 |
1103. | Sahil Singh (sahilsingh15) | 35.49 | 94% | 2024-05-14 |
1104. | Aman maheshwari (aman0123) | 35.47 | 97% | 2024-12-29 |
1105. | ehahaha (ehahaha) | 35.46 | 95% | 2024-02-01 |
1106. | Maarten (mette1337) | 35.42 | 95% | 2023-07-20 |
1107. | Nathan (baynay) | 35.41 | 97% | 2025-01-30 |
1108. | Sebastian (4555) | 35.38 | 95% | 2024-02-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |