# SLARK Simple LARK(Feishu) SDK
Project description
Slark
Simple LARK(Feishu) SDK
Usage
pip install slark
from slark import AsyncLark
lark = AsyncLark(
app_id=xxx, app_secret=xxx, webhook=xxx
)
Read table
await lark.sheets.read(url, start_row=0, rows=50, has_header=True)
Write table
await lark.sheets.write(url, data=df, start_row=0, start_col=2)
await lark.sheets.append(url, data=df, start_row=0, start_col=2)
await lark.sheets.prepend(url, data=df, start_row=0, start_col=2)
Send webhook message
await lark.webhook.xxxx
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
slark-0.1.5.tar.gz
(21.3 kB
view details)
Built Distribution
slark-0.1.5-py3-none-any.whl
(33.5 kB
view details)
File details
Details for the file slark-0.1.5.tar.gz
.
File metadata
- Download URL: slark-0.1.5.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/3.10.0-1160.99.1.el7.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 337d0facabf023b52ef3d3421fe501a27013f37221b47b717b4757b5e49c341e |
|
MD5 | fb9a0d5466d9c0f14d15124b8e850aad |
|
BLAKE2b-256 | a785e0d39999b367db672e0c5c4ff7fb47458e9a7bbe679462d6bc69f51f85b1 |
File details
Details for the file slark-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: slark-0.1.5-py3-none-any.whl
- Upload date:
- Size: 33.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/3.10.0-1160.99.1.el7.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12280c4a3b36adcd68aec9488bb2ddd5cfb45b1292134ad2d79ec5d1489e9acd |
|
MD5 | 9bd43d60f0a0e12a41f489f330c23bf4 |
|
BLAKE2b-256 | 8b4778c1159a3ce12d9dacdc9665e801a364a4c24f0d103191a8cc518cc17399 |