The Wayback Machine - https://web.archive.org/web/20200910201446/https://github.com/BroNils/LINE-FreshBot
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
pkg
 
 
 
 
 
 
 
 
 
 
 
 

README.md

LINE LINE FreshBot

NPM Node AUR LINE Contact Me Version

LINE Messaging Web Platform


PAGES

What is LINE FreshBot ?

LINE FreshBot is an unofficial LINE Messaging Bot

Keyword

Type help to see the keyword

Upcoming Update

  • More async function lib



If you have an idea for new feature, you can contact me.

Requirement

This repo require a NodeJS >= 8.0.0.

Windows Installation

First of all, you need to install Git & NodeJS. Then open your git bash, and follow this:

$ git clone https://github.com/GoogleX133/LINE-FreshBot.git
$ cd LINE-FreshBot
$ npm i

Linux Installation

$ apt-get update
$ apt-get install git-all
$ apt-get install nodejs-current
$ git clone https://github.com/GoogleX133/LINE-FreshBot.git
$ cd LINE-FreshBot
$ npm i

LINE SquareBot Setup

After you install with npm i , all you have to do is insert your squareChatMid on var sqChatMid = 'HERE'; at ./examples/square.js

How to run

You can run with (talk bot)

$ node ./examples/talk.js


or (square bot)

$ node ./examples/square.js

How to get ChatMid (For Square)

Simple, you just run this script

$ node ./examples/getchatmid.js
You can’t perform that action at this time.