Initial commit: twitter-cli v0.1.0

This commit is contained in:
jackwener
2026-03-04 17:56:42 +08:00
commit 16752c3115
14 changed files with 2133 additions and 0 deletions

22
config.yaml Normal file
View File

@@ -0,0 +1,22 @@
fetch:
count: 50
filter:
mode: "topN"
topN: 20
minScore: 50
lang: []
excludeRetweets: false
weights:
likes: 1.0
retweets: 3.0
replies: 2.0
bookmarks: 5.0
views_log: 0.5
ai:
provider: "openai"
api_key: ""
model: "doubao-seed-2.0-code"
base_url: "https://ark.cn-beijing.volces.com/api/coding"
language: "zh-CN"