đ Projektbeschreibung
Ein umfassendes Python-Tool zur automatisierten Erstellung von Produkt-Review-Videos fĂŒr Amazon-Affiliate-Marketing.
Das System kombiniert Amazon PA API, OpenAI GPT-4 fĂŒr Skripterstellung und MoviePy fĂŒr Video-Rendering zu einem
vollstĂ€ndigen Workflow fĂŒr Content-Creator.
đ Kernfunktionen
- Amazon Produktabfrage: Automatischer Abruf von Produktinformationen, Bildern und Preisen via Amazon PA API
- KI-gestĂŒtzte Skripterstellung: Nutzt OpenAI GPT-4o fĂŒr die Erstellung natĂŒrlicher, deutscher Produktbeschreibungen
- Bildanalyse: Automatische Bildanalyse zur optimalen Zuordnung von Voiceover zu Produktszenen
- Video-Rendering: Professionelle Videoerstellung mit Text-Overlays, Preisen und QR-Codes
- TTS-Integration: Sprachausgabe der Produktbeschreibungen via ElevenLabs API
- GUI-Tool: Benutzerfreundliche Tkinter-OberflÀche zur manuellen Bearbeitung
- Affiliate-Link-UnterstĂŒtzung: Automatische QR-Code-Generierung fĂŒr Affiliate-Links
đ ïž Technologie-Stack
Python 3.12
Flask
MoviePy
Pillow (PIL)
OpenAI GPT-4o
ElevenLabs API
Amazon PA API
Tkinter
QRCode
đŠ Wichtige Bibliotheken
from flask import Flask, render_template, request
from amazon_paapi import AmazonApi
import moviepy.editor as mpy
from PIL import Image, ImageDraw, ImageFont
from openai import OpenAI
import qrcode
import tkinter as tk
đ Projektstruktur
shopping/
âââ main.py
âââ bildmanu.py
âââ scripterstellen.py
âââ bildana.py
âââ priceTitle.py
âââ qr_code_generator.py
âââ config.py
âââ version2/
â âââ gui_app_log.py
â âââ utils_amazon.py
â âââ vertical.py
â âââ ...
âââ uploads/
đŻ Anwendungsbereiche
Dieses Tool ist speziell fĂŒr Content-Creator im Affiliate-Marketing entwickelt worden. Es ermöglicht:
- Schnelle Erstellung von Produkt-Review-Videos
- Automatisierte Content-Produktion fĂŒr Social Media
- Professionelle Video-QualitÀt ohne manuelles Editing
- Skalierbare Video-Produktion fĂŒr mehrere Produkte