skillfed

apprise

Push Notifications that work with just about every platform!

apprise v1.12.0 12.3M downloads/30d#1,329 on PyPI17,045
Permissive license BSD-2-Clause Active released

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 apprise

uv

uv add apprise

poetry

poetry add apprise

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: System AdministratorsNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPyTopic :: Software Development :: Libraries :: Application FrameworksTopic :: Software Development :: Libraries :: Python Modules

Tags

multi-service notification librarysend notifications to discord slack telegramunified notification apinotification service abstractioncross-platform alertsnotification aggregationcli notification tool
notificationsmulti-servicecli-tool

More Python Modules packages