A Python package for integrating with Lark API to send messages, manage bots, and interact with Lark apps.
Project description
Lark Connect
Lark App는 Lark API를 쉽게 연동하여 메시지 전송, 봇 관리, 앱 통합 등의 기능을 제공하는 Python 패키지입니다.
🚀 설치
pip install lark-connect
📌 주요 기능
✅ Lark 메시지 전송 (LarkClient)
✅ Lark Docs 문서 관리 (LarkDocManager)
✅ Lark Sheet 스프레드시트 관리 (LarkSheetManager)
✅ API 응답 타입 정의 및 예외 처리 (typings.py, exceptions.py)
# 사용 예시
python
from lark_connect.core import LarkCore
app_id = "YOUR_APP_ID"
app_access_secret = "YOUR_APP_SECRET"
client = LarkCore(app_id, app_access_secret)
client.send_message("안녕하세요! Lark App을 사용해보세요 🚀")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lark_connect-0.0.5.tar.gz
(8.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lark_connect-0.0.5.tar.gz.
File metadata
- Download URL: lark_connect-0.0.5.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38fcbcb38ecc36241088d236ac78ce2f8866bfcd427843053c99440a9f9aa3d4
|
|
| MD5 |
393d8f4d7abce3ea7b0084bbb2a1ce21
|
|
| BLAKE2b-256 |
36bc356b51494f5f5224ab2c239d8b6960e7772928d80cc0c446f73216cc1fad
|
File details
Details for the file lark_connect-0.0.5-py3-none-any.whl.
File metadata
- Download URL: lark_connect-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d404ee8ed189bd4dfa9b7ce80df8f8b5a2fda9b33d65c12a379f5eb7fff2d6c0
|
|
| MD5 |
c200952793feb4eb9e4a9cbe021497ba
|
|
| BLAKE2b-256 |
ca5f5716b16b423b00048c953089d39dc718847fdc8a1e9391f3ffe3ab45b5b0
|