https://github.com/papakvy/chatworkify
Bring Chatwork notification into your Application ^^
https://github.com/papakvy/chatworkify
capistrano-plugin chatwork chatworkify ruby rubygem
Last synced: 4 months ago
JSON representation
Bring Chatwork notification into your Application ^^
- Host: GitHub
- URL: https://github.com/papakvy/chatworkify
- Owner: papakvy
- License: mit
- Created: 2021-10-22T10:33:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T08:07:21.000Z (about 1 year ago)
- Last Synced: 2025-03-18T21:52:03.365Z (4 months ago)
- Topics: capistrano-plugin, chatwork, chatworkify, ruby, rubygem
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Chatworkify



## Installation
Add this line to your application's Gemfile:
```ruby
gem 'chatworkify', require: false
```And then execute:
$ bundle install
Or install it yourself as:
$ gem install chatworkify
## Usage
Require the gem in your `Capfile`:
require 'capistrano/chatworkify'
## Configuration
### Puts `CHATWORK_API_TOKEN` into your ENV
- Export to your `bash`: `export CHATWORK_API_TOKEN=xxx`
- Add to `.env` if you're using `dotenv` gem
### Puts `CHATWORK_ROOM_ID` into your ENV or custom in `config/deploy`
```ruby
# config/deploy.rb
...
set :chatwork_room_id, 'xxx'
...
```### Copyright
©rs-phunt