Skip to content
/ cybot Public
forked from cybits/cybot

an IRC bot written in something that may resemble python

License

Notifications You must be signed in to change notification settings

bheru27/cybot

 
 

Repository files navigation

cybot

an IRC bot written in something that may resemble python

Features include:

  • featured in quality channels IRC-wide
  • the subject of much debate and controversy
  • runs on any hardware (that runs python 3.4)
  • fresh, new talent in the bot world

Reviews:

  • Futanarcharist best bot evar
  • Leper p. good, 8/10, would fork again
  • b0tn3t ok bub

For extensive help, all you have to do is type .cybhelp in the channel!

For any nerds not running a good shell, to get the bot running:

cd cybot
pip install -r requirements.txt
python irc.py <config.json>

Config Syntax

{
    "server" : "irc.rizon.net", <- server address
    "port" : 6697, <- server port
    "bot_nick" : "cybot", <- nick of bot, 0 for random nick
    "channels" : ["#bots", "#test"], <- list of channels to connect to
    "password" : "bot123", <- password of bot, 0 for no password
    "prefix" : "." <- command prefix so commands start with $prefix
}

About

an IRC bot written in something that may resemble python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%