mirror of
https://github.com/comeonzhj/Auto-Redbook-Skills.git
synced 2026-03-29 15:07:07 +08:00
refactor md2Redbook skill with themes and paging
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
# 小红书笔记创作技能 - Python 依赖
|
||||
# 小红书笔记创作技能依赖
|
||||
|
||||
# Markdown 解析
|
||||
# Markdown 处理
|
||||
markdown>=3.4.0
|
||||
|
||||
# YAML 解析
|
||||
PyYAML>=6.0
|
||||
|
||||
# 图片渲染 (使用 Playwright)
|
||||
# 浏览器自动化(渲染图片)
|
||||
playwright>=1.40.0
|
||||
|
||||
# 小红书 API 客户端
|
||||
xhs
|
||||
# 小红书发布
|
||||
xhs>=0.4.0
|
||||
|
||||
# 环境变量加载
|
||||
# 环境变量管理
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# HTTP 请求(API 模式)
|
||||
requests>=2.28.0
|
||||
|
||||
Reference in New Issue
Block a user