Skip to content

BroNils/LINE-WebChat

Repository files navigation

LINE LINE WebChat

NPM Node AUR LINE Contact Me Version

LINE Messaging Web Platform


PAGES

What is LINE WebChat ?

LINE WebChat is a modified LINE Messaging App based on web platform.

Features

  • Chatting
    • Group Chat
    • Chat Notification
  • Authentication
    • Login with QR
    • Login with authToken
  • Console

Upcoming Update

  • Chatting
    • Square Chat
    • Person Chat
    • SendImage
  • Authentication
    • Login with email & pass



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-WebChat.git
$ cd LINE-WebChat
$ npm i

Linux Installation

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

How to run

You can run with

$ npm start


Or

  • On windows you just open start.bat.
  • On linux you just open start.sh.

Guide