Image batch upload

From What The Wiki?!

perl script to do batch uploads of images to the whatthehack wiki server.

usage

containing 2 lines:

 user=YourWikiUserName
 pass=YourWikiPassword
  • make sure you have perl 5.8 and libwww-perl installed

uploading files

run the script, with alternating the image filename, and the image description.

 perl wiki-upload.pl file1.jpg "description of 1" file2.jpg "description of 2"

you can add as many files as your commandline length allows.

contact User:Itsme for feedback.