Skip to content

PoofyEnigma/chaster-python-sdk

Repository files navigation

Chaster Python SDK

pip install --upgrade chaster-sdk

from chaster import api
import os
chaster_api = api.ChasterAPI(os.environ.get('CHASTER_BEARER_TOKEN'), user_agent='your_username/1.0')

See the Demos folder for examples of utilizing the SDK.

pypi project

Contributing

You want to? Nice! Hmu on Discord, username PupHimbo

Credits

Repository started by copying this python boilerplate