feat: fetch NSFW tweets via authenticated twitter API fallback

This commit is contained in:
2026-08-04 23:45:53 +08:00
parent 8e8acdd859
commit 3006dcd98c
9 changed files with 431 additions and 5 deletions
+3
View File
@@ -42,6 +42,9 @@ services:
TELOXIDE_TOKEN: ''
BOT_ADMIN: ''
PIXIV_REFRESH_TOKEN: ''
# Optional: x.com session cookie (auth_token) — fetches NSFW tweets
# that the public syndication endpoint withholds.
TWITTER_AUTH_TOKEN: ''
EDIT_MESSAGE_TTL_SECONDS: '86400'
RUST_LOG: 'info'
VIRTUAL_HOST: 'bot.example.com'