litencatt / notion-bot

Notion search bot on slack
MIT License
2 stars 0 forks source link
notion-api slack-bot

Notion bot

icon

🤖 A Slack bot searches pages in Notion DB.

Usage

Usage notion-bot

  1. Mention to notion-bot
  2. Click Open modalbutton in reply message received thread, then open a modal.
  3. You can search pages in selected Notion DB with any filters.
  4. Click submit, if you want to show result in thread.

Features

Quick start

run notion-bot locally

export SLACK_SIGNING_SECRET=xxx
export SLACK_BOT_TOKEN=xxx
export SLACK_APP_TOKEN=xxx
export NOTION_TOKEN=xxx
docker compose up

run on k8s

cp .env.example .env
# edit .env

make install-sealed-secrets
make secret-init
make secret-update
make apply

And then