{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"SDK for building LINE bots that handles webhook parsing, event routing, and message sending through LINE's Messaging API.","skillfed_tags":["line-messaging","chatbot","webhook-handler"],"use_cases":["Build a LINE chatbot that echoes or processes user messages in real time.","Create a customer support bot that routes inquiries to different handlers based on message type.","Send rich, templated messages to LINE users from a backend service.","Parse and respond to LINE follow/unfollow and postback events for interactive bot flows.","Integrate LINE messaging into a web application with webhook callbacks."],"what_it_does":"line-bot-sdk is the official Python client library for LINE's Messaging API, designed to simplify bot development on the LINE platform. It provides webhook parsing and event handling, message sending, and access to LINE's messaging features. The SDK abstracts away HTTP details and signature verification, letting developers focus on bot logic.\n\nThe package is built on requests, urllib3, aiohttp, pydantic, and other dependencies, supporting both synchronous and asynchronous workflows. It is actively maintained and supports Python 3.10 through 3.14. Developers typically use it to receive webhook events from LINE, parse them into typed event objects, and reply with formatted messages via the MessagingApi client.","worth_installing":"Yes. The SDK is production-stable (Apache 2.0, active maintenance, no known vulnerabilities), has low install friction, and is the canonical way to build LINE bots in Python. Install it if you are building any LINE bot or integrating LINE messaging into a Python application."},"id":"line-bot-sdk","links":{"html":"https://skillfed.io/packages/line-bot-sdk","md":"https://skillfed.io/packages/line-bot-sdk.md","pypi":"https://pypi.org/project/line-bot-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-07","license_spdx":null,"license_treatment":"permissive","name":"line-bot-sdk","python_support":"supports_current","summary":"LINE Messaging API SDK for Python"},"popularity":{"monthly_downloads":11317145,"position":1399,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.25.0"}
