You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: