Get setup with Almond Bot in a few minutes
pip install almond-py
from almond_bot_client import AlmondBotClient # Initialize the client client = AlmondBotClient()
await client.connect()
status = await client.get_status() print(status)