Sanjivani-S / DraftGPT

GPT that drafts a Root Cause Analysis (RCA) document with input from unstructured sources (e.g. Slack chat, document templates, and emails)
3 stars 2 forks source link

Feasibility of Slack channel integration #11

Open montao opened 7 months ago

montao commented 7 months ago

Feasibility of Slack channel integration

zibiax commented 7 months ago

Would this be some kind of slack-bot that automatically reads a specific channel, and then reply with an output?

montao commented 5 months ago

https://slack.dev/python-slack-sdk/api-docs/slack_sdk/web/async_client.html

zibiax commented 5 months ago

Read about those things when worked on the slack-message-link function. But I guess that would need a server? Or is it possible with webhooks?