LINE API SDKs
You may not need to download the source code listed on this page to use the LINE SDK in your app. Read the SDK's documentation for integration instructions.
Nevertheless, you can download the SDK source code from this page if necessary.
LINE Messaging API SDKs
LINE Messaging API SDKs include libraries, tools, and samples to make it easier for you to start developing bot apps with the Messaging API. Both the official SDKs and community SDKs are open-sourced and available in different programming languages.
Official SDKs
Official SDKs support the following languages:
- Java (Release notes)
- PHP (Release notes)
- Python (Release notes)
- Node.js (Release notes)
- Go (Release notes)
- Ruby (Release notes)
Archives
The official SDKs for the following languages will no longer be updated. Each SDK can still be used, but no further changes will be made, such as the addition of new features, bug fixes, or security improvements.
LINE OpenAPI
LINE OpenAPI is a set of API interfaces provided by the LINE Platform, such as the Messaging API and LIFF server API, defined according to the OpenAPI specification. By using code generators such as OpenAPI Generator and Swagger Codegen, you can easily use the features provided by the LINE Platform even in programming languages for which no SDK is provided.
Community SDKs and libraries
The community SDKs and libraries are developed by third party developers and are available under general open source licenses. LY Corporation conducts limited reviews on the community SDKs, but doesn't provide official support or guarantee for the SDKs. See the licenses and disclaimers for each community SDK.
Library | Language/ Technology | Description | Publisher | License | Stars |
---|---|---|---|---|---|
fireliff-cli | N/A | CLI for LIFF | intocode | MIT | |
LINEChannelConnector | N/A | LINE Channel Connector for BotBuilder | kenakamu | MIT | |
line_bot_framework | PHP | Framework for bot development | shidec | MIT | |
line-chatbot-boilerplate | Python | Templates for bot development | mgilangjanuar | MIT | |
LINESimulator | N/A | LINE simulator for debugging bots | kenakamu | MIT | |
line-richmenus-manager | N/A | GUI tool to create and manage rich menu | kenakamu | MIT | |
linebot | Node.js | LINE Messaging API SDK for Node.js | boybundit | MIT | |
botbuilder-linebot-connector | Node.js | Microsoft Bot Framework v3 connector for the LINE Messaging API | Wolke | MIT | |
bottender | Node.js | Framework that lets you quickly create bots that can run on multiple platforms | Yoctol | MIT | |
messaging-api-line | Node.js | LINE Messaging API SDK for Node.js | Yoctol | MIT | |
line-bot-sdk-dotnet | C# | LINE Messaging API SDK for .NET Standard | dlemstra | Apache-2.0 | |
LineMessagingApi | C# | LINE Messaging API SDK for C# | pierre3 | MIT | |
line-bot-sdk | Haskell | LINE Messaging API SDK for Haskell | moleike | BSD |
LIFF SDK
LIFF SDK can be integrated into apps running on the LINE Front-end Framework (LIFF) in these ways.
LIFF v2 SDK can be integrated into LIFF apps by specifying the CDN path or using the npm package.
LINE SDK for iOS Swift
Download the SDK source code from the LINE SDK for iOS Swift open-source repository.
LINE SDK for Android
Download the SDK source code and AAR file from the LINE SDK for Android open-source repository
LINE SDK for Unity
Download the SDK source code from the LINE SDK for Unity open-source repository.
LINE SDK for Flutter
Download the SDK source code from the LINE SDK for Flutter open-source repository.