- Notifications
You must be signed in to change notification settings - Fork6
This n8n build includes all the necessary components to run web browser automation and HTML parse workflows.
devszilla/n8n-puppeteer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments.
Note:This project is forked from theofficial n8nio/n8n repository and includes additional components to allow for Puppeteer to function properly within code nodes.
Before you begin, ensure that you have the following tools installed:
Docker is required to build and run containers for n8n. If you don't have Docker installed, you can follow the instructions below to get it set up on your machine.
- Read more:Docker Installation Guide
Make is a build automation tool that simplifies tasks like building containers and managing projects. It is required for running themake init
command to start n8n.
- Read more:Make Installation Guide
OpenSSL is a toolkit that provides encryption functions, and we use it to generate a secure encryption key for n8n. Make sure it is installed before running the setup.
- Read more:OpenSSL Installation Guide
After installing these tools, you can verify their presence by running the following commands:
# Verify Dockerdocker --version# Verify Makemake --version# Verify OpenSSLopenssl --version
To clone the repo, set up environment variables, build and run n8n, follow these steps:
# Clone the repositorygit clone https://github.com/devszilla/n8n-puppeteer.git# Navigate to the project root directorycd n8n-puppeteer# Initialize the repo (create .env, build the image, and start the container)make init
About
This n8n build includes all the necessary components to run web browser automation and HTML parse workflows.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Makefile60.5%
- Dockerfile39.5%