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) # 获取普通表格某range的全部数据,values is a list(rows) of list(cols) values = fc.get_sheet_data("wikcnQgBgZCWUx7w6ZpzzLXX3bc", "e792af") # 在普通表格中追加数据 fc.append_sheet_data("wikcnQgBgZCWUx7w6ZpzzLXX3bc", "e792af", values)
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.1.9.tar.gz
(7.9 kB
view details)
File details
Details for the file feishuconnector-0.1.9.tar.gz
.
File metadata
- Download URL: feishuconnector-0.1.9.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f90f70d8bd73f4c198bd56641418fda4de70d78015690b3bd5ed3d0974922a52 |
|
MD5 | 1b43fc52783d664ebf9e511c4ca49bce |
|
BLAKE2b-256 | 1babd28db79afee900142b73cbf876f2a1d4f7b29b56d1a6dc7a013826676ca1 |