Trendflow — Python API reference¶
Every class, method, and dataclass in trendflow-py,
generated from the source docstrings on each commit.
Looking for guides? The full documentation — installation, usage, trending backends, topics, proxies and rate limits — lives at trendflow.mory.dev/docs/python, alongside the JavaScript documentation and the hosted MCP server for ChatGPT, Claude, and Cursor.
On this site¶
- API Reference — every public symbol, generated from docstrings.
- Architecture — how the layers fit together:
_trends_httpholds the HTTP session,_parsersturns raw JSON into dataclasses,_fetcherprovides the high-levelClient, andmodelscarries the results.
Links¶
- Guides and canonical documentation: trendflow.mory.dev
- Source: github.com/dariomory/trendflow
- Package: pypi.org/project/trendflow-py
- JavaScript sibling:
trendflow - MIT licensed, by Dario Mory