20 lines
486 B
Markdown
20 lines
486 B
Markdown
# Llama Chile Shop Video Automation Pipeline
|
|
|
|
This project automates the rendering, branding, and publishing of Fortnite gameplay clips for YouTube and PeerTube.
|
|
|
|
## Features
|
|
|
|
- Auto-detection of new stream folders
|
|
- Dynamic title card overlay
|
|
- Automated rendering and social post generation
|
|
- Vertical & widescreen output
|
|
|
|
## Setup
|
|
|
|
1. Clone the repo.
|
|
2. Create a `.env` file (see `ENVIRONMENT.md` for required keys).
|
|
3. Install dependencies:
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|