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.
You want to? Nice! Hmu on Discord, username PupHimbo
Repository started by copying this python boilerplate