An unofficial Python API for WOLF (AKA Palringo) - Python port of wolf.js
Project description
xwolfx
An unofficial Python API for WOLF (AKA Palringo) - Python port of wolf.js
Installation
pip install xwolfx
Quick Start
from xwolfx import WOLF
client = WOLF()
@client.on('ready')
def on_ready():
print('Bot is ready!')
@client.on('channel_message')
def on_channel_message(message):
if message.body == '!ping':
message.reply('Pong!')
client.login()
Features
- Connect to WOLF chat platform
- Send and receive messages
- Command handling system
- Event-driven architecture
- Multi-language support
- Channel and private messaging
License
MIT License - Python port of the original wolf.js library
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
xwolfx-1.0.0.tar.gz
(7.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 xwolfx-1.0.0.tar.gz.
File metadata
- Download URL: xwolfx-1.0.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc67a19f33575daebb556e1d727525763dc2dcb20e19988ba0c56a5991f4e889
|
|
| MD5 |
550643da54ecdc8d136023afa687d21e
|
|
| BLAKE2b-256 |
9b7a2e730e3d9b1c1aa73f4d810ad6689e9295725e6a93e5d6e4fc3ed01bdae4
|
File details
Details for the file xwolfx-1.0.0-py3-none-any.whl.
File metadata
- Download URL: xwolfx-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6009466047cd507962302b96d887fd546917969bfe93cbc95510dbca2a087ce0
|
|
| MD5 |
b35c264de1fae3cd0e917eff4cfaaf90
|
|
| BLAKE2b-256 |
4147c4b70787b4c6abd9aed59d72bf41428166d51778948b2d781498e60756b9
|