Socket
Book a DemoInstallSign in
Socket

chatwork_to

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatwork_to

0.0.6
bundlerRubygems
Version published
Maintainers
1
Created
Source

ChatworkTo

ChatWorkTo can transfer ChatWork messages via notifier.

Installation

Add this line to your application's Gemfile:

gem 'chatwork_to'

And then execute:

$ bundle

Or install it yourself as:

$ gem install chatwork_to

Usage

Setup chatwork_to.yml

Create configuration file named chatwork_to.yml in ./ or ~/ directory. Required configuration are:

chatwork:
  email: 'email'
  pass:  'password'
  rooms:
    - 'room id'

rooms is array for multiple room id.

Notifiers

Simple

Simple Notifier which is based on Ruby Logger is output to $stdout.

notifiers:
  -
    name: simple

If used io option, logger output to file. rotation(Default:weekly) option is compliant with the rotation option of Ruby Logger.

notifiers:
  -
    name: simple
    io: '~/logs/chatwork_to.log'
    rotation: weekly

Slack

Slack Notifier forwards to Slack messages of ChatWork via Slack API.

notifiers:
  -
    name: slack
    token: 'API authentication token'
    channel: 'public channel or private group or @user'

Run

Foreground

$ chatwork_to

Daemon

Using daemons.

$ chatwork_to start
$ chatwork_to stop
$ chatwork_to restart
$ chatwork_to status

Contributing

  • Fork it ( https://github.com/[my-github-username]/chatwork_to/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

FAQs

Package last updated on 02 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.