n8n-piapi-automation

n8n-piapi-automationは、PiAPIとの統合を通じて画像、音楽、動画生成を自動化するためのワークフローを提供します。MCPを活用したCLIベースの管理により、ユーザーは簡単にワークフローを設定、テスト、バックアップできます。多様なモデルをサポートし、コンテンツのダウンロードと整理も自動化されています。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

46

フォーク

0

イシュー

0

README
🚀 n8n-piapi-automation

MCP-powered n8n workflow automation for PiAPI integration with image, music, and video generation

Quick Start
# Setup everything
cd scripts && ./setup.sh

# Test basic workflows
./test-workflows.sh

# Test advanced features
./test-advanced-workflows.sh

# Create backup
./backup.sh
Structure
  • workflows/ - n8n workflow JSON files
  • configs/ - Environment and credential configs
  • scripts/ - Automation scripts
  • tests/ - Automated test suites
  • logs/ - Application logs
  • backups/ - Workflow backups
Commands
  • setup.sh - Complete n8n setup with workflows
  • import-workflows.sh - Import all workflows
  • test-workflows.sh - Test all endpoints
  • backup.sh - Create full backup
Features

Working PiAPI Integration - Image, music, and video generation
Advanced Polling System - Automatic status checking until completion
Multi-Model Support - Flux Pro/Dev, Midjourney, Kling, LLM
Content Download & Storage - Automatic file organization
MCP-Powered Automation - CLI-based workflow management
GitHub Integration - Version control and CI/CD
Automated Testing - Webhook endpoint validation
Easy Deployment - One-command setup and import

Next Steps
  1. Update configs/credentials-template.json with real API keys
  2. Add new workflows to workflows/ directory
  3. Run tests regularly with test-workflows.sh
  4. Use GitHub Actions for automated testing