Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!

User:Tux/TuxBot: Difference between revisions

From the Club Penguin Wiki, the free, editable encyclopedia about Club Penguin
Jump to navigation Jump to search
imported>Tux
No edit summary
imported>Tux
Tux moved page User:Andrew/TuxBot to User:Tux/TuxBot: Automatically moved page while renaming the user "Andrew" to "Tux"
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
TuxBot is an IRC bot that is CPWNBot, only a LOT more limited in scope, and privately owned. !urlcheck'd URLs are checked with a user agent "TuxBot (+http://the.leet.la/s/6)" with a shortened link to this page.
TuxBot is an IRC bot that is CPWNBot, only a LOT more limited in scope, and privately owned.


== Features ==
== Features ==
* Logging ([http://2.leet.la/s/4 web interface], more later)
* Logging ([http://wonderful.madhacker.biz:5557/logger.py web interface], more later)
* URL shortener (using custom semi-private URL shortener) using !short URL
* URL shortener (using custom semi-private URL shortener) using !short URL
* HTML title checking (currently for <nowiki>http://</nowiki> urls) if !urlcheck is issued by owner
* HTML title checking (currently for <nowiki>http://</nowiki> urls) if !urlcheck is issued by owner
* Random words (!word)
== Notes ==
* The logger runs on my Wiinux, so the web interface is there as well -- it's proxied from my server.


== Open source code ==
== Open source code ==
* [http://wonderful.madhacker.biz/lilurl-api/wiki URL shortener is modified lilURL]. I know ur1.ca has a modified version as well with an API. My version additionally adds GET support to the normal index.php page. (eg <nowiki>/lilurl/?longurl=http://example.com</nowiki>)
* [https://wonderful.madhacker.biz/svn/lilurl-api URL shortener is modified lilURL]. I know ur1.ca has a modified version as well with an API. My version additionally adds GET support to the normal index.php page. (eg <nowiki>/lilurl/?longurl=http://example.com</nowiki>)
* [https://wonderful.madhacker.biz/svn/tuxbot The bot itself]

Latest revision as of 01:16, 21 May 2012

TuxBot is an IRC bot that is CPWNBot, only a LOT more limited in scope, and privately owned.

Features

  • Logging (web interface, more later)
  • URL shortener (using custom semi-private URL shortener) using !short URL
  • HTML title checking (currently for http:// urls) if !urlcheck is issued by owner
  • Random words (!word)

Notes

  • The logger runs on my Wiinux, so the web interface is there as well -- it's proxied from my server.

Open source code