Files
signal-bot/.gitignore
James Price 0f9030b72e 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>
2026-06-13 01:53:14 -04:00

20 lines
296 B
Plaintext

# 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/