src.bot.main module

src.bot.main.main()[source]

Bootstrap the bot: load config, register all commands, start the scheduler thread, and serve HTTP.

src.bot.main.make_authorize(cfg, mongo_uri)[source]

Return a Bolt authorize callback that looks up bot tokens from MongoDB, falling back to the default token.