-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 1.17 KB
/
.env.example
File metadata and controls
30 lines (24 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ─────────────────────────────────────────────
# TEMPORAL ANALYSIS BOT — Environment Config
# Copy this file to .env and fill in your keys
# NEVER commit .env to version control
# ─────────────────────────────────────────────
# Optional: Binance API (legacy / fallback)
# Get from: https://www.binance.com/en/my/settings/api-management
BINANCE_API_KEY=your_binance_api_key_here
BINANCE_API_SECRET=your_binance_api_secret_here
# Optional: CoinGecko Pro API key (for extended history / higher limits)
# Get from: https://www.coingecko.com/en/api/pricing
COINGECKO_API_KEY=your_coingecko_api_key_here
# Telegram Bot
# Get from: https://t.me/BotFather → /newbot
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# Optional: Polygon.io (for future stocks support)
POLYGON_API_KEY=your_polygon_api_key_here
# App settings (defaults shown — change if needed)
DEFAULT_SYMBOL=BTCUSDT
DEFAULT_INTERVAL=1d
DEFAULT_BARS=2048
LOG_LEVEL=INFO
# Market data provider: coingecko (default) or binance
DATA_PROVIDER=coingecko