This commit is contained in:
Stefen Auris 2025-07-23 18:23:17 -04:00
parent 82d74c1a40
commit dbda21b33a
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,12 @@
#!/bin/bash
# docker pull ghcr.io/datawhores/of-scraper:latest
export OF_DYNAMIC_GENERIC_URL="https://raw.githubusercontent.com/rafa-9/dynamic-rules/main/rules.json"
#export OF_DEVIINT_URL=""
test -t 1 && USE_TTY="-it"
docker run ${USE_TTY} --rm --name=ofscraper -u 1000:1000 -v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data \
docker run ${USE_TTY} --rm --name=ofscraper --env-file /home/stev/.config/ofscraper/ofscraper/env \
-v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data \
ghcr.io/datawhores/of-scraper:latest \
ofscraper --output normal --action download --sort subscribed --post timeline,streams,messages,purchased -ts --username ALL
ofscraper --output NORMAL --log NORMAL --action download --sort subscribed --post timeline,streams,messages,purchased -ts --username ALL