n8n-Assistant
6
The n8n Assistant is a Multi-Channel Platform server designed for searching n8n documentation, example workflows, and community forums. It features asynchronous web searches and content extraction using BeautifulSoup.
n8n Assistant
Features
- Web Search: Searches n8n documentation, workflows, and community forums based on a specific query.
- HTML Content Fetching: Uses BeautifulSoup to extract the main content from search results.
- Asynchronous Processing: Performs HTTP requests asynchronously, providing faster response times.
Requirements
- Python 3.7 or higher
httpx
librarybeautifulsoup4
librarypython-dotenv
library
Installation
Installing via Smithery
Install n8n-assistant automatically via Smithery.
Manual Installation
- Clone the repository and navigate into the directory.
- Install dependencies using pip.
- Create a
.env
file for API keys.
Usage
Start the assistant with Uvicorn and query information related to n8n.