Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

bakkes_rcon-0.0.1-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

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