您现在的位置是:网站首页> AI工具使用

N8N工作流工具技术收集

摘要

N8N工作流工具技术收集

1.png

N8N介绍

N8N 工作流程收集和文档






N8N介绍

点击查看源码

如没有npx命令,可安装:

npm install -g npx

Quick Start

Try n8n instantly with npx (requires Node.js):

npx n8n


Or deploy with Docker:

docker volume create n8n_data

docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n

Access the editor at http://localhost:5678



N8N 工作流程收集和文档

点击查看源码

快速入门 - 快速文档系统

# Install dependencies

pip install -r requirements.txt


# Start the fast API server

python run.py


# Open in browser

http://localhost:8000


实际工作流在源文件所在目录:

n8n-workflows/workflows/

找到需要的工作流打开,一键复制粘贴到n8n

1.jpg













上一篇:AI工具整合三

Top