You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
kha7iq c52a48e1e2
docs: Added pushover service in supported services
4 years ago
.github docs: Updated Readme & Contribuation 4 years ago
cmd fix: fixed some mistakes in pushover service 4 years ago
.gitignore chor: gitignore & makefile: 4 years ago
CODE_OF_CONDUCT.md docs: Updated Readme & Contribuation 4 years ago
CONTRIBUTING.md docs: Updated Readme & Contribuation 4 years ago
LICENSE.md docs: Updated Readme & License 4 years ago
Makefile chor: gitignore & makefile: 4 years ago
README.md docs: Added pushover service in supported services 4 years ago
go.mod feat: added support for pushover service 4 years ago
go.sum feat: added support for pushover service 4 years ago
goreleaser.yml feat: Add deb and rpm 4 years ago
main.go fix: fixed some mistakes in pushover service 4 years ago

README.md


PingMe CLI

Release Go Report Card Build GitHub issues License Go Version Go Dev Reference

AboutDocumentationSupported ServicesInstallConfigurationContributingShow Your Support


About

PingMe is a personal project to satisfy my needs of having alerts, most major platforms have integration to send alerts but its not always useful, either you are stuck with one particular platform, or you have to do alot of integrations. I needed a small app which i can just call from my backup scripts, cron jobs, CI/CD pipelines or from anywhere to send a message with particular information. And i can ship it everywhere with ease. Hence, the birth of PingMe.

Everything is configurable via environment variables, and you can simply export the logs or messages to a variable which will be sent as message. And most of all this serves as a swiss army knife sort of tool which supports multiple platforms.

Supported services

  • Discord
  • Email
  • Microsoft Teams
  • RocketChat
  • Slack
  • Telegram
  • Pushover

Install

Linux & MacOs

brew install kha7iq/tap/pingme

Go Get

go get -u github.com/kha7iq/pingme

Windows

Alternatively you can head over to release pages and download the binary for windows & all other supported platforms.

Usage

 pingme

NAME:
   PingMe - Send message to multiple platforms

USAGE:
   pingme [global options] command [command options] [arguments...]

DESCRIPTION:
   PingMe is a CLI tool which provides the ability to send messages or alerts to multiple
   messaging platforms and also email, everything is configurable via environment
   variables and command line switches.Currently supported platforms include Slack, Telegram,
   RocketChat, Discord, Microsoft Teams and email address.

COMMANDS:
   telegram    Send message to telegram
   rocketchat  Send message to rocketchat
   slack       Send message to slack
   discord     Send message to discord
   teams       Send message to microsoft teams
   pushover    Send message to pushover
   email       Send an email
   help, h     Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help (default: false)

Check Documentation Page for more details.

Configuration

All the flags have corresponding environment variables associated with it. You can either provide the value with flags or export to a variable.

View the Documentation Page for more details.

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a if you like this project!