Image batch upload
From What The Wiki?!
perl script to do batch uploads of images to the whatthehack wiki server.
[edit]
usage
- download http://whatthehack.dyndns.org/wiki-upload.pl
- create a wiki user account
- if you have a unix system, edit the script and change the wiki.cfg name to something more useful.
- create a file on your local disk, named 'c:\local\etc\wiki.cfg'
containing 2 lines:
user=YourWikiUserName pass=YourWikiPassword
- make sure you have perl 5.8 and libwww-perl installed
[edit]
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.
