Functional Discord bot with automated hourly stock price updates during NYSE trading hours. Supports manual queries for any ticker via prefix commands. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
# Discord Configuration
|
|
DISCORD_TOKEN=your_discord_bot_token_here
|
|
CHANNEL_ID=your_channel_id_here
|
|
|
|
# Bot Configuration
|
|
COMMAND_PREFIX=!
|
|
|
|
# Stock Configuration
|
|
PRIMARY_TICKER=PYPL
|
|
STOCK_API_PROVIDER=finnhub
|
|
FINNHUB_API_KEY=your_finnhub_api_key_here
|
|
|
|
# Scheduling Configuration
|
|
UPDATE_INTERVAL_HOURS=1
|