-
Notifications
You must be signed in to change notification settings - Fork 613
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
Support Microsoft Teams #1239
Comments
@trunet This could be built as a backend: http://errbot.io/en/latest/user_guide/backend_development/ Here are some examples that might be helpful: https://github.com/errbotio/errbot-backend-skype |
What about something like how PoshBot implements to solve the issue? Using a queue based system as a middle man of sorts? https://poshbot.readthedocs.io/en/latest/guides/backends/setup-teams-backend/ |
Isn't https://github.com/vasilcovsky/errbot-backend-botframework an option? |
This looks great, thanks for the link. My only concern with it, is that it requires my Errbot instance to be publicly accessible on the internet (?). Unless I am totally misreading the setup/configuration of the bot framework on my quick pass of the readme. Where as the poshbot example, relies more on a pub/sub model. |
I haven't tried it myself, but it does look like you do. The botframework pushes the messages out. |
+1 Official Errbot support for Teams would be pretty awesome. |
We all know that Slack is better than Teams, but when Microsoft makes it free, it is difficult for companies to argue against free: |
It seems like the on-prem solution would be to create a backend for orky: https://github.com/OfficeDev/Orky similar to orky-hubot. |
I am...
I am running...
Issue description
Please, add support for microsoft teams.
Additional info
Probably using https://github.com/rveachkc/pymsteams
The text was updated successfully, but these errors were encountered: