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 |
---|---|---|---|---|
182. | Jeremy (kaazairl) | 63.57 | 98% | 2024-06-17 |
183. | framespersecond (indires) | 63.55 | 99% | 2024-12-30 |
184. | nr922 (nr922) | 63.52 | 95% | 2024-05-02 |
185. | soved (biglego) | 63.44 | 94% | 2024-11-08 |
186. | (nt_chill) | 63.38 | 95% | 2023-06-29 |
187. | صَقْرُ السُّرْ... | 63.28 | 98% | 2024-09-14 |
188. | Aren (tl8xv) | 63.24 | 96% | 2023-05-23 |
189. | tw0f1v3w0n (capricitor) | 63.21 | 99.1% | 2025-02-02 |
190. | 🔰Cosmeen (mcpotato) | 63.18 | 97% | 2023-12-30 |
191. | Aloysius (dude101no) | 63.01 | 98% | 2023-07-17 |
192. | Sidak (hotblue22) | 62.97 | 95% | 2023-06-01 |
193. | Villager C (boyyolo) | 62.76 | 96% | 2023-05-28 |
194. | Zoë (boramis) | 62.55 | 97% | 2022-08-03 |
195. | David (ipanda27) | 62.54 | 94% | 2024-09-27 |
196. | better than you (craznevil) | 62.52 | 95% | 2025-01-03 |
197. | plop (ploppiplop) | 62.38 | 96% | 2023-07-10 |
198. | Alex (alexklaus) | 62.37 | 99% | 2021-09-23 |
199. | harshit (harshit712) | 62.32 | 97% | 2023-07-18 |
200. | Niels (nielsjensen) | 62.23 | 95% | 2023-06-07 |
201. | Panda (sparklehorse61) | 62.23 | 97% | 2025-01-20 |
202. | Vincent B (vbarbaresi) | 62.22 | 94% | 2024-12-04 |
203. | Ravi (ravishankarr) | 62.10 | 96.5% | 2024-07-24 |
204. | Ahnaf (ahnaf75) | 62.06 | 97% | 2024-11-13 |
205. | Kris (disarray) | 62.02 | 96% | 2023-07-07 |
206. | sytzez (sytzez) | 61.99 | 97% | 2025-02-15 |
207. | Karl (xillionpro) | 61.93 | 96% | 2024-06-17 |
208. | finityfly (finity_fly) | 61.92 | 97% | 2022-05-18 |
209. | ABCD (x007) | 61.87 | 99% | 2024-08-08 |
210. | kadomaniac (big_time_snail) | 61.78 | 99% | 2019-07-05 |
211. | Colemak (vladtsar37) | 61.73 | 94.4% | 2023-12-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |