Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.