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 details)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e21b107e27622463d5a73c1122454feb05f1df0e11c9e9ffc3523bdbb249244d |
|
MD5 | d7d39e8db7086565553ee9d123eb9c3b |
|
BLAKE2b-256 | 20d34dead04e885b16a3c6589db86ca0468ad58b9d78e888510f0ff425841683 |