All Projects → aar0nTw → Lita Line

aar0nTw / Lita Line

Licence: mit
A Line adapter for Lita

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Lita Line

Telegram link line
用Telegram來收發Line的訊息,use telegram to Send and receive messages(from Line)。 或者把它當作Line的訊息備份也是可啦 😛
Stars: ✭ 164 (+993.33%)
Mutual labels:  bot, line
Line Bot Sdk Ruby
LINE Messaging API SDK for Ruby
Stars: ✭ 425 (+2733.33%)
Mutual labels:  bot, line
Line Bot Tutorial
Line bot tutorial.
Stars: ✭ 181 (+1106.67%)
Mutual labels:  bot, line
Line Bot Sdk Python
LINE Messaging API SDK for Python
Stars: ✭ 1,198 (+7886.67%)
Mutual labels:  bot, line
Line Bot Sdk Go
LINE Messaging API SDK for Go
Stars: ✭ 654 (+4260%)
Mutual labels:  bot, line
Linesimulator
LINESimulator
Stars: ✭ 103 (+586.67%)
Mutual labels:  bot, line
Bottender
⚡️ A framework for building conversational user interfaces.
Stars: ✭ 3,803 (+25253.33%)
Mutual labels:  bot, line
Line Bot Tutorial
line-bot-tutorial use python flask
Stars: ✭ 267 (+1680%)
Mutual labels:  bot, line
Discordrb
Discord API for Ruby
Stars: ✭ 651 (+4240%)
Mutual labels:  bot, gem
Line Bot Sdk Php
LINE Messaging API SDK for PHP
Stars: ✭ 601 (+3906.67%)
Mutual labels:  bot, line
Line Bot Sdk Perl
LINE Messaging API SDK for Perl
Stars: ✭ 69 (+360%)
Mutual labels:  bot, line
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+4706.67%)
Mutual labels:  bot, line
Node Line Messaging Api
Unofficial SDK for LINE Messaging API 🤖 💬
Stars: ✭ 41 (+173.33%)
Mutual labels:  bot, line
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+11593.33%)
Mutual labels:  bot, line
Line Bot Sdk Java
LINE Messaging API SDK for Java
Stars: ✭ 484 (+3126.67%)
Mutual labels:  bot, line
Line Bot Sdk Nodejs
LINE Messaging API SDK for Node.js
Stars: ✭ 683 (+4453.33%)
Mutual labels:  bot, line
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+4746.67%)
Mutual labels:  bot, line
Drawbot
Repository for DrawBot. The Discord Art bot!
Stars: ✭ 10 (-33.33%)
Mutual labels:  bot
Spotify Bot
Spotify Messenger Bot
Stars: ✭ 12 (-20%)
Mutual labels:  bot
Chir.py
twitter news bot that builds followers, posts, and bitcoin via ppc links
Stars: ✭ 10 (-33.33%)
Mutual labels:  bot

lita-line

Gem Gem Gemnasium Build Status Code Climate Coverage Status

LINE messaging webhook adapter for Lita

Installation

Add lita-line to your Lita instance's Gemfile:

gem "lita-line"

Configuration

Use line adapter in lita_config.rb

config.robot.adapter = :line
config.adapters.line.channel_secret = ENV["LINE_CHANNEL_SECRET"]
config.adapters.line.channel_token = ENV["LINE_CHANNEL_TOKEN"]

Required attributes

  • channel_secret (String): Bot's Channel secret
  • channel_token (String): Bot's Channel token

Create a line bot at https://business.line.me/ and get its secret and token in https://developers.line.me

Usage

  • Deploy your lita app to heroku
  • Setting the webhook callback address: https://{your-lita-app-name}.herokuapp.com/callback in https://developers.line.me

API documentation

The API documentation, useful for plugin authors, can be found for the latest gem release on RubyDoc.info

Example

License

MIT

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].