0xPanda-ai / dify-bot

A simple dify bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dify Bot

Description

A unified bot for Discord and Slack and etc. Powered by Dify.AI.

Supported Platforms

  • Slack
  • Discord
  • Coming Soon

Before you start

DEBUG=debug
MODE=chat # chat or completion
ADAPTER=slack
# Dify 
DIFY_API_KEY=app-OxxxxxxxxxxxxxTxxxxxxx
# Slack
SLACK_BOT_TOKEN=xoxb-xxxxxxxxxxxxx-xxxxxxxxxxxxx-V25CBgH7347xxxxxxxxxxxxx
SLACK_APP_TOKEN=xapp-1-A05KP4WSVS4-xxxxxxxxxxxxx-4208xxxxxxxxxxxxxca9dxxxxxxxxxxxxxc33a0d8bb311d40axxxxxxxxxxxxx
# Discord
DISCORD_TOKEN=MTExMjAyMTMxOxxxxxxxxxxxxx.GkPR5t.xIrYZxxxxxxxxxxxxxBN1jqkxxxxxxxxxxxxx
DISCORD_ID=1112021318955708487
  • For Slack bot you need to create a bot user and install the app to your workspace. You need SLACK_BOT_TOKEN and SLACK_APP_TOKEN to run the bot. You can find the tokens in the Slack API page.

  • For Discord bot you need to create a bot user and get the token in the Discord Developer Portal. You nded DISCORD_TOKEN and DISCORD_ID to run the bot. You can find the tokens in the Discord Developer Portal as well.

OAuth Scopes

TODO

Installation

You will need node.js 20.0.0 or newer.

cp /env.example .env
npm install

Usage

npm run build
npm run start

docker build . -t pinkbanana/bot:latest

Development

npm run dev

Production

docker build . -t pinkbanana/bot:latest
docker run -it --env-file .env pinkbanana/bot:latest

License

MIT License

Author

About

A simple dify bot


Languages

Language:TypeScript 94.8%Language:Dockerfile 4.5%Language:Shell 0.7%