Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

slixbot-0.1.0a0-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

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

Hashes for slixbot-0.1.0a0.tar.gz
Algorithm Hash digest
SHA256 2ac2b1c0b1bf1f67f6c1680a1b924c756a259790c3d5cc5cf677edf6aa486c17
MD5 8fc9b9d28a8a72687c5af81f7921f803
BLAKE2b-256 55d18cf30f6d20130a39f17fb1867fb47775c2a5d1113de3a02814dedece970a

See more details on using hashes here.

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

Hashes for slixbot-0.1.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 238222a21643a6a34f329e42706029e7972572dad193668f6c378da96a5542e4
MD5 624dcede8eda0f29def282956008fb6a
BLAKE2b-256 78ddad2b8c02eb2bc1b7c42b95f58a3aeb06857f4809dc1e08afab5bd7421da8

See more details on using hashes here.

Supported by

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