python-slack-sdk icon indicating copy to clipboard operation
python-slack-sdk copied to clipboard

Add MongoDB installation store

Open faisalsaifii opened this issue 2 years ago • 6 comments

I'd like to add MongoDB OAuth installation store which is currently not present in here

I recently developed my own app Pollify and wanted to use MongoDB for which there wasn't an installation store available, so I had to create one on my own.

Category

  • [ ] slack_sdk.web.WebClient (sync/async) (Web API client)
  • [ ] slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • [ ] slack_sdk.models (UI component builders)
  • [x] slack_sdk.oauth (OAuth Flow Utilities)
  • [ ] slack_sdk.socket_mode (Socket Mode client)
  • [ ] slack_sdk.audit_logs (Audit Logs API client)
  • [ ] slack_sdk.scim (SCIM API client)
  • [ ] slack_sdk.rtm (RTM client)
  • [ ] slack_sdk.signature (Request Signature Verifier)

faisalsaifii avatar Nov 30 '23 06:11 faisalsaifii

Hi @faisalsaifii, thank you so much for submitting this issue! Also, we are glad to know you've implemented your installation store with MongoDB.

Having more options out-of-the-box is great! However, our SDK maintenance team has a little bit limited capacity for this Python tool. Thefore, we'd like to hold off working on this addition until we receive more requests to the idea (i.e. a number of positive reactions from others). Please go ahead with your implementation for now.

seratch avatar Nov 30 '23 06:11 seratch

Hi @seratch, sure I understand.

faisalsaifii avatar Nov 30 '23 06:11 faisalsaifii

@faisalsaifii Can you help me with the setup? I also wanted to implement mongodb installation store.

MadhabaPatra avatar Jul 19 '24 06:07 MadhabaPatra

Hey @seratch, can I pick this up now?

faisalsaifii avatar Jul 19 '24 07:07 faisalsaifii