LINE Messaging Web Private Platform
LINE SquareJS is an unofficial LINE Messaging Private Bot
Type help to see the keyword
- More async function lib
If you have an idea for new feature, you can contact me.
This repo require a NodeJS With Node >= 8.0.0.
First of all, you need to install Git & NodeJS. Then open your git bash, and follow this:
$ git clone https://github.com/wyvernstudio/SquareJS.git
$ cd SquareJS
$ npm i$ apt-get update
$ apt-get install curl
$ apt-get install git
$ curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
$ apt-get install nodejs
$ git clone https://github.com/wyvernstudio/SquareJS.git
$ cd SquareJS
$ npm iAfter you install with npm i , all you have to do is insert your squareChatMid on var sqChatMid = 'HERE'; at ./examples/square.js
You can run with (talk bot)
$ node ./examples/talk.js
or (square bot)
$ node ./examples/square.jsSimple, you just run this script
$ node ./examples/getchatmid.jsGoogleX133 https://github.com/GoogleX133/LINE-FreshBot
