Initial commit: Signal video-grabber bot

Group-chat bot that downloads videos from X/Instagram/YouTube/TikTok links
via yt-dlp and posts them back, plus /speed and /rev video toys.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-13 01:53:14 -04:00
commit 0f9030b72e
7 changed files with 700 additions and 0 deletions
Vendored
+19
View File
@@ -0,0 +1,19 @@
# Secrets — NEVER commit these
cookies.txt
cookies.txt.bak.*
signal-cli-data/
signal-cli-data.bak.*
*.tar.gz
# Local service file (contains your phone number) — use signal-bot.service.example
signal-bot.service
# Python
venv/
__pycache__/
*.pyc
# Editor / tooling
.claude/
.vscode/
.idea/