rveachkc / pymsteams

Format messages and post to Microsoft Teams.
https://pypi.org/project/pymsteams/
Apache License 2.0
418 stars 77 forks source link

Help needed #121

Closed nouni19 closed 2 years ago

nouni19 commented 2 years ago

How do I take input from MS teams? There isn't anything about it in the docs By taking input I mean: if someone wrote "!1+1"(example), python can put it in a variable of some sort

I found it in the docs but it wasn't that clear on how to retrieve the value

rveachkc commented 2 years ago

The purpose of this library is to send webhooks to post messages. The webhook api does not support reading of messages.

To read input, you're going to want to create a bot, which would be out of scope.