Registry / messaging / line-bot-api

line-bot-api

JSON →
library2.8.3rbrubygemsunverified

SDK for the LINE Messaging API enabling Ruby applications to send and receive messages via LINE.

gem install line-bot-api
INSTALL
IMPORT
SIG · LINE-BOT-API
L
line-bot-api
messagingrubyv2.8.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Line::Bot
require 'line/bot'

Initialize a LINE bot client and send a text message.

require 'line/bot' client = Line::Bot::Client.new { |config| config.channel_secret = 'SECRET'; config.channel_token = 'TOKEN' } client.push_message('USER_ID', { type: 'text', text: 'Hello!' })
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Bingbot
1
OpenAI (training)
1
Resources
line-bot-api — gem install line-bot-api · libregistry