AI-news/.env.example
2026-04-17 21:58:37 +09:00

21 lines
710 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# X API (OAuth 1.0a user context) — console.x.com のアプリから取得
# 「キーとトークン」タブ → 「コンシューマーキー」セクション
X_CONSUMER_KEY=
X_CONSUMER_SECRET=
# 「キーとトークン」タブ → 「OAuth 1.0 キー」セクション → アクセストークンを生成
X_ACCESS_TOKEN=
X_ACCESS_TOKEN_SECRET=
# Jina Reader — jina.ai のダッシュボードから取得
JINA_API_KEY=
# Gemini — aistudio.google.com から取得
GEMINI_API_KEY=
# Slack — api.slack.com の Bot アプリから取得
SLACK_BOT_TOKEN=
SLACK_CHANNEL=
# モックルートtrue にすると X API を使わず fixtures/sample-tweets.json を読む)
USE_SAMPLE_DATA=false