PoofyEnigma / chaster-python-sdk

Community built python sdk for https://chaster.app/
Apache License 2.0
6 stars 0 forks source link
chaster chaster-app chastity nsfw

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