AdamEdgett / hubot-groupme

GroupMe adapter for hubot
MIT License
10 stars 11 forks source link

Can't use multiple rooms #2

Open AdamEdgett opened 9 years ago

AdamEdgett commented 9 years ago

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

hawkins commented 8 years ago

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 commented 8 years ago

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