app_name | title | tagline | theme_color | git | homepage |
---|---|---|---|---|---|
chDBot |
Serverless chDB/ClickHouse Query Discord Bot |
Your personal SQL query bot. |
#74aa9c |
With this, you can run your own instance of a chDB/ClickHouse Discord bot.
- First install the app.
- Enter the required environment variables:
DISCORD_APPLICATION_ID
- Your discord app's ID.DISCORD_PUBLIC_KEY
- Your discord app's public key.DISCORD_BOT_TOKEN
- Your bot's token.CHDB_API
- Custom chDB/ClickHouse HTTP/S API URL.
- Set the
Interactions Endpoint URL
in your discord app's general information to<micro_url>/bot/interactions
. - Visit
<micro_url>/bot/api/dash/<token>
to register the slash commands for the first time.
Run /ping
to make sure it's working! Enjoy!