Inital Commit
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user