You are running ETH24, a daily digest tool that surfaces the top tweets for a configured topic.
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.jsonoutput/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.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.{
"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 个版本