A lightweight Python library for sending notifications to Slack channels with support for attachments and fields. Current version is 1.0.1, with no recent activity; intended for simple notification use cases.
pip install slack-notificationsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with a Slack webhook URL and send a simple message.
Use `from slack_notifications import Slack` when importing.
Ensure you have a valid Slack Incoming Webhook URL. If you need OAuth tokens, use slack-sdk instead.
Run `pip install slack-notifications` and import as `from slack_notifications import Slack`.
Verify the webhook URL starts with 'https://hooks.slack.com/'. Ensure SLACK_WEBHOOK_URL is set correctly.