# 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.6.tar.gz
(21.3 kB
view details)
Built Distribution
slark-0.1.6-py3-none-any.whl
(34.6 kB
view details)
File details
Details for the file slark-0.1.6.tar.gz
.
File metadata
- Download URL: slark-0.1.6.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 | 512901521965b1c745b08139354b77e148e84cbb02e910ce55967385881fa0dc |
|
MD5 | 75c77c7252e922aec51726ad827bfd50 |
|
BLAKE2b-256 | 4e78b1dea63a4eb5b0c69bed00ad64575e143cb169291bbdc15daaaa45eeef92 |
File details
Details for the file slark-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: slark-0.1.6-py3-none-any.whl
- Upload date:
- Size: 34.6 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 | 18d116010bc3ade81daa525e756544a567355c004bd965954ef4c45f8010b34a |
|
MD5 | e5599f7f10378363c2d03ce546e53ed0 |
|
BLAKE2b-256 | 5686d6d0b186167ce1baac839b5c2953f0139a33d9c28b9b17cb9fbd1e14870b |