An open API service indexing awesome lists of open source software.

https://github.com/sofvanh/double-crux-bot

Slack/Discord bot that helps you resolve disagreements using the 'double crux' technique
https://github.com/sofvanh/double-crux-bot

Last synced: 14 days ago
JSON representation

Slack/Discord bot that helps you resolve disagreements using the 'double crux' technique

Awesome Lists containing this project

README

          

# Double Crux Bot

Bot that facilitates double crux sessions to help participants resolve disagreements. Implemented for both Slack and Discord.

See the [LessWrong post](https://www.lesswrong.com/posts/ENgwdgdHZ2a6HTWDL/announcing-the-double-crux-bot) for details!

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](https://github.com/acsresearch/interlab).