Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 534 Bytes

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