Tools for interacting with BakkesMod over its websocket RCON
Project description
bakkes-rcon
Client for interacting with BakkesMod over its websocket RCON.
Installation
pip install bakkes-rcon
Usage
import asyncio
from bakkes_rcon import BakkesRconClient
async def main():
# By default, connects to ws://127.0.0.1:9002, with password "password"
async with BakkesRconClient() as client:
inventory = await client.get_inventory()
for item in inventory:
print(item)
asyncio.run(main())
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
bakkes-rcon-0.0.1.tar.gz
(11.5 kB
view details)
Built Distribution
File details
Details for the file bakkes-rcon-0.0.1.tar.gz
.
File metadata
- Download URL: bakkes-rcon-0.0.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.4.0-89-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9f3837e3d83c3c5d17bd1d58d38cb4f32f67d0fb362c3c3df9b3d909713bba8 |
|
MD5 | 37ff955fc1d656a9a532b229d088898f |
|
BLAKE2b-256 | 7126b62a12f85d84ef420d232b88243a64927b40b8cde69c9a0e08ed7db7f0a2 |
File details
Details for the file bakkes_rcon-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: bakkes_rcon-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.4.0-89-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f7bbb0e98d1017acdd6dbd847975c8b7d5311d938b4ac83484c208ed638d8e5 |
|
MD5 | a7d5e910b5c3f01468a2175c6036f0f7 |
|
BLAKE2b-256 | 67861f5c42ca18424e8c0412e07c2d8e8f6f834fee0c6700f8c066f94e1042fb |