I have a web site that ppl upload small txt files to and im after a script for a eggdrop to announce the file that has been uploaded in to irc
the person uploads the file to the web site then the bot tells the channel the file was uploaded.. ( textfile.txt_was.upload.to.www.... etc )
the site is passworded so the script will need to log in then check the dir / web site.
is there any scripts available for this, i have searched a few script sites and found nothing or can somebody please tell me the commands i need to create this script
MrK wrote:which would be easiest ? the bot 2 web ( prefered ) or the web 2 bot
Both solutions depend on what's running on the webserver. What kind of password protection, and what scripting language the upload thing is written in. I think a solution where the webserver tells the bot about new files will be better because then you won't have to hammer the site checking for changes.