issues
search
nekomeowww
/
insights-bot
A bot works with OpenAI GPT models to provide insights for your info flows.
MIT License
254
stars
25
forks
source link
feat: Should add OAuth 2.0 handler to allow other workspaces install the slack app
#37
Closed
LemonNekoGH
closed
1 year ago
LemonNekoGH
commented
1 year ago
Reference:
Slack Docs
TODO List:
[x] Add HTTP handler to receive temporary access code, and request for pernament access token, then save it to database
[x] Refactor smr command handler, use team id to query access token, then send it to smr processor
[x] Refactor smr processor, use received access token to send process result
Reference: Slack Docs TODO List: