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
- Host: GitHub
- URL: https://github.com/sofvanh/double-crux-bot
- Owner: sofvanh
- Created: 2023-12-14T15:00:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T15:26:58.000Z (about 2 years ago)
- Last Synced: 2025-01-21T16:19:34.341Z (12 months ago)
- Language: Jupyter Notebook
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).