alanwilliamson

[ANN] WebProxyBOT v1.1

If you use IRC all day and you like to see your events coming through that medium, then WebProxyBOT is designed for you. It allows UNIX scripts to easily send quick status messages to your IRC channel. For example, you could have a cron task that checks for disk space and if it gets too low, it would trigger a message to your IRC channel.

The WebProxyBOT listens on a given port and accepts HTTP/1.0 requests. The message destined for the IRC chat window is contained within the HTTP 'mess' form variable. For example you could trigger this using the popular wget

  wget -q http://webproxybotmachine:8080/?mess='This is a test'

Another use is a quick alert form on your web page. For example:

  <form action="http://webproxybotmachine:8080/">
    <input type="text" name="mess" size="32">
    <input type="submit" value="send quick message">
  </form>

Or if you wish to have your IRC channel update when someone hits a particular page, for example a payment page on your site then put in a link to a fictional image:

  <img src="http://webproxybotmachine:8080/?mess=SomeoneIsHere" border="0" width="1" height="1">

Supports many options including the ability to colorize the posts from the bot.

WebProxyBOT is implemented as a lightweight Java application that utilises the PircBot library to provide connectivity to the underlying IRC server. WebProxyBOT is completely free for any purpose. PircBot is free for personal, educational and non-commercial use only.

Download WebProxyBOT Package with full README instructions

Thanks to Jason Bell for pointing me in the direction of PircBot.

Written by Alan Williamson, January 2004

Comments

Very nice idea/bot ! Is there any way to get the sourcecode (in order to change the color thing for exemple) ? Thanks.

left by wullon — Monday, 21 January 2008 10:04 AM — web site

hellow ,i am new user

Visit me @ http://www.lyricsol.com

left by keleyu — Wednesday, 11 May 2005 1:09 PM

Alan,

I have installed pircbot and webproxybot as a service under win2k. i'd like to add some stop/start service capabilities, but can't seem to find the source for webproxybot. is it no longer available?

great tool, very useful.

Davey [geekfreak@gmail.com]

left by Anonymous User — Monday, 25 April 2005 9:43 PM

Edit the source code and you can insert colors and formatting by inserting Colors.RED, Colors.BLUE, Colors.BOLD, etc into the message that gets sent.

Paul

left by Anonymous User — Monday, 17 January 2005 3:31 PM

Hello Alan,

I've recently begun using this bot, and it is much appreciated! I am wondering, though, if there is a way to have the bot change the color of a post on-the-fly so to speak, e.g. ?mess=test&color=RED ?

Jestre [ant1gen@hotmail.com]

left by Anonymous User — Sunday, 12 December 2004 3:54 PM

Leave Comment

please note, all comments will be moderated for spam and abuse before being publicly posted.


 

Recent Cloud posts

Recent JAVA posts

Latest CFML posts


 
Site Links
Recommended Sites/Blogs