Skip to main content

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()

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 details)

Uploaded Source

File details

Details for the file thealot-0.3.2.tar.gz.

File metadata

  • Download URL: thealot-0.3.2.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for thealot-0.3.2.tar.gz
Algorithm Hash digest
SHA256 e21b107e27622463d5a73c1122454feb05f1df0e11c9e9ffc3523bdbb249244d
MD5 d7d39e8db7086565553ee9d123eb9c3b
BLAKE2b-256 20d34dead04e885b16a3c6589db86ca0468ad58b9d78e888510f0ff425841683

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.2 This release

1 file

0.3.0

1 file

0.2.1

1 file

0.2.0

1 file

0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page