Skip to main content

# SLARK Simple LARK(Feishu) SDK

Project description

Slark

PyPI version

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


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.3.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

slark-0.1.3-py3-none-any.whl (33.7 kB view details)

Uploaded Python 3

File details

Details for the file slark-0.1.3.tar.gz.

File metadata

  • Download URL: slark-0.1.3.tar.gz
  • Upload date:
  • Size: 21.2 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

Hashes for slark-0.1.3.tar.gz
Algorithm Hash digest
SHA256 d66e92c218e61b088e37563f805e292cdca429f4279943ec4c61262096002396
MD5 614b08330ba1d001cc480ca59db08da8
BLAKE2b-256 c2081aeeff237221311e7fbb27c1722568a6839f56145762864c30a789869ae3

See more details on using hashes here.

File details

Details for the file slark-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: slark-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 33.7 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

Hashes for slark-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7da99154be1124d867144d587908bb9f812e1ada97811b8f13d72bb6f407daa4
MD5 8b7f7dbbf9cde0696ca59846f0ce36dd
BLAKE2b-256 a7a0cb04c77591f2a03659fdf28241f3faab8c71b5cd4d37895ca4cddb5aac68

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page