Beep Boop HQ dev-console
Simulate running on the BeepBoop hosting platform. Useful for testing multiple team scenarios.
-
Download the appropriate executable from
/dist
-
Run it:
./dev-console
. You should see output indicating the server is running. -
Browser to
http://localhost:9000
-
Each row in the form represents a bot instance. The "Config" key value pairs represent configuration that is injected into your bot process through the environment variables you specify in your bot.yml.
In the case of a Slack bot, if need to connect to an actual team/bot, set a SLACK_TOKEN configuration value using a valid token (can be retrieved from the "Integrations" portion of the Slack website).
<animated gif showing use>