connect feishu content franchise
Project description
飞书文档内容连接器
install:
pip install feishuconnector
code usage:
from feishuconnector import FeishuConnector fc = FeishuConnector() fc.init("user***", "pass***)
实际使用的流程:
在多维表格的编辑页面,url一般是这样的:https://puyuan.feishu.cn/wiki/wikcnlBvPJ8xoTSfVtQwGBkrUWc?table=tblGZPQYMzrwRMeo&view=vewWhDJdAM, 注意提取其中 node_token=wikcnlBvPJ8xoTSfVtQwGBkrUWc, table_id=tblGZPQYMzrwRMeo
调用如下:
from feishuconnector import FeishuConnector fc = FeishuConnector() fc.init("user***", "pass***) # 获取全部记录 records = fc.get_bitable_records('wikcnlBvPJ8xoTSfVtQwGBkrUWc', 'tblGZPQYMzrwRMeo') # 插入全部记录 fc.insert_bitable_records('wikcnlBvPJ8xoTSfVtQwGBkrUWc', 'tblGZPQYMzrwRMeo', records)
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
feishuconnector-0.0.3.tar.gz
(4.3 kB
view details)
File details
Details for the file feishuconnector-0.0.3.tar.gz
.
File metadata
- Download URL: feishuconnector-0.0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1cb7e6814466d354f1c0bb0f3c6a761167b030e232219e2a0adacf7b8b39d47 |
|
MD5 | d2af8e32f07236229a9e15e4ad5c2a4b |
|
BLAKE2b-256 | a35c364169fcf0eea6112758aff975e6b498f605c77e71e52a7db06c6f6218f7 |