Registry / messaging / nikoksr-notify

nikoksr-notify

JSON →
library1.5.0gogounverified

A Go library for sending notifications to various messaging services.

go get github.com/nikoksr/notify
INSTALL
IMPORT
SIG · NIKOKSR-NOTIFY
N
nikoksr-notify
messaginggov1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

notify
github.com/nikoksr/notify

Send a notification via Telegram.

package main import ( "github.com/nikoksr/notify" "github.com/nikoksr/notify/service/telegram" ) func main() { n := notify.New() svc, _ := telegram.New("TOKEN") svc.AddReceivers("CHAT_ID") n.UseServices(svc) n.Send("Subject", "Message") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
nikoksr-notify — go get nikoksr-notify · libregistry