n8n-piapi-automation
n8n-piapi-automationは、PiAPIとの統合を通じて画像、音楽、動画生成を自動化するためのワークフローを提供します。MCPを活用したCLIベースの管理により、ユーザーは簡単にワークフローを設定、テスト、バックアップできます。多様なモデルをサポートし、コンテンツのダウンロードと整理も自動化されています。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
46
フォーク
0
イシュー
0
🚀 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 filesconfigs/- Environment and credential configsscripts/- Automation scriptstests/- Automated test suiteslogs/- Application logsbackups/- Workflow backups
Commands
setup.sh- Complete n8n setup with workflowsimport-workflows.sh- Import all workflowstest-workflows.sh- Test all endpointsbackup.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
- Update
configs/credentials-template.jsonwith real API keys - Add new workflows to
workflows/directory - Run tests regularly with
test-workflows.sh - Use GitHub Actions for automated testing