Skip to main content

A complete Python client for Upgrade.Chat's API

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

upgradeChat-0.1.2.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

upgradeChat-0.1.2-py3-none-any.whl (23.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page