Metadata-Version: 2.4
Name: wafle-automations-meta
Version: 0.1.0
Summary: WAFLE Meta AI video generation automation — uses Meta AI (free) to generate videos automatically
Author: WAFLE
License: MIT
Project-URL: Homepage, https://github.com/creandoaldia/web-ai-lab
Project-URL: Documentation, https://github.com/creandoaldia/web-ai-lab#readme
Keywords: wafle,meta-ai,video-generation,automation,playwright,mcp
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: playwright>=1.60.0
Requires-Dist: requests>=2.31.0
Requires-Dist: wafle-scraper>=0.1.0

# WAFLE Automations — Meta AI Video Generation

Uses **Meta AI** (meta.ai) to generate videos **100% free**. 
Note: Free tier videos include a Meta AI watermark.

## How it works

1. You provide a JSON with scenes
2. This tool opens a headless Playwright browser
3. Navigates to `meta.ai`, uploads reference images, types prompts
4. Waits for video generation, downloads the result
5. Saves to your project's `public/assets/videos/` or `_dl/`

## MCP Tools

| Tool | Description |
|------|-------------|
| `generate_meta_videos` | Generate videos from JSON → organized by scene |
| `meta_health_check` | Validate Meta AI UI selectors still work |
| `meta_health_status` | Recent health check results |

## Integration with wafle-automations-flow

You can generate reference images with `wafle-automations-flow`, then
pass them as reference images for video generation with this tool.

## Dependencies

- `wafle-scraper` (for Playwright browser backend + stealth)
- Python 3.10+
- Playwright with Chromium installed

## Output paths

- With `project`: `projects/<name>/public/assets/videos/`
- Without project: `_dl/meta_<id>/`
- Custom: any path via `output_dir`
