Python API client for Ghostfolio
Project description
Rest API client for Ghostfolio
Unofficial REST API for Ghostfolio.
Supports documented and undocumented APIs
Installation
pip install ghostfolio
Usage
from ghostfolio import Ghostfolio
client = Ghostfolio(token="your_token")
Or if you want to connect to your self-hosted Ghostfolio instance:
from ghostfolio import Ghostfolio
client = Ghostfolio(token="your_token", host="https://your-ghostfolio-instance.com")
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
ghostfolio-0.6.0.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for ghostfolio-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3817a9b99c0861aa17debd8832ac889a1b2b8d8a52203540da4a4ddc52378f9 |
|
MD5 | 6e615832d12bb4aae33e6f573ecfbcda |
|
BLAKE2b-256 | 924fab5119e39db5bb04bbbdb4f187b7969bb8f70acc47e5510e4a9edc53fcbc |