New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

create-slappbot

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-slappbot

Like `create-react-app` the module which initiate a developpement environnement for a SlackBot using [Slapp](https://github.com/BeepBoopHQ/slapp)

0.2.2
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created

Create Slappbot

Like create-react-app the module which initiate a developpement environnement for a SlackBot using Slapp

Requirements

At least Node 6

External documentation

  • Slapp library can be found here

Initialize a project

  • /!\ Be sure you correctly installed and configured Yarn /!\

  • Create an app on Slack

  • yarn create slappbot

  • The installer will ask you for Client Id, Client Secret and Token which are in the Basic informations of your Slack App. (you can't do it after by modifying .env)

  • Launch yarn ngrok or ngrok http SOME_PORTif you installed it globally

  • Put the URI you obtained in the .env in front of DOMAIN

  • Launch yarn start in another terminal

  • That's all :)

FAQs

Package last updated on 12 Jul 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