自动抓取你关注的人的最新推文,并生成结构化的AI日报。
Auto-fetch latest tweets from your followings and generate structured AI digest.
export AUTH_TOKEN="your_auth_token"
export CT0="your_ct0"
# 默认最近1天 / Default: last 1 day
./scripts/fetch_followings_tweets.sh
# 指定数量和时间 / Specify count & days
./scripts/fetch_followings_tweets.sh 50 1 # 50 tweets, 1 day
./scripts/fetch_followings_tweets.sh 50 3 # 50 tweets, 3 days
./scripts/fetch_followings_tweets.sh 100 7 # 100 tweets, 7 days (weekly)
将获取到的推文内容,使用 analyst_prompt_template.md 中的提示词模板进行分析。
Feed the fetched tweets to the AI using the prompt template in references/analyst_prompt_template.md.
日报包含以下分类(仅显示有内容的类别):
Digest includes (only shows categories with content):
在调用AI分析时,通过提示词指定输出语言:
When calling the AI, specify output language in the prompt:
bird CLI (X/Twitter client)AUTH_TOKEN & CT0 from browser cookies共 1 个版本