Skip to main content

A lightweight IRC bot framework.

Project description

TheAlot is a modular IRC bot framework for Python3.

Install

pip install thealot

Configure

{
    "server"                : "irc.quakenet.org",
    "port"                  : 6667,
    "channel"               : "#TheAlot",
    "nickname"              : "TestAlot",
    "prefix"                : "!",
    "database"              : "sqlite:///alot.db",
    "reconnection_interval" : 10,
    "plugins"               : [
    ]
}

Run

python -m thealot.thealot

or

from thealot import TheAlot

bot = TheAlot()

if __name__ == "__main__":
    bot.start()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thealot-0.3.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page