Skip to content
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

Open
MisterC925 opened this issue Sep 3, 2020 · 2 comments
Open

Best Practice for updating multiple Slack accounts? #99

MisterC925 opened this issue Sep 3, 2020 · 2 comments
Labels
question Further information is requested

Comments

@MisterC925
Copy link

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

@JackCuthbert
Copy link
Owner

JackCuthbert commented Oct 26, 2020

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.

@JackCuthbert JackCuthbert added the question Further information is requested label Oct 26, 2020
JackCuthbert added a commit that referenced this issue Jan 4, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
JackCuthbert added a commit that referenced this issue Jan 5, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
JackCuthbert added a commit that referenced this issue Jan 7, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 11, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 12, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 12, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 12, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 12, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 12, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 12, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 12, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
JackCuthbert added a commit that referenced this issue Jan 12, 2021
BREAKING CHANGE: This requires a completely new configuration format but
everything else should remain the same.

Closes #106
Closes #99
Closes #114
@JackCuthbert
Copy link
Owner

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 jckcthbrt/slack-fm:2.0.0-alpha.1 image if you'd like to try it out.

Please see the new README.md and SETUP.md for instructions on how to get it going. Development is happening on the branch slack-fm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants