All Projects → yfiton → Yfiton

yfiton / Yfiton

Licence: apache-2.0
Cross-platform CLI utility command for sending notifications using well-known or modern communication services

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Yfiton

Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (-59.86%)
Mutual labels:  notifications, notifier
Server Monitor App
A PHP application to monitor the health of your servers
Stars: ✭ 141 (-0.7%)
Mutual labels:  slack, notifications
Jbot
Make Slack and Facebook Bots in Java.
Stars: ✭ 1,148 (+708.45%)
Mutual labels:  slack, facebook
Yii2 Slack Log
Pretty Slack log target for Yii 2
Stars: ✭ 24 (-83.1%)
Mutual labels:  slack, notifications
Facebook
📨 Facebook Notifications Channel for Laravel
Stars: ✭ 120 (-15.49%)
Mutual labels:  notifications, facebook
Synology Notifications
Synology notifications service
Stars: ✭ 47 (-66.9%)
Mutual labels:  slack, notifications
Gocd Slack Build Notifier
GoCD (gocd.org) plugin to push build notifications to Slack
Stars: ✭ 96 (-32.39%)
Mutual labels:  slack, notifications
Laravel Failed Job Monitor
Get notified when a queued job fails
Stars: ✭ 582 (+309.86%)
Mutual labels:  slack, notifications
Tfsnotificationrelay
An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC
Stars: ✭ 120 (-15.49%)
Mutual labels:  slack, notifications
Statusok
Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected.
Stars: ✭ 1,522 (+971.83%)
Mutual labels:  slack, notifications
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+411.97%)
Mutual labels:  slack, notifications
Botkit
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Stars: ✭ 10,555 (+7333.1%)
Mutual labels:  slack, facebook
Diun
Receive notifications when an image is updated on a Docker registry
Stars: ✭ 704 (+395.77%)
Mutual labels:  slack, notifications
Craft Brief
Quick, easy, and customizable user-group notifications for Craft CMS.
Stars: ✭ 47 (-66.9%)
Mutual labels:  slack, notifications
Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (+400%)
Mutual labels:  notifications, facebook
Facebot
Slackbot for facebook messaging integration in slack
Stars: ✭ 91 (-35.92%)
Mutual labels:  slack, facebook
Alertmanager
Prometheus Alertmanager
Stars: ✭ 4,574 (+3121.13%)
Mutual labels:  slack, notifications
Wdt Emoji Bundle
Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
Stars: ✭ 411 (+189.44%)
Mutual labels:  slack, facebook
Ravenx
Notification dispatch library for Elixir applications
Stars: ✭ 100 (-29.58%)
Mutual labels:  slack, notifications
Concierge
Modular chat bot. (Karma + Sassy + Hubot) * (Discord + Facebook + Messenger + Slack + Skype + Telegram + Hipchat + ...) = Concierge
Stars: ✭ 121 (-14.79%)
Mutual labels:  slack, facebook

Yfiton

Yfiton is an API and command-line utility to send notifications using well-known or modern communication services.

Installation

You can download one of the distributions from the releases section.

Once unpacked, the folder associated to the distribution is referred to as YFITON_HOME.

For running Yfiton, add YFITON_HOME/bin to your PATH environment variable.

Then, to check if Yfiton is properly installed, type yfiton --version.

Basic usage

Triggering beep(s) using default speaker:

$ yfiton -n beep
$ yfiton -n beep -Ppattern="*** ** *"

Displaying rich desktop notification(s):

$ yfiton -n desktop -Pmessage="Lunch time!"
$ yfiton -n desktop -Pmessage="Lunch time!" -PhideAfter=10 -Pposition=TOP_RIGHT

Sending an email:

$ yfiton -n email -Phost=smtp.free.fr [email protected] [email protected] \
    -Psubject="Build failure!" -Pbody="Build #42 has failed!" [email protected]

Publishing a message on Facebook:

$ yfiton -n facebook -Pmessage="I have bougth the new Xbox Elite controller. Incredible!"
$ yfiton -n facebook -Pmessage="My new puzzle!" -Pphoto=path/to/your/photo.jpg

Pushing a notification with Pushbullet:

$ yfiton -n pushbullet -Ptitle="Weather alert!" -Pbody="Hurricane approaches"
$ yfiton -n pushbullet -Pbody="Please find report" -Pfile=path/to/file.extension
$ yfiton -n pushbullet -Pbody="New daily deal" -Purl="https://www.groupon.com"

Sending notification to Slack:

$ yfiton -n slack -Pmessage="Quick design session at 2pm"
$ yfiton -n slack -Pmessage="1 2 3 soleil!" -Pchannel=#random

Updating Twitter status:

$ yfiton -n twitter -Pstatus="5 Tips for Growing Your Business http://bit.ly/1PjsefI #marketing"

Advanced usage

Yfiton is provided with several notifiers that allow sending notifications using well-known or modern communication services. You can list available notifiers as follows:

$ yfiton --list-notifiers

A notifier is identified by a unique name. For instance, Facebook notifier has unique identifier facebook. It is possible to describe available parameters for Facebook notifier as below:

$ yfiton --describe-notifier facebook

Most of the notifiers require to connect to a third-party service. Authentication parameters are stored by default in $HOME/.yfiton.

License

Yfiton is released under Apache Software Foundation License v2.0. See LICENSE file included for more details.

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].