Skip to main content

A wrapper for the GrowStocks API, made for both synchronous and asynchronous applications.

Project description

A wrapper for the GrowStocks API, made for both synchronous and asynchronous applications.

NOTE: asynchronous support has not been implemented yet, but is planned for the near future.

Package Status

Documentation Status

PyPI: https://pypi.org/project/growstocks/

Docs: https://growstocks.readthedocs.io/en/latest/

Installation

You can install released versions of growstocks from the Python Package Index via pip or a similar tool:

Stable Release: pip install growstocks

Working Version: pip install git+https://github.com/BobDotCom/growstocks.git

Usage

>>> import growstocks
>>> client = growstocks.Client(913117854995652992,"T%GRD4iEiFmgyYE!O5&ZCx3Rn%uqwPV3")
>>> client.default_scopes = growstocks.Scopes(profile=True, balance=True, discord=True)
>>> user = client.auth.fetch_user('31G4k57rG3asdyyi5Lqk')
>>> dict(user)
{'discord_id': '690420846774321221',
 'id': 1916,
 'name': 'BobDotCom',
 'email': None,
 'growid': 'Bob430',
 'balance': 3}

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

growstocks-0.5.1.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

growstocks-0.5.1-py3-none-any.whl (8.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