/cicadidae

Open source IRC bot written in Python using https://bitbucket.org/jaraco/irc

Primary LanguagePython

Cicadidae

Cicadidae is an intelligent, open-source IRC bot written in Python using sockets!

Version

N/A

Features

  • It's an IRC bot.

Dependencies

Cicadidae requires a number of dependencies in order to work properly:

  • Python 3.x - This is the minimum version of python needed for the bot to work.
  • json - For the config file to work.
  • sys - Forgot why...
  • socket - For connecting to the servers.
  • threading - For multithreading
  • re - Regex

Installation

Installation is simple, just clone it into a directory from our github repo:

git clone https://github.com/andreyrd/cicadidae.git

License

N/A