I'm not even sure ANYONE ELSE will use this :)

Dec 09, 2008 14:15

...But nonetheless, I think it's nifty. If you're using a flavour of unix/linux that has bash and wget installed on it, feel free to use it.

#!/bin/bash
url=`echo ${1}`
charname=`echo ${url}|awk -F "=" '{print $3}'`
wget -q -e "header = Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" -e " ( Read more... )

Leave a comment

Comments 4

icemem December 9 2008, 15:07:25 UTC
Wait, you've coded a shell script to access wow?
You realise that this makes you amongst the nerdiest men alive, right?

(Sadly, my first reaction was 'oh, right, okay, that's pretty neat!')

Reply

tha_moose December 9 2008, 15:19:24 UTC
Um, yeah. Give it your armoury url and it'll give you a wowhead item comparison that you can use to see their 3D modelviewer.

I'm at least 97% geekier than the average man ;D

Reply


tyris_flare December 9 2008, 15:59:43 UTC
This is probably the hottest entry on my flist ^^

Reply


(The comment has been removed)

tha_moose December 10 2008, 11:54:41 UTC
Or try curl instead? I've not used it that much, perhaps that'll be today's lunchbreak ;D

Reply


Leave a comment

Up