All Projects → line → Line Bot Sdk Nodejs

line / Line Bot Sdk Nodejs

Licence: apache-2.0
LINE Messaging API SDK for Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Line Bot Sdk Nodejs

Line Bot Sdk Python
LINE Messaging API SDK for Python
Stars: ✭ 1,198 (+75.4%)
Mutual labels:  bot, sdk, line
Line Bot Sdk Go
LINE Messaging API SDK for Go
Stars: ✭ 654 (-4.25%)
Mutual labels:  bot, sdk, line
Line Bot Sdk Perl
LINE Messaging API SDK for Perl
Stars: ✭ 69 (-89.9%)
Mutual labels:  bot, sdk, line
Line Bot Sdk Java
LINE Messaging API SDK for Java
Stars: ✭ 484 (-29.14%)
Mutual labels:  bot, sdk, line
Line Bot Sdk Ruby
LINE Messaging API SDK for Ruby
Stars: ✭ 425 (-37.77%)
Mutual labels:  bot, sdk, line
Line Bot Sdk Php
LINE Messaging API SDK for PHP
Stars: ✭ 601 (-12.01%)
Mutual labels:  bot, sdk, line
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+156.81%)
Mutual labels:  bot, line
Telegram link line
用Telegram來收發Line的訊息,use telegram to Send and receive messages(from Line)。 或者把它當作Line的訊息備份也是可啦 😛
Stars: ✭ 164 (-75.99%)
Mutual labels:  bot, line
Line Bot Tutorial
Line bot tutorial.
Stars: ✭ 181 (-73.5%)
Mutual labels:  bot, line
Viber Bot Php
Php bot interface to work with Viber API
Stars: ✭ 202 (-70.42%)
Mutual labels:  bot, sdk
Line Bot Tutorial
line-bot-tutorial use python flask
Stars: ✭ 267 (-60.91%)
Mutual labels:  bot, line
Bottender
⚡️ A framework for building conversational user interfaces.
Stars: ✭ 3,803 (+456.81%)
Mutual labels:  bot, line
Botframework Emulator
A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
Stars: ✭ 1,532 (+124.3%)
Mutual labels:  bot, sdk
Linesimulator
LINESimulator
Stars: ✭ 103 (-84.92%)
Mutual labels:  bot, line
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+223.87%)
Mutual labels:  bot, sdk
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+1288.87%)
Mutual labels:  bot, sdk
Mirai Ts
🔧 Mirai(QQ Bot) JavaScript/TypeScript SDK for Node.js/Browser
Stars: ✭ 86 (-87.41%)
Mutual labels:  bot, sdk
Botbuilder Js
Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.
Stars: ✭ 469 (-31.33%)
Mutual labels:  bot, sdk
Botbuilder Dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
Stars: ✭ 631 (-7.61%)
Mutual labels:  bot, sdk
Botlibre
An open platform for artificial intelligence, chat bots, virtual agents, social media automation, and live chat automation.
Stars: ✭ 412 (-39.68%)
Mutual labels:  bot, sdk

LINE Messaging API SDK for nodejs

Travis CI npmjs

Introduction

The LINE Messaging API SDK for nodejs makes it easy to develop bots using LINE Messaging API, and you can create a sample bot within minutes.

Documentation

See the official API documentation for more information

line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#getting-started

Requirements

  • Node.js 10 or higher

Installation

Using npm:

$ npm install @line/bot-sdk --save

Help and media

FAQ: https://developers.line.biz/en/faq/

Community Q&A: https://www.line-community.me/questions

News: https://developers.line.biz/en/news/

Twitter: @LINE_DEV

Versioning

This project respects semantic versioning

See http://semver.org/

Contributing

Please check CONTRIBUTING before making a contribution.

License

Copyright (C) 2016 LINE Corp.
 
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
   http://www.apache.org/licenses/LICENSE-2.0
 
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].