Skip to content

ms32035/ghostfolio-py

Repository files navigation

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")

Generate Documentation

pdoc --html --output-dir docs ghostfolio --force

About

Python API client for Ghostfolio

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages