Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chatwork-to-slack

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatwork-to-slack

Transfer chat messages from ChatWork to Slack

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

chatwork-to-slack

npm version Build Status Dependency Status devDependency Status MIT

Transfer chat messages from ChatWork to Slack

Why ???

  • ChatWork is not user friendly (especially for engineers)
  • I don't wish to launch many chat tools
  • I want to read chat message only from Slack

Getting started

chatwork-to-slack requires Node v6.0.0 or later.

$ node -v
6.0.0

$ npm i -g chatwork-to-slack

To start chatwork-to-slack, you need to install and launch MongoDB.

$ chatwork-to-slack \
   --chatwork-room-id=12345 \
   --chatwork-api-token=YOUR_CHATWORK_API_TOKEN \
   --slack-webhook-url=YOUR_SLACK_WEBHOOK_URL \
   --slack-channel=CHANNEL_NAME \
   --mongodb-url=mongodb://localhost/chatwork

The command is not deamonized. You can use chatwork-to-slack along with Cron.

Test

If you want to run test in local computer, you should launch MongoDB.

$ npm test

Example

See also

License

MIT License

FAQs

Package last updated on 20 Feb 2017

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc