Pre-release
This release is a pre-release and may not be stable for production use.
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")
Release files for slixbot 0.1.0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| slixbot-0.1.0a0.tar.gz | 87.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| slixbot-0.1.0a0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 95.1 kB
Release files / slixbot-0.1.0a0.tar.gz
| Download URL | slixbot-0.1.0a0.tar.gz |
|---|---|
| Size | 87.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2ac2b1c0b1bf1f67f6c1680a1b924c756a259790c3d5cc5cf677edf6aa486c17
|
|
BLAKE2b-256 checksum How to use checksums |
55d18cf30f6d20130a39f17fb1867fb47775c2a5d1113de3a02814dedece970a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.8
|
Release files / slixbot-0.1.0a0-py3-none-any.whl
| Download URL | slixbot-0.1.0a0-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
238222a21643a6a34f329e42706029e7972572dad193668f6c378da96a5542e4
|
|
BLAKE2b-256 checksum How to use checksums |
78ddad2b8c02eb2bc1b7c42b95f58a3aeb06857f4809dc1e08afab5bd7421da8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.8
|