'Is there any way to share an Image file to MS teams channel using python
I want to share some images (Local or stored in one drive, no issue) as a file attachment to MS Teams channel (not chat) using python. I've already tried using Requests module and Webhooks to send Images (using base64 encoding and links), but they are the tiny images which can't be opened. I've also tried the Azure bot but it's only useful if we want to sent the image file to the chat. If you do know, Can you share some sample working code (instead of sharing this link) here.
Solution 1:[1]
Technically, there is not proper chance to send images using python in teams. One of the previous researchers worked on this. As you are not focusing on bot and directly need to share the image using python. There is no procedure to accomplish the task.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | SairamTadepalli-MT |
