pinging @bonnici @dungdung @dragonbanshee because I think the tracking issue was in one of the repos I deleted 😦
Add discord protocol support to the bot. Once we've figured this out, PRs adding other protocols (IRC, slack, etc) will be welcome. If you have any ideas, please let me know. If you have any better ideas than mine, please really post here. Please also join either the discord or steam groupchat. (chats are linked; history is here and in discord).
Tracking:
Maybe while we're doing this, we can also remove some of the dependencies. Wolfram has already been dumped, but it would be nice to continue. My thinking is, some way to load triggers from another package would allow removal of unpopular triggers without completely getting rid of them. Maybe @bonnici has an idea for this?
Also, if this isn't going to be steam-exclusive anymore, we need a new name. I'm thinking either chat-bot, but while it's not in use on npm, it is in use on github (so is chat-bots), so while we can use that as a package/repo name, we still need an organization name.
pinging @bonnici @dungdung @dragonbanshee because I think the tracking issue was in one of the repos I deleted 😦
Add discord protocol support to the bot. Once we've figured this out, PRs adding other protocols (IRC, slack, etc) will be welcome. If you have any ideas, please let me know. If you have any better ideas than mine, please really post here. Please also join either the discord or steam groupchat. (chats are linked; history is here and in discord).
Tracking:
config.connections = [{type:"steam",username:String,password:string},{type:"discord",token:"string"}]would allow future protocols, but isn't very nice.config.steam=["username","password"]; config.discord="token";is probably better.Maybe while we're doing this, we can also remove some of the dependencies. Wolfram has already been dumped, but it would be nice to continue. My thinking is, some way to load triggers from another package would allow removal of unpopular triggers without completely getting rid of them. Maybe @bonnici has an idea for this?
Also, if this isn't going to be steam-exclusive anymore, we need a new name. I'm thinking either chat-bot, but while it's not in use on npm, it is in use on github (so is chat-bots), so while we can use that as a package/repo name, we still need an organization name.