ランキングに戻る

nikoksr/notify

Go

A dead simple Go library for sending notifications to various messaging services.

golangmessagingtelegramemaildiscordslackmicrosoft-teamstwitterpushbulletsendgridwhatsappaws-ses
スター成長
スター
3.7k
フォーク
276
週間成長
Issue
29
1k2k3k
2021年1月2022年11月2024年9月2026年7月
成果物Go Modulesgo get github.com/nikoksr/notify
README
notify logo

A dead simple Go library for sending notifications to various messaging services.

 

CI Go Report Card go.dev reference

 

About

Notify started as a solution to a personal problem: I needed a simple way to send notifications across different messaging platforms. What began as a tool for my own use has grown into a library designed for quick integration and ease of use, applicable to any notification scenario you might have.

Disclaimer

Any misuse of this library is your own liability and responsibility and cannot be attributed to the authors of this library. See license for more.

Spamming through the use of this library may get you permanently banned on most supported platforms.

Since Notify is highly dependent on the consistency of the supported external services and the corresponding latest client libraries, we cannot guarantee its reliability nor its consistency, and therefore you should probably not use or rely on Notify in critical scenarios.

Install

go get -u github.com/nikoksr/notify

Example usage

// Create a telegram service. Ignoring error for demo simplicity.
telegramService, _ := telegram.New("your_telegram_api_token")

// Passing a telegram chat id as receiver for our messages.
// Basically where should our message be sent?
telegramService.AddReceivers(-1234567890)

// Tell our notifier to use the telegram service. You can repeat the above process
// for as many services as you like and just tell the notifier to use them.
// Inspired by http middlewares used in higher level libraries.
notify.UseServices(telegramService)

// Send a test message.
_ = notify.Send(
	context.Background(),
	"Subject/Title",
	"The actual message - Hello, you awesome gophers! :)",
)

Recommendation

In this example, we use the global Send() function. Similar to most logging libraries such as zap, we provide global functions for convenience. However, as with most logging libraries, we also recommend avoiding the use of global functions as much as possible. Instead, use one of our versatile constructor functions to create a new local Notify instance and pass it down the stream.

Contributing

Yes, please! Contributions of all kinds are very welcome! Feel free to check our open issues. Please also take a look at the contribution guidelines.

Psst, don't forget to check the list of missing services waiting to be added by you or create a new issue if you want a new service to be added.

Supported services

Click here to request a missing service.

Service Path Credits Status
Amazon SES service/amazonses aws/aws-sdk-go-v2 :heavy_check_mark:
Amazon SNS service/amazonsns aws/aws-sdk-go-v2 :heavy_check_mark:
Bark service/bark - :heavy_check_mark:
DingTalk service/dinding blinkbean/dingtalk :heavy_check_mark:
Discord service/discord bwmarrin/discordgo :heavy_check_mark:
Email service/mail jordan-wright/email :heavy_check_mark:
Firebase Cloud Messaging service/fcm appleboy/go-fcm :heavy_check_mark:
Google Chat service/googlechat googleapis/google-api-go-client :heavy_check_mark:
HTTP service/http - :heavy_check_mark:
Lark service/lark go-lark/lark :heavy_check_mark:
Line service/line line/line-bot-sdk-go :heavy_check_mark:
Line Notify service/line utahta/go-linenotify :heavy_check_mark:
Mailgun service/mailgun mailgun/mailgun-go :heavy_check_mark:
Matrix service/matrix mautrix/go :heavy_check_mark:
Microsoft Teams service/msteams atc0005/go-teams-notify :heavy_check_mark:
PagerDuty service/pagerduty PagerDuty/go-pagerduty :heavy_check_mark:
Plivo service/plivo plivo/plivo-go :heavy_check_mark:
Pushover service/pushover gregdel/pushover :heavy_check_mark:
Pushbullet service/pushbullet cschomburg/go-pushbullet :heavy_check_mark:
Reddit service/reddit vartanbeno/go-reddit :heavy_check_mark:
RocketChat service/rocketchat RocketChat/Rocket.Chat.Go.SDK :heavy_check_mark:
SendGrid service/sendgrid sendgrid/sendgrid-go :heavy_check_mark:
Slack service/slack slack-go/slack :heavy_check_mark:
Syslog service/syslog log/syslog :heavy_check_mark:
Telegram service/telegram go-telegram-bot-api/telegram-bot-api :heavy_check_mark:
TextMagic service/textmagic textmagic/textmagic-rest-go-v2 :heavy_check_mark:
Twilio service/twilio kevinburke/twilio-go :heavy_check_mark:
Twitter service/twitter drswork/go-twitter :heavy_check_mark:
Viber service/viber mileusna/viber :heavy_check_mark:
WeChat service/wechat silenceper/wechat :heavy_check_mark:
Webpush Notification service/webpush SherClockHolmes/webpush-go :heavy_check_mark:
WhatsApp service/whatsapp Rhymen/go-whatsapp :x:

Special Thanks

Maintainers

The logo was made by the amazing MariaLetta.

More Projects

If you find this library useful, you might also be interested in:

  • assert-go - Tiny (~100 LoC) Go assertion library focused on crystal-clear failure messages
  • konfetty - Zero-dependency, type-safe and powerful post-processing for your existing config solution in Go
  • typeid-zig - Complete Zig implementation of the TypeID specification, recognized as an official community implementation

Built with ❤️ by @nikoksr
関連リポジトリ
practical-tutorials/project-based-learning

Curated list of project-based tutorials

PythonPyPIMIT Licensetutorialproject
274.6k35.4k
avelino/awesome-go

A curated list of awesome Go frameworks, libraries and software

GoGo ModulesMIT Licensegolanggolang-library
awesome-go.com
178.8k13.4k
ollama/ollama

Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

GoGo ModulesMIT Licensellamallm
ollama.com
176.6k17.1k
golang/go

The Go programming language

GoGo ModulesBSD 3-Clause "New" or "Revised" Licenseprogramming-languagelanguage
go.dev
135.3k19.3k
caddyserver/caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

GoGo ModulesApache License 2.0goweb-server
caddyserver.com
74.2k4.8k
unionlabs/union

The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.

Rustcrates.ioApache License 2.0blockchaincosmos
union.build
73.9k3.9k
moby/moby

The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

GoGo ModulesApache License 2.0dockercontainers
mobyproject.org
71.9k19k
nektos/act

Run your GitHub Actions locally 🚀

GoGo ModulesMIT Licensegithub-actionsgolang
nektosact.com
71.2k2k
traefik/traefik

The Cloud Native Application Proxy

GoGo ModulesMIT Licensemicroservicedocker
traefik.io
64.1k6.1k
santifer/career-ops

Open-source AI job search: scan job portals, evaluate listings with a structured A-F rubric into a 1.0-5.0 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

JavaScriptnpmMIT Licenseai-agentanthropic
career-ops.org
60.9k12k
pocketbase/pocketbase

Open Source realtime backend in 1 file

GoGo ModulesMIT Licenseauthenticationbackend
pocketbase.io
60.1k3.6k
rclone/rclone

"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

GoGo ModulesMIT Licensegolanggo
rclone.org
58.6k5.2k