DiscordChatExporter/scripts/scrape-here.sh
Boden ff6960ae95 feat(scrape): add scrape-here launcher and GUI zip handoff docs
Operators with only the GUI download are directed to the source repo
for Docker/cron append-only exports via scripts/scrape-here.sh.
2026-05-29 13:58:12 -05:00

7 lines
236 B
Bash
Executable file

#!/usr/bin/env bash
# Run recurring append-only scrape tooling from the source repository root.
set -Eeuo pipefail
REPO_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)
exec "$REPO_ROOT/scripts/run-discord-scrape-host.sh" "$@"