rveachkc / pymsteams

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

Make send method async-able #84

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello,

I would like to connect send multiple messages, possibly to multiple Teams. Is it possible to offer an alternative async send?

rveachkc commented 3 years ago

This has already been discussed in https://github.com/rveachkc/pymsteams/issues/71, so I'm going to mark as duplicate and close.

Async is currently a bit out of scope of this library, but I wouldn't be opposed to adding it. Pull request welcome. I think it's definitely been long enough that I'm ok with dropping python 2 support at this point.