falfox / falfox-ts

Line Messenger Bot written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

falfox-ts

FalFox is Line Messenger Bot, this project built with Express with Typescript using @line/bot-sdk

Project Setup

npm install

to run this bot, you need to specify CHANNEL_ACCESS_TOKEN and CHANNEL_SECRET env, you can get it from https://developers.line.biz/console/

Run in dev mode

npm run dev

Run in production

npm run build
npm start

About

Line Messenger Bot written in TypeScript


Languages

Language:TypeScript 97.4%Language:JavaScript 2.6%