Skip to content

Trendflow logo

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.

pip install trendflow-py

On this site

  • API Reference — every public symbol, generated from docstrings.
  • Architecture — how the layers fit together: _trends_http holds the HTTP session, _parsers turns raw JSON into dataclasses, _fetcher provides the high-level Client, and models carries the results.