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 |
---|---|---|---|---|
1105. | Type (typeracer_0) | 33.19 | 92% | 2023-12-04 |
1106. | Binup (binup) | 33.13 | 97% | 2023-07-06 |
1107. | CodeMasterRobby (robbyspark) | 33.11 | 92% | 2023-11-19 |
1108. | Muhammad (ghaith_x) | 33.10 | 92% | 2023-07-31 |
1109. | heunty (heunty) | 33.07 | 92% | 2023-07-28 |
1110. | cerealkiller (cerealkillerd... | 33.05 | 92% | 2025-02-04 |
1111. | Nimit (nimitzth) | 33.04 | 94% | 2024-08-24 |
1112. | Nikita (nikitaux) | 33.03 | 93% | 2025-05-05 |
1113. | Simply (the_simply) | 33.02 | 92% | 2024-03-31 |
1114. | Amit (am542) | 33.01 | 97% | 2023-06-20 |
1115. | Johan7205 (joze7205) | 33.00 | 96.9% | 2023-10-20 |
1116. | Padmanava (univreaper) | 33.00 | 96% | 2023-10-29 |
1117. | parth (parthjuneja24) | 33.00 | 90% | 2024-01-13 |
1118. | Sree (sree341) | 32.99 | 94% | 2023-07-26 |
1119. | D3zzy (d3zzy) | 32.97 | 96% | 2025-04-17 |
1120. | Lotus (lphamle) | 32.93 | 93% | 2024-06-23 |
1121. | test (iliyanezami) | 32.90 | 94% | 2025-03-01 |
1122. | Mikachewww (mikachewww) | 32.90 | 90% | 2024-08-05 |
1123. | sunilprajapat (guddubahiya) | 32.87 | 98% | 2024-01-13 |
1124. | zakin fahmy (zakinfahmy) | 32.87 | 94% | 2024-04-28 |
1125. | Vincent (rubixon) | 32.86 | 94% | 2023-09-03 |
1126. | krish (krish008) | 32.82 | 95% | 2023-07-14 |
1127. | Ye (very_vrooooom) | 32.82 | 94% | 2023-08-11 |
1128. | fiki (fiki_miki) | 32.80 | 92% | 2022-09-23 |
1129. | Rema1000 (rqsxxth) | 32.80 | 98% | 2023-09-20 |
1130. | southwordcloud6 (southwordc... | 32.79 | 92% | 2024-01-28 |
1131. | famu (fattaa) | 32.75 | 95% | 2025-02-04 |
1132. | Trackti (trackti_) | 32.74 | 93% | 2024-03-17 |
1133. | Ark (ark333) | 32.72 | 94% | 2023-01-25 |
1134. | deewa (dewakuneiei) | 32.67 | 96% | 2024-10-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |