Simple IRC bot library
Project description
ircbot
A minimal IRC bot library using the irc package.
Installation
pip install simple-irc-bot
Usage
import ircbot
bot = ircbot.Bot("server:port","nick")
def cmd_echo(*args):
bot.send(" ".join(args))
bot.add_command("echo",cmd_echo)
bot.cmd_prefix = "&"
bot.start("#testchannel")
Do not use SSL as it's not supported.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_irc_bot-1.0.9-py3-none-any.whl.
File metadata
- Download URL: simple_irc_bot-1.0.9-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: curl/8.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65980fda2f82ab023ef6a2fc55bba6464ad2609af48e7c50af090b952d72764e
|
|
| MD5 |
c3abee61b95e3cfbea918b97a74040c1
|
|
| BLAKE2b-256 |
fa03e4392f0f6b43773200b8bc11be12e8a7320781aa5786d47e82fe6ad4a42e
|