Bot skeleton 💀 for the Internet Relay Chat (IRC) protocol
Go to file
2021-05-03 18:49:03 -04:00
advanced Updated to be asyncronous and cleaned up source majorly 2021-05-03 18:49:03 -04:00
LICENSE Updated to be asyncronous and cleaned up source majorly 2021-05-03 18:49:03 -04:00
README.md Updated to be asyncronous and cleaned up source majorly 2021-05-03 18:49:03 -04:00
skeleton.py Updated to be asyncronous and cleaned up source majorly 2021-05-03 18:49:03 -04:00

skeleton

asyncronous bot skeleton for the internet relay chat protocol

Requirements

  • Python (Note: This script was developed to be used with the latest version of Python)
  • PySocks (Optional: For using the proxy setting)

Information

The repository comes with 2 skeletons. A simple, single-file skeleton for basic bots & an advanced structured skeleton for more complex bots.

This is just a basic structure to help setup a bot. The bots have no use by default. It is asyncronous, can log to file, handle basic I/O, flood control, etc.

IRC RCF Reference

Mirrors