Skip to content

kwanlae/chatbots5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatbots5

Installation

$ npm install

In .env file

SLACK=...
PAGE_TOKEN=...
CHANNEL_ACCESS_TOKEN=...
APIAI=...

Running the application for SLACK

$ npm run slack

Running the application for KAKAO

$ npm run kakao

Running the application for FACEBOOK

$ npm run facebook

Running the application for LINE

$ npm run line

Running the application for WECHAT

$ npm run wechat

Running the all applications

$ npm run all