Initial Home page
106
Home.md
Normal file
106
Home.md
Normal file
@ -0,0 +1,106 @@
|
||||
<html>
|
||||
<body>
|
||||
<!--StartFragment--><html><head></head><body><h1>📄 GitHub Wiki: <code inline="">Home</code></h1>
|
||||
<h1>😙 Llama Chile Shop Automation Pipeline</h1>
|
||||
<p>Welcome to the GitHub wiki for the <strong>Llama Chile Shop</strong> content automation pipeline. This project automates the post-processing, metadata generation, and multi-platform publishing of Fortnite livestream highlight videos.</p>
|
||||
<hr>
|
||||
<h2>🌟 Project Purpose</h2>
|
||||
<p>The goal of this pipeline is to:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Automatically process Fortnite livestream clips into polished, branded videos.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Dynamically generate descriptions using OpenAI.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Upload videos to YouTube and PeerTube.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Promote newly uploaded videos on social media (Mastodon and Bluesky).</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>All work is structured in versioned releases, each building upon the last.</p>
|
||||
<hr>
|
||||
<h2>📌 Current Status</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong>Latest version:</strong> <code inline="">v0.1.1</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Features in progress:</strong></p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>YouTube uploads with AI-generated descriptions</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Modular architecture refactor</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Proof-of-concept end-to-end flow for <code inline="">montages/</code> only</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2>🧱 Core Technologies</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong>Python</strong> 3.11+</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>FFmpeg</strong> for video processing</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>OpenAI API</strong> for text generation</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>YouTube Data API</strong> for uploads</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>GitHub Actions</strong> (future)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>PeerTube API</strong> (future)</p>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2>🗃️ Directory Layout (Simplified)</h2>
|
||||
<pre><code>Z:\
|
||||
├── 2025.07.01\
|
||||
│ ├── hits\
|
||||
│ ├── misses\
|
||||
│ ├── montages\
|
||||
│ ├── outtakes\
|
||||
│ └── rendered\
|
||||
├── modules\
|
||||
├── assets\
|
||||
├── upload_youtube_montage.py
|
||||
├── main.py
|
||||
├── .env
|
||||
└── README.md
|
||||
</code></pre>
|
||||
<hr>
|
||||
<h2>📋 Version Map</h2>
|
||||
|
||||
Version | Feature Summary
|
||||
-- | --
|
||||
v0.0.1 | Stable rendering pipeline with intro/title/outro
|
||||
v0.1.1 | Adds YouTube upload + dynamic OpenAI description support
|
||||
v0.1.2 | Adds PeerTube support (same pattern as YouTube)
|
||||
v0.2.0 | Adds Mastodon auto-toots
|
||||
v0.2.1 | Adds Bluesky auto-toots
|
||||
|
||||
|
||||
<hr>
|
||||
<h2>🤝 Contributors</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p>🧠 Alpha Alpaca (aka “Gramps”)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>🤖 ChatGPT (assistant, code reviewer, doc writer)</p>
|
||||
</li>
|
||||
</ul></body></html><!--EndFragment-->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user