{"library":"msteamsapi","title":"Microsoft Teams AdaptiveCards API Wrapper","description":"msteamsapi is a Python wrapper for sending AdaptiveCards to Microsoft Teams via webhooks. Current version 0.9.5 supports Python 2.7+ and 3.9+. Release cadence is irregular; last release was in 2023.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install msteamsapi"],"cli":null},"imports":["from msteamsapi import TeamsWebhook","from msteamsapi import AdaptiveCard"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from msteamsapi import TeamsWebhook\nimport os\n\nwebhook_url = os.environ.get('TEAMS_WEBHOOK_URL', '')\nwebhook = TeamsWebhook(url=webhook_url)\nwebhook.send_text('Hello from msteamsapi!')\n","lang":"python","description":"Send a simple text message to a Teams channel using a webhook URL.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}