Skip to content
zebadrabbit edited this page Jul 22, 2026 · 2 revisions

Clippy

Clippy turns your Twitch clips into a highlight compilation, automatically — pulls recent clips (or reads links curated in a Discord channel), stitches them together with your intro/outro/transitions, credits the clipper, and drops a finished video in output/.

See it in action → — a simulated terminal walkthrough of install, guided setup (Twitch and Discord), an everyday run, and headless/scripted mode.

Latest release →

Pages

  • Installation — Windows clippy.exe, or pip from source
  • First run — the guided setup wizard, Twitch and Discord
  • Subsequent runs — profiles, everyday builds, what the confirmation panel shows
  • Headless mode--headless, --json, exit codes, scheduling unattended runs
  • Troubleshooting — common setup and run-time problems, and how to fix them

Quick start

Windows, no Python needed:

clippy deps      # downloads ffmpeg, yt-dlp, and the default static.mp4 transition
clippy doctor    # confirms the setup
clippy setup     # guided first-time setup — writes .env and clippy.yaml

Then either run interactively (clippy tui) or from the command line (clippy --broadcaster somechannel -y). See First run for the full walkthrough.

Clone this wiki locally