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

Can't use multiple rooms #2

Open
AdamEdgett opened this issue Dec 17, 2014 · 2 comments
Open

Can't use multiple rooms #2

AdamEdgett opened this issue Dec 17, 2014 · 2 comments
Assignees
Labels

Comments

@AdamEdgett
Copy link
Owner

Due to changes in how Groupme's bot API works, bots can only be assigned to a single room

The solution here may be to use a mapping of rooms to bot API keys

@AdamEdgett AdamEdgett added the bug label Dec 17, 2014
@AdamEdgett AdamEdgett self-assigned this Dec 17, 2014
@hawkins
Copy link

hawkins commented Jul 24, 2016

Have you given this another look recently? I'm writing a bot which needs multiple rooms, and I wasn't sure how best to implement these features into your hubot adapter.

@AdamEdgett
Copy link
Owner Author

Unfortunately I haven't

Some futher thoughts on implementation though:
Because of the way that groupme bots work, every room has to have a separate bot
And every bot has a separate ID and token
So the config for this will have to become some sort of map of IDs to tokens
And then the adapter could map over the token & id cominations

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

No branches or pull requests

2 participants