Easy library to make XMPP/Jabber bots
Project description
slixmpp-bot
An easy to use library to build XMPP bots in python.
Basic Usage
from slixbot import Client, Message
bot = Client()
@bot.on_message
async def echo(msg: Message):
await msg.reply(msg.body)
bot.mucs = ["room1@server, room2@server"]
bot.run("user@server", "password")
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 Distribution
slixbot-0.1.0a0.tar.gz
(87.5 kB
view details)
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 slixbot-0.1.0a0.tar.gz.
File metadata
- Download URL: slixbot-0.1.0a0.tar.gz
- Upload date:
- Size: 87.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ac2b1c0b1bf1f67f6c1680a1b924c756a259790c3d5cc5cf677edf6aa486c17
|
|
| MD5 |
8fc9b9d28a8a72687c5af81f7921f803
|
|
| BLAKE2b-256 |
55d18cf30f6d20130a39f17fb1867fb47775c2a5d1113de3a02814dedece970a
|
File details
Details for the file slixbot-0.1.0a0-py3-none-any.whl.
File metadata
- Download URL: slixbot-0.1.0a0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
238222a21643a6a34f329e42706029e7972572dad193668f6c378da96a5542e4
|
|
| MD5 |
624dcede8eda0f29def282956008fb6a
|
|
| BLAKE2b-256 |
78ddad2b8c02eb2bc1b7c42b95f58a3aeb06857f4809dc1e08afab5bd7421da8
|