What problem does it solve? Finding the most-discussed posts on Plurk requires manually scrolling through the timeline and counting responses, which is slow and error-prone when you want to spot viral or popular content quickly. ## Core Features & Use Cases - Trending Ranking: Fetches plurks from your timeline and ranks them by response count in descending order. - Flexible Time Windows: Filter by Go-style durations like 24h, 6h, or 1h30m, and set a minimum response threshold. - Structured JSON Output: Returns plurk ID, permalink, author, content, and response count, ready for jq pipelines or chat formatting. - Use Case: Run a daily digest to surface the top 10 most-responded plurks from the last 24 hours and share the highlights with your community. ## Quick Start Show me the top 10 trending plurks from my timeline over the last 24 hours ranked by number of responses.