Bot that facilitates double crux sessions to help participants resolve disagreements. Implemented for both Slack and Discord.
The repo is currently setup for hosting on Heroku. Slack workspace tokens are expected to be stored in a Postgres database. Run locally with ngrok http 3000
+ python -m app.slack_bot
(or python -m app.discord_bot
for Discord), run tests by running python -m unittest discover
(run all commands from root folder). Remember to set the required environment variables.
AI logic makes heavy use of Interlab by ACS research.