TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/groniz/groniz-cli/llms.txt
Use this file to discover all available pages before exploring further.
groniz reads command group provides read access to public data on supported social platforms. Currently, reads are available for X (Twitter). Use these commands to fetch profile information, recent posts, individual post details, search results, or aggregated engagement metrics — all without needing to post anything.
All
groniz reads x commands operate on public X data. They do not require a connected X integration and work with any public handle or post ID. A valid Groniz session (groniz auth login) is still required.groniz reads x profile <handle>
Fetches the public profile of an X account.
The X handle to look up, without the
@ prefix.groniz reads x posts <handle>
Returns the most recent posts from a public X account.
The X handle to fetch posts for, without the
@ prefix.Number of posts to return. Defaults to the platform maximum when omitted.
groniz reads x post <id>
Fetches a single X post by its post ID.
The numeric ID of the X post to retrieve.
groniz reads x search <query>
Searches recent public X posts matching a query string.
The search query. Supports the same operators as the X search interface (e.g.
from:handle, #hashtag, -excluded).Maximum number of results to return.
groniz reads x metrics <handle>
Returns aggregated engagement metrics for a public X account over a date window. Useful for competitive benchmarking or monitoring account performance without a direct integration.
The X handle to aggregate metrics for, without the
@ prefix.Start of the window (ISO 8601 date, e.g.
2025-08-01).End of the window (ISO 8601 date, e.g.
2025-08-31).