{"library":"slack-webhook","title":"slack-webhook","description":"slack-webhook is a Python client library for Slack Incoming Webhooks, supporting Python 3.6 and above. Version 1.0.7 is the latest release, with infrequent updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install slack-webhook"],"cli":null},"imports":["from slack_webhook import Slack"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from slack_webhook import Slack\n\nwebhook_url = os.environ.get('SLACK_WEBHOOK_URL', '')\nslack = Slack(url=webhook_url)\nslack.post(text=\"Hello, Slack!\")","lang":"python","description":"Sends a simple text message to a Slack channel via an Incoming Webhook URL.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}