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 |
---|---|---|---|---|
1135. | nphkhaiky (kadfadf) | 36.72 | 94% | 2025-03-04 |
1136. | jarjar_skywalker (jarjar_sk... | 36.64 | 96.2% | 2024-01-26 |
1137. | Andrej (andy144) | 36.61 | 94% | 2023-06-15 |
1138. | Leo (tfeq) | 36.60 | 94% | 2023-07-10 |
1139. | syadh (sy4dh) | 36.59 | 95% | 2024-06-29 |
1140. | Why? (heartticket) | 36.57 | 93% | 2024-08-12 |
1141. | Dave (zxzt) | 36.54 | 96% | 2023-08-10 |
1142. | CyberHawk (cyber_hawk) | 36.50 | 94% | 2024-08-11 |
1143. | Nháºt (phieulong97) | 36.49 | 94% | 2023-06-28 |
1144. | aadithebest (aadithebeast) | 36.49 | 94% | 2025-07-01 |
1145. | romak (romak_ug) | 36.49 | 96% | 2025-09-06 |
1146. | Maverick (asanalikhan) | 36.47 | 92% | 2024-04-25 |
1147. | Israel_kills_childrens (ism... | 36.46 | 93% | 2023-07-20 |
1148. | Kaan Alp (kaanalp28) | 36.45 | 96% | 2025-04-10 |
1149. | Yuyutsu Poudel (yuyutsu1) | 36.41 | 95% | 2024-05-23 |
1150. | PAKISTAN (mirtyping) | 36.41 | 93.8% | 2025-02-22 |
1151. | AwesomeMe (grandmasterabc) | 36.39 | 91% | 2023-05-24 |
1152. | RayPist (infector) | 36.36 | 93% | 2025-09-24 |
1153. | zenithzel (zenithzel) | 36.32 | 93% | 2023-09-04 |
1154. | Dayra (dayrathebest123) | 36.31 | 95% | 2023-06-06 |
1155. | seigou (ninjawanko) | 36.31 | 91% | 2024-08-04 |
1156. | BOB (nimtech) | 36.28 | 92% | 2023-07-26 |
1157. | Valliappan (its_me04) | 36.24 | 96% | 2023-08-02 |
1158. | James (wnston) | 36.23 | 91% | 2021-10-01 |
1159. | Mkj (mediumrareonly) | 36.22 | 93% | 2023-07-28 |
1160. | YAZ (yazaitee) | 36.15 | 92% | 2024-08-13 |
1161. | elias (eli240sx) | 36.10 | 93% | 2024-05-20 |
1162. | Den4ik (_bober_) | 36.05 | 94% | 2024-03-01 |
1163. | Xen0 (xen02o) | 36.04 | 92% | 2024-08-06 |
1164. | Higuys (higuys098) | 36.01 | 98% | 2024-11-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |