-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Best Practice for updating multiple Slack accounts? #99
Comments
Hey, thanks for opening this issue. I'm currently doing what you've suggested with my slack teams by running a couple containers for each team, I hadn't planned on doing multiple slack team updates when I first built this. It appears as though Slack have finally removed the ability to create new tokens though so I may need to refactor slack-fm quite a bit at some point. I suspect that this means multi-team updates might be somewhat difficult given that the new Slack Apps are per-workspace (team). I will definitely look into this though when I get around to refactoring it into a modern Slack App. |
Hey @MisterC925, there's now an alpha version of slack-fm available on Docker Hub that supports multiple Slack teams and/or tokens. Use the Please see the new README.md and SETUP.md for instructions on how to get it going. Development is happening on the branch |
I have both personal and work Slack accounts and running this wonderful program allows me to update my status on one of them, but I'm curious if there's a best practice for updating multiple? I could run another image with a different Slack API Key but then it would double the calls to last.fm, right?
Thanks
The text was updated successfully, but these errors were encountered: