upgradeChat

A complete Python client for Upgrade.Chat's API


Keywords
Discord, chat, bot, Upgrade, donations, subscriptions, rewards, management, API, client
License
GPL-3.0
Install
pip install upgradeChat==0.1.2

Documentation

A Python client for Upgrade.Chat's API

PyPi License

Open Issues Closed Issues Latest Release

Discord Twitter

Interact with Upgrade.Chat's API in Python

Installation

From PyPi: python -m pip install upgradechat

From GitHub python -m pip install git+https://github.com/nwithan8/upgradechat.git

Usage

Can retrieve data from Upgrade.Chat's API as raw JSON or pydantic objects

Import the upgradeChat package to initialize the API Example:

from upgradeChat import API

api = API(client_id="myclientid", client_secret="myclientsecret", raw=True)

Set raw=True to return JSON data, raw=False to return objects.

Documentation

Documentation available on ReadTheDocs