Python-basierte Video-Automatisierung für YouTube
Vollautomatisiertes YouTube-Channel-Management-System basierend auf Python. Das Projekt scrapt automatisch Videos von Instagram, erstellt Video-Compilations und lädt diese täglich zu festgelegten Zeiten auf YouTube hoch.
Ursprünglich basierend auf dem Open-Source-Projekt von Nathan (automated_youtube_channel), wurde es für den deutschsprachigen Raum und spezifische Content-Anforderungen angepasst.
Python 3.8+ als Hauptprogrammiersprache
Google API Client für Video-Uploads
Instaloader & Instalooter für Scraping
Video-Bearbeitung und Compilation
Job-Scheduling für tägliche Ausführung
Datenbank-Integration für Metadaten
phytonupload/ ├── main.py # Hauptskript für automatisierten Workflow ├── config.py # Instagram-Zugangsdaten ├── requirements.txt # Python-Abhängigkeiten ├── scrape_videos.py # Instagram-Video-Scraper ├── make_compilation.py # Video-Compilation-Generator ├── upload_ytvid.py # YouTube-Upload-Modul ├── shorts/ # Shorts-Video-Automatisierung ├── frame_video/ # Frame-basierte Video-Erstellung ├── web/ # PHP-Webinterface ├── bots/ # YouTube Viewer Bots ├── utils/ # Hilfsmodule (CreateMovie, RedditBot, etc.) └── Music/ # Audio-Dateien für Videos