Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

line-works-sdk

LINE Works SDK for Python

Requirements

Python 3.11+

Installation

$ pip install line-works-sdk

dev version

https://pypi.org/project/line-works-sdk/#history

$ pip install line-works-sdk==x.x.devyyyymmddHHMM

Usage

from line_works.client import LineWorks
from line_works.mqtt.enums.packet_type import PacketType
from line_works.mqtt.models.packet import MQTTPacket
from line_works.mqtt.models.payload.message import MessagePayload
from line_works.tracer import LineWorksTracer


def receive_publish_packet(w: LineWorks, p: MQTTPacket) -> None:
    payload = p.payload

    if not isinstance(payload, MessagePayload):
        return

    if not payload.channel_no:
        return

    print(f"{payload!r}")

    if payload.loc_args1 == "test":
        w.send_text_message(payload.channel_no, "ok")

    elif payload.loc_args1 == "/msg":
        w.send_text_message(payload.channel_no, f"{payload!r}")

    if payload.notification_type == NotificationType.NOTIFICATION_STICKER:
        w.send_text_message(payload.channel_no, "スタンプ")
        w.send_text_message(payload.channel_no, f"{payload.sticker=}")

        w.send_sticker_message(payload.channel_no, payload.sticker)


WORKS_ID = "YOUR WORKS ID"
PASSWORD = "YOUR WORKS PASSWORD"

works = LineWorks(works_id=WORKS_ID, password=PASSWORD)

my_info = works.get_my_info()
print(f"{my_info=}")

tracer = LineWorksTracer(works=works)
tracer.add_trace_func(PacketType.PUBLISH, receive_publish_packet)
tracer.trace()

sample_usage

sample_usage_2

Contributors

GitHub Actions

The following linter results are detected by GitHub Actions.

  • ruff
  • mypy

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

line_works_sdk-3.0.dev202501241536.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

line_works_sdk-3.0.dev202501241536-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file line_works_sdk-3.0.dev202501241536.tar.gz.

File metadata

File hashes

Hashes for line_works_sdk-3.0.dev202501241536.tar.gz
Algorithm Hash digest
SHA256 d41230bcd747d704e5e1538bde87556e36369d6732e0ece342ebb5c31c34b6a6
MD5 e9073e0d5c58942d66e027c6e41e0516
BLAKE2b-256 50cdd00514dc4f207a60fbe03b184fcbd8d4988fd16ee1ad1f744b844f6b39f8

See more details on using hashes here.

File details

Details for the file line_works_sdk-3.0.dev202501241536-py3-none-any.whl.

File metadata

File hashes

Hashes for line_works_sdk-3.0.dev202501241536-py3-none-any.whl
Algorithm Hash digest
SHA256 04ce03ab084c368182a416622be69d2d873837f1da1b6d68c9254ec8176a699f
MD5 05a556284140f15dfe46270f485c59de
BLAKE2b-256 9fba109983ad0351891e42f98c780b8428b624624730f0dfc57246c33a6118c7

See more details on using hashes here.

Release history Release notifications | RSS feed

3.8

2 files

3.7

2 files

3.6

2 files

3.5

2 files

3.4

2 files

3.3

2 files

3.2

2 files

3.1

2 files

3.0

2 files

This release

3.0.dev202501241536 This release

2 files

2.1

2 files

2.0

2 files

1.0

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page