Skip to content

saibotlv2/SquareJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINE LINE SquareJS-Bot

NPM Node AUR LINE Contact Me Version

LINE Messaging Web Private Platform


PAGES

What is LINE SquareJS ?

LINE SquareJS is an unofficial LINE Messaging Private 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 With Node >= 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/wyvernstudio/SquareJS.git
$ cd SquareJS
$ npm i

Linux Installation

$ 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 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

Credits

GoogleX133 https://github.com/GoogleX133/LINE-FreshBot

About

LINE-Square SelfbotJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%