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.4.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.4.tar.gz.
File metadata
- Download URL: lark_connect-0.0.4.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 |
00d2ade47b2c4142954d561a114859a57482ea723b72436b8ae35848d2f9b31b
|
|
| MD5 |
485571644873ca8ced0cb81a356d955a
|
|
| BLAKE2b-256 |
7517b30c0c0ae6eeb2f5bde18629034453be4e61816251406933bde1b7a639d2
|
File details
Details for the file lark_connect-0.0.4-py3-none-any.whl.
File metadata
- Download URL: lark_connect-0.0.4-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 |
5e0ead31de6271f630693512a5efcc30099b7416ff6239ad1120e6e6724bebc4
|
|
| MD5 |
4dd6fb8b92ca9ba60047c7dde736a2dc
|
|
| BLAKE2b-256 |
bdfc15e39c364e75913bb1b4c0792cc1c35cae45daf121dbcb5df6c9b69140b5
|