Dee3526/dsh-plugin-x-profile-reader ↗★ 0
dsh-plugin-x-profile-reader
基于 Apify 的 X (Twitter) 公开个人资料及推文读取工具插件。
AI 分析
核心用途是让 Agent 能够获取并分析 X 平台上的公开用户信息和历史推文。适合需要进行社交媒体数据监控或舆情分析的自动化任务。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Usage
Call the x_profile_read tool:
| input | type | default | notes |
|---|---|---|---|
username | string (required) | — | handle without @, or a profile URL |
lookbackDays | integer | 30 | clamped 1–30 |
maxPosts | integer | 20 | clamped 1–100 |
includeReplies | boolean | false | best-effort (source has no explicit reply flag) |
includeReposts | boolean | false | excludes RT @ posts when false |
Output:
{ ok, user, posts[], meta, dataMissing[], restrictions[] }
user— public profile (id, username, name, avatar, verified, followers, …).posts[]— normalized posts, each withtext,url,publishedAt,type(original/reply/repost), and availablemetrics.dataMissing[]/restrictions[]— explicit missing-data and permission/rate-limit notes.
The tool returns factual data only — it does not infer topics or sales intent; that synthesis belongs to the agent/preset layer.