Skip to content

MItsutoshiNAKANO/line-bot

Repository files navigation

README - LINE Bot Client

Install & Config

git clone [email protected]:MItsutoshiNAKANO/line-bot.git
cd line-bot
# Read all files carefully!
npm install
cp sample.line-bot.rc.json .line-bot.rc.json
vi .line-bot.rc.json # Define your Channel Acccess Token & Line ID.

Usage

./line-bot.mjs message...

Why do I write this

I misunderstood the specification about arguments of MessagingApiClient.pushMessage() in @line/bot-sdk. So, I wrote the wrong script.

Now, my bug was fixed. This script can post messages to LINE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published