Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiomik/hubot-chatwork
A hubot adapter for chatwork
https://github.com/akiomik/hubot-chatwork
chatwork hubot-adapter
Last synced: 3 months ago
JSON representation
A hubot adapter for chatwork
- Host: GitHub
- URL: https://github.com/akiomik/hubot-chatwork
- Owner: akiomik
- License: mit
- Created: 2013-11-28T21:00:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T00:55:56.000Z (over 7 years ago)
- Last Synced: 2024-07-10T21:58:08.785Z (4 months ago)
- Topics: chatwork, hubot-adapter
- Language: CoffeeScript
- Homepage: https://npmjs.org/package/hubot-chatwork
- Size: 62.5 KB
- Stars: 66
- Watchers: 12
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hubot-chatwork
==============A Hubot adapter for chatwork.
[![Build Status](https://travis-ci.org/akiomik/hubot-chatwork.svg?branch=master)](https://travis-ci.org/akiomik/hubot-chatwork)
[![Dependency Status](https://gemnasium.com/akiomik/hubot-chatwork.svg)](https://gemnasium.com/akiomik/hubot-chatwork)
[![npm version](https://badge.fury.io/js/hubot-chatwork.svg)](http://badge.fury.io/js/hubot-chatwork)## Installation
1. Install `hubot-chatwork`.
```sh
npm install -g yo generator-hubot
yo hubot --adapter chatwork
```2. Set environment variables.
```sh
export HUBOT_CHATWORK_TOKEN="DEADBEEF" # see http://developer.chatwork.com/ja/authenticate.html
export HUBOT_CHATWORK_ROOMS="123,456" # comma separated
export HUBOT_CHATWORK_API_RATE="350" # request per hour
```3. Run hubot with chatwork adapter.
```sh
bin/hubot -a chatwork
```## License
The MIT License. See `LICENSE` file.