slackapi / python-slack-sdk

Slack Developer Kit for Python
https://slack.dev/python-slack-sdk/
MIT License
3.84k stars 839 forks source link

Add MongoDB installation store #1437

Open faisalsaifii opened 9 months ago

faisalsaifii commented 9 months ago

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

seratch commented 9 months ago

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.

faisalsaifii commented 9 months ago

Hi @seratch, sure I understand.

MadhabaPatra commented 1 month ago

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

faisalsaifii commented 1 month ago

Hey @seratch, can I pick this up now?