Project

rtpush

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
The terminal push notification service for Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0

Runtime

>= 2.2.1, ~> 2.2
>= 0.0.2, ~> 0.0.2
>= 0.1.0, ~> 0.1
>= 4.0.1, ~> 4.0
>= 3.0.1, ~> 3.0
>= 0.4.1, ~> 0.4
>= 2.3.1, ~> 2.3
>= 5.6.0, ~> 5.6
 Project Readme

Gem Version Maintainability

RTPush. The terminal push notification service for Ruby.

Supported Services

Installation

$ gem install rtpush

Configuring

You can use dotenv, which is included in the Gemfile, to fill in any values that you can't or won't supply through the environment.

In order of precedence RTPush uses:

  1. Environment variables (for example MY_VALUE=abc)
  2. Values provided in a .env file
  3. Default values from .env.default

Configuration Parameters

NOTIFICATION_TITLE=XX

REDIS_URL=XX

SLACK_WEBHOOK=XX

TWILIO_TO_NUMBER=XX
TWILIO_FROM_NUMBER=XX
TWILIO_AUTH_TOKEN=XX
TWILIO_ACCOUNT_SID=XX

GCM_PRIORITY=XX
GCM_AUTH_KEY=XX
GCM_ANDROID_APP_NAME=XX
GCM_ANDROID_DEVICE_TOKEN=XX

INSTAPUSH_APP_ID=XX
INSTAPUSH_APP_SECRET=XX
INSTAPUSH_APP_EVENT=XX

Setup guide

TBD

Usage

rtpush strategy1,strategy2 message

$ rtpush sms,slack,mobile,insta hello 

Test

rspec spec

Improvement

TBD