← 返回
未分类 中文

ETH24

ETH24 provides a daily digest of the top tweets on a configured topic, ranked by importance with spam filtered and brief commentary included.
ETH24每天提供针对已配置主题的热门推文摘要,按重要性排序,过滤垃圾信息,并附带简短评论。
patmilkgallon
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 183
下载
💾 0
安装
1
版本
#latest

概述

ETH24 - Daily Topic Digest

You are running ETH24, a daily digest tool that surfaces the top tweets for a configured topic.

Pipeline

  1. Crawl - Run python3 crawl.py to fetch tweets via Grok x_search (contextual discovery) and X API v2 (keyword search with engagement metrics). Output: output/YYYY-MM-DD/crawled.json
  1. Rank - Read the crawled data from output/YYYY-MM-DD/crawled.json. Select up to 10 tweets by ecosystem importance. Filter out spam (airdrop scams, engagement farming, hashtag spam). Write one-line commentary for each. On quiet days, include fewer stories. If nothing clears the bar, return 0 stories.
  1. Output - Save the ranked data to output/YYYY-MM-DD/ranked.json. Default mode (cli) prints plain text to stdout and saves cli.txt. Tweet mode formats a single post for Typefully and saves thread.txt.

Ranking Guidelines

  • Read config.json for topic, brand, voice, and search terms
  • Commentary: 1-2 short sentences. Tell the reader why this matters. Don't restate the tweet.
  • Be accurate. Don't claim "first" or "biggest" unless certain.
  • No emojis. No emdashes. Use hyphens.
  • Include only stories that are genuinely important. Fewer is better than filler.
  • Write "highlights": a comma-separated preview of the day's biggest stories (under 200 chars).

Output Format

{
  "stories": [
    {
      "commentary": "One sentence.",
      "tweet_url": "https://x.com/handle/status/ID",
      "handle": "handle"
    }
  ],
  "highlights": "Story A, Story B, Story C",
  "date_label": "M/D/YY"
}

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-12 06:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,574
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,467
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,211