mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2026-06-03 21:00:26 +00:00
Add .env.example with required environment variables
Documents required environment variables for running the bot: - TELEGRAM: Telegram bot token from @BotFather - DISCORD: Discord bot token from Developer Portal - MARKETDATA: MarketData.app API token for stock data - STRIPE: Optional Stripe token for donation processing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Required Environment Variables for Simple Stock Bot
|
||||
|
||||
# Telegram Bot Token (required for Telegram functionality)
|
||||
# Get this from @BotFather on Telegram
|
||||
TELEGRAM=your_telegram_bot_token_here
|
||||
|
||||
# Discord Bot Token (required for Discord functionality)
|
||||
# Get this from Discord Developer Portal
|
||||
DISCORD=your_discord_bot_token_here
|
||||
|
||||
# MarketData.app API Token (required for stock market data)
|
||||
# Get this from https://www.marketdata.app/
|
||||
MARKETDATA=your_marketdata_api_token_here
|
||||
|
||||
# Stripe Token (optional - for accepting donations)
|
||||
# Get this from Stripe Dashboard
|
||||
STRIPE=your_stripe_token_here
|
||||
Reference in New Issue
Block a user