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.
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}
Using Async
To use in an async context, just use import growstocks.aio as growstocks as your import and make sure to await the functions marked as coroutines.
import growstocks.aio as growstocks
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file growstocks-1.2.1.tar.gz.
File metadata
- Download URL: growstocks-1.2.1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df8ff6170f1cacc19ab1eaa055392f89e9b50ae8ead7095478a1770b4d242254
|
|
| MD5 |
cabcd7faac39080295e35fdaf2bdd59e
|
|
| BLAKE2b-256 |
dcbbe5536de329f6779968c893e53863c2d99ff5ec44bd331f3a7db5a2834899
|
File details
Details for the file growstocks-1.2.1-py3-none-any.whl.
File metadata
- Download URL: growstocks-1.2.1-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb3739f321f98cb4e1562e6239e4878ecfe6b430a482c6369086f637cea1391a
|
|
| MD5 |
6eff2ee4763b3254be3dd833a4809591
|
|
| BLAKE2b-256 |
5ed89cd4cc06e93424b01a7f657680b5bd443ea9406acf0ee8606e7e53e60db4
|