ROIBot / deploy /oracle /roibot.env.example
Codex
Add Circa daily board and movement feed
11e6e87
raw
history blame contribute delete
824 Bytes
DISCORD_TOKEN=your_discord_bot_token_here
DATABASE_URL=postgresql://username:password@host:26257/database?sslmode=require
GUILD_ID=optional_guild_id_for_faster_command_registration
ADMIN_ROLE_NAME=Admin
PORT=7860
ODDS_API_KEY=
ODDS_API_BASE_URL=https://api.the-odds-api.com/v4
ODDS_API_SPORT_KEY=baseball_mlb
ODDS_API_REGIONS=us
ODDS_API_MARKETS=batter_home_runs,batter_hits,batter_total_bases,batter_rbis,batter_runs_scored,batter_hits_runs_rbis,pitcher_strikeouts
CIRCA_DROPBOX_URL=
CIRCA_CHANNEL_ID=
CIRCA_DAILY_TIME=09:30
CIRCA_TIMEZONE=America/Chicago
CIRCA_RETRY_MINUTES=30
CIRCA_MOVEMENT_FREQUENCY_MINUTES=5
SCAN_REPORT_CHANNEL_ID=
SCAN_ALERT_CHANNEL_ID=
SCAN_MORNING_TIME=08:00
SCAN_TIMEZONE=America/Chicago
SCAN_MIN_BOOKS=3
SCAN_DISAGREEMENT_THRESHOLD=0.08
SCAN_ALERT_COOLDOWN_MINUTES=180
SCAN_FREQUENCY_MINUTES=15