apprise
Push Notifications that work with just about every platform!
What it is and what it does
Apprise is a notification library that abstracts away the differences between dozens of notification services—Telegram, Discord, Slack, email, SMS, IRC, and many others—behind a single Python API and command-line interface. Instead of writing separate code for each service, you define notification targets using a common URL-like syntax and call one method to send to all of them. The library handles authentication, message formatting, and delivery asynchronously.
It's designed for two audiences: developers who want to add multi-service notifications to applications without learning each service's API, and system administrators or DevOps engineers who need a CLI tool to send alerts from scripts or monitoring systems. The package is lightweight, has low install friction, and supports modern Python versions (3.9+).
Use it for:
- Send alerts from monitoring or CI/CD systems to multiple channels (Slack, Discord, email) with one call
- Build a multi-platform notification feature into an application without hardcoding each service's API
- Notify on-call teams via their preferred channels (Telegram, PagerDuty, Gotify) from a single script
- Aggregate notifications from different sources into a unified CLI tool for system administrators
- Test notification delivery across multiple services during development or staging
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Apprise sends notifications to dozens of popular services (Telegram, Discord, Slack, Amazon SNS, Gotify, and many others) through a single unified library with a common syntax.
Yes. Apprise is actively maintained, has no known vulnerabilities, low install friction, and solves a real problem—coordinating notifications across many services. The permissive BSD-2-Clause license poses no barrier. Install it if you need to send notifications to multiple platforms or want to avoid vendor lock-in to a single service.
Install
apprise on PyPI
pip
pip install appriseuv
uv add apprisepoetry
poetry add appriseInstalling apprise
Before you install
Low install friction with seven common runtime dependencies (requests, click, PyYAML, certifi, tzdata, and OAuth support). Active maintenance with recent releases; last commit 2026-08-12 and 17045 GitHub stars indicate sustained development.
License in practice
BSD-2-Clause is permissive, allowing commercial and private use with minimal restrictions—suitable for most projects.
Quickstart
pip install apprise
from apprise import Apprise
a = Apprise()
a.add('discord://webhook_id/webhook_token')
a.notify(title='Title', body='Message')
Verify before relying
- Whether all listed notification services in the description are fully functional or if some are experimental/deprecated
- Performance characteristics when sending to many services simultaneously despite async claims
- Whether image and attachment support is uniform across all services or varies by provider
Package facts
| License | BSD-2-Clause (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — requests, requests-oauthlib, click, markdown, PyYAML, certifi, tzdata |
| Maintenance | actively maintained — 41 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 12,265,715/month — #1,329 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apprise-1.12.0-py3-none-any.whl
Keywords: 46elks, 800.com, Africas Talking, Alerts, Apprise API, Automated Packet Reporting System, Amazon Chime, AWS, Bark, Blink(1), BlueSky, Brevo, BulkSMS, BulkVS, Burst SMS, Chanify, Chat, CLI, Clickatell, ClickSend, D7Networks, Dapnet, DBus, DingTalk, Discord, Dot, Email, Emby, Enigma2, Evolution API, Exotel, FCM, Feishu, Flock, Flowtriq, Fluxer, Form, Free Mobile, Gnome, Google Chat, Gotify, GroupMe, Growl, Guilded, Home Assistant, httpSMS, HumHub, IFTTT, IRC, Jellyfin, Jira, Join, JSON, Kavenegar, KODI, Kook, Kumulos, LaMetric, Lark, Line, MacOSX, Mailgun, MailerSend, Mastodon, Matrix, Mattermost, MessageBird, Microsoft, Misskey, MQTT, MSG91, MSTeams, Nextcloud, NextcloudTalk, Notica, NotificationAPI, Notifiarr, Notifico, Notifyre, Ntfy, Office365, OneSignal, Opsgenie, PagerDuty, PagerTree, ParsePlatform, Plivo, Postmark, Power Automate, Prowl, Push Notifications, PushBullet, PushDeer, Pushed, Pushjet, PushMe, Pushover, Pushplus, PushSafer, PushWard, Pushy, QQ Push, Quote/0, Reddit, Resend, Revolt, RingCentral, Rocket.Chat, RSyslog, Ryver, SendGrid, SendPulse, ServerChan, SerwerSMS, Session Open Group Server, SES, Seven, SFR, Signal, SIGNL4, SimplePush, Sinch, Slack, SMPP, SMS Manager, SMSC, SMSEagle, SMTP2Go, SNS, SparkPost, Spike, Splunk, SpugPush, Stackfield, Streamlabs, Stride, Synology Chat, Syslog, Techulus, Telegram, Threema Gateway, Twilio, Twist, Twitter, Vapid, Viber, VictorOps, Voipms, Vonage, Webex, Webpush, WeChat (WeCom), WeCom Bot, WhatsApp, Windows, Workflows, WxPusher, XBMC, XML, XMPP, Zoom, Zulip
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
apache-airflow-providers-appriseIntegrates Apprise notification delivery into…
permissive · top 15,000 on PyPI
notifiersNotifiers provides a unified interface to send…
permissive · top 15,000 on PyPI
apns2-upSends push notifications to iOS devices through…
permissive · top 15,000 on PyPI
snsSNS utils provides utilities related to AWS…
unclear · top 15,000 on PyPI
desktop-notifierSends cross-platform desktop notifications from…
permissive · top 15,000 on PyPI
aws-cdk.aws-codestarnotificationsDefines AWS CodeStarNotifications rules in…
permissive · top 15,000 on PyPI
pushbullet.pyA Python client library for the Pushbullet API…
permissive · top 15,000 on PyPI
urbanairshipPython library for integrating Airship's push…
permissive · top 15,000 on PyPI
slackwebSends messages to Slack channels via incoming…
permissive · top 15,000 on PyPI
firebase-messagingReceives push notifications sent via Firebase…
permissive · top 15,000 on PyPI