Giter Site home page Giter Site logo

lavir / bash_push_notifications Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arnabghosal/bash_push_notifications

0.0 1.0 0.0 7 KB

Compilation of Bash Scripts for Push Notifications via Pushover or Pushbullet

License: MIT License

Shell 100.00%

bash_push_notifications's Introduction

Compilation of Bash Scripts for Push Notification

Overview

This repository contains Bash Scripts that can be used for sending Push Notifications using the following providers

Pushover

  • Latest Version : 0.1.4
  • Release Date : 20-Dec-2015

Installation

  • Download and Set execute permission
wget https://raw.githubusercontent.com/arnabghosal/bash_push_notifications/master/notif_pushover.sh
chmod +x notif_pushover.sh

Usage

Command line arguments are as follows

Valid Arguments
-h|--help  : Show help text
-u|--user  : Set User Token
-a|--app   : Set Application Token
-m|--msg   : Set Message
-t|--title : Set Title
-l|--link  : Set URL Link

User and Application token are by default referenced from config file and can be overwritten by passing the necessary argument

Config File

Location - ~/.push.rc

PO_USR=""  # Pushover User Token
PO_APP=""  # Pushover Application Token
PO_URL="https://api.pushover.net/1/messages.json"

Sample Usage

To do

Dependency

  • Curl
  • Pushover APP

Pushbullet

  • Latest Version : 0.1.4
  • Release Date : 20-Dec-2015

Installation

  • Download and Set execute permission
wget https://raw.githubusercontent.com/arnabghosal/bash_push_notifications/master/notif_pushover.sh
chmod +x notif_pushbullet.sh

Usage

Command line arguments are as follows

Valid Arguments
-h|--help  : Show help text
-u|--user  : Set User Token
-m|--msg   : Set Message
-t|--title : Set Title
-l|--link  : Set URL Link

User and Application token are by default referenced from config file and can be overwritten by passing the necessary argument

Config File

Location - ~/.push.rc

PB_USR=""  # Pushbullet User Token
PB_URL="https://api.pushbullet.com/v2/pushes"

Sample Usage

To do

Dependency

  • Curl
  • Pushbullet APP

License

All scripts are released under MIT License

bash_push_notifications's People

Contributors

arnabghosal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.