Skip to content

iamtol/kitchensink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitchen Sink Bot

A kitchen-sink LINE bot example

How to use

Install deps

npm install

Also, FFmpeg and ImageMagick should be installed to test image and video echoing.

Configuration

export CHANNEL_SECRET=YOUR_CHANNEL_SECRET
export CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
export BASE_URL=https://your.base.url # for static file serving
export PORT=1234

Run

node .

Webhook URL

https://your.base.url/callback

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published