git-notion:将降价文档从Github推送到Noion

时间:2024-06-19 05:00:03
【文件属性】:

文件名称:git-notion:将降价文档从Github推送到Noion

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-19 05:00:03

Python

Git 概念 将存储库中的Github markdown文件同步到Notion。 此实用程序在以下中进行了描述。 请参阅示例。 安装 pip install git-notion 或本地安装: git clone https://github.com/NarekA/git-notion.git cd git-notion pip install -e . 配置 NOTION_TOKEN_V2 - 可以在 Notion 网站的中找到。 NOTION_ROOT_PAGE - 概念页面的 URL。 Repo docs 将是此页面下的一个新页面。 NOTION_IGNORE_REGEX - 忽略路径的NOTION_IGNORE_REGEX表达式。 可以设置这些环境变量。 export NOTION_TOKEN_V2= < YOUR> export NOTION_ROOT


【文件预览】:
git-notion-master
----setup.py(2KB)
----.gitignore(1KB)
----git_notion()
--------__init__.py(126B)
--------cli.py(388B)
--------git_notion.py(2KB)
----LICENSE(1KB)
----setup.cfg(515B)
----.github()
--------ISSUE_TEMPLATE.md(321B)
----README.md(1KB)
----tests()
--------test_git_notion.py(994B)
--------__init__.py(40B)
----requirements.in(15B)
----docs()
--------example.md(53B)

网友评论