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

https://github.com/whywaita/line2slack-piper

LINE message post to slack channel
https://github.com/whywaita/line2slack-piper

Last synced: 2 months ago
JSON representation

LINE message post to slack channel

Awesome Lists containing this project

README

          

# LINE to Slack Piper

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Requirements

- golang 1.6

## Setup

- Get "LINE channel secret", "LINE channel access token", "slack token"
- LINE Messaging API is **Developer trial**
- Slack token: https://api.slack.com/web
- useful links
- configure LINE Messaging API (in japanese)
- http://milk0824.hatenadiary.jp/entry/2016/10/01/211555

## Usage

- Webhook URL is "https://${your-domain}/hook"

### Heroku

- push Heroku Deploy button
- input 4 value

### Your Server

TBA

## Author

[@whywaita](https://github.com/whywaita)