All Projects → BroNils → LINE-FreshBot

BroNils / LINE-FreshBot

Licence: GPL-3.0 license
LINE Bot

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to LINE-FreshBot

LINE-Source
Line Application Source
Stars: ✭ 43 (+86.96%)
Mutual labels:  line, square, linebot, line-bot, line-square, square-bot
line-bot-sdk-php-tiny
A simple SDK for the LINE Messaging API with PHP.
Stars: ✭ 25 (+8.7%)
Mutual labels:  line, line-bot
linezx
Way line be with me?
Stars: ✭ 12 (-47.83%)
Mutual labels:  line, linebot
line-login-sdk-go
LINE Login GO SDK (Original Social API SDK, It has been migrated into LINE login 2.1 after 2020/11/12)
Stars: ✭ 21 (-8.7%)
Mutual labels:  line, linebot
pyne
LINE for Python
Stars: ✭ 18 (-21.74%)
Mutual labels:  line, line-bot
bot-line-indonesian-summarizer
Tugas NLP UB Filkom 2017
Stars: ✭ 20 (-13.04%)
Mutual labels:  line, linebot
Laue
🖖📈 Modern charts for Vue 2.0
Stars: ✭ 245 (+965.22%)
Mutual labels:  line
payment-fields
React component for Braintree/Stripe/Square payment fields
Stars: ✭ 17 (-26.09%)
Mutual labels:  square
Jh flutter demo
a flutter demo
Stars: ✭ 229 (+895.65%)
Mutual labels:  line
atom-inline-blame
Atom package to display blame inline
Stars: ✭ 23 (+0%)
Mutual labels:  line
Kld Intersections
A library of intersection algorithms covering all SVG shape types
Stars: ✭ 214 (+830.43%)
Mutual labels:  line
drone-line
Sending line notifications using a binary, docker or Drone CI.
Stars: ✭ 78 (+239.13%)
Mutual labels:  linebot
megumin-selfbot
My selfbot. Use if you like!
Stars: ✭ 11 (-52.17%)
Mutual labels:  selfbot
gcf-line-devbot
LINE Flex 開發人員工具
Stars: ✭ 32 (+39.13%)
Mutual labels:  line
Lcnn
LCNN: End-to-End Wireframe Parsing
Stars: ✭ 234 (+917.39%)
Mutual labels:  line
Karuma
Karuma is a Discord Bot including Nukes, Raids, Mass DM and other features. Only for educational purposes 🥱🚀
Stars: ✭ 132 (+473.91%)
Mutual labels:  selfbot
Neodoc
Beautiful, hand-crafted commandline interfaces for node.js
Stars: ✭ 221 (+860.87%)
Mutual labels:  line
jsline-api
[Deprecated] Unofficial Naver Line API for JS
Stars: ✭ 14 (-39.13%)
Mutual labels:  line
smooth-corners
CSS superellipse masks using the Houdini API
Stars: ✭ 133 (+478.26%)
Mutual labels:  square
whot
A Game API for the Nigerian Whot Card Game. https://github.com/mykeels/whot-server, https://github.com/CodeByOmar/whot-app
Stars: ✭ 51 (+121.74%)
Mutual labels:  square

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].