Skip to content

vincent10400094/anti-unsend-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anti-unsend line bot

Usage

Install dependencies

$ npm install

Stores credentials of your line provider in this file :

$ vi bot_config.js
module.exports = {
    channelId: '<your channel ID>',
    channelSecret: '<your channel Secret>',
    channelAccessToken: '<your access token>'
};

The server listens on port 8080 by default

$ npm start

Webhoook url will be something like https://<yourdomain>//linewebhook

Configure channel settings on the channel setting panel and your're ready to go.

About

A LINE bot who can retrieve unsent messages

Topics

Resources

Stars

Watchers

Forks