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
File details
Details for the file feishuconnector-0.1.10.tar.gz
.
File metadata
- Download URL: feishuconnector-0.1.10.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b90749561a638a1d608db43d6d7a5ba71a588e27238e772c049ddc9ae75fbbb |
|
MD5 | 0bf4d1b54d63da3258108a819cda82b4 |
|
BLAKE2b-256 | 3b26ff8cd1777dce6527c05c9b1daaa90002caff9356831085a1de534c8aec23 |