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.3.tar.gz
(1.8 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.3.tar.gz.
File metadata
- Download URL: lark_connect-0.0.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a0f9c79dc6888bd9a4e79a1bff481c88170cfc06bbc32632ecde27c7446b9b8
|
|
| MD5 |
90f5f69a748b6a28293c55a8fb6d86e2
|
|
| BLAKE2b-256 |
f90f92c3435fea7a4a10d7487ff96eac7750c1e4badb88d853cab63720809b61
|
File details
Details for the file lark_connect-0.0.3-py3-none-any.whl.
File metadata
- Download URL: lark_connect-0.0.3-py3-none-any.whl
- Upload date:
- Size: 1.7 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 |
1e85cbd60d0a4d95ab573c4c30ac44e9156053c6f28ddf1b3c9849a539558b13
|
|
| MD5 |
bd608bf50a80b282d278e77cef34a808
|
|
| BLAKE2b-256 |
e04f6b2c0732e25dee6c8d30d2145148ceb01111541cfe50c66cac653f7fca4f
|