From dbda21b33a1281398883efe558edf32b3fd13140 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Wed, 23 Jul 2025 18:23:17 -0400 Subject: [PATCH] updates! --- scripts/server_bin/special_twitt.sh | 1 + scripts/server_bin/update_onlyfans.sh | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/scripts/server_bin/special_twitt.sh b/scripts/server_bin/special_twitt.sh index c149e5f..e98aa73 100755 --- a/scripts/server_bin/special_twitt.sh +++ b/scripts/server_bin/special_twitt.sh @@ -52,3 +52,4 @@ gallery-dl --sleep 4 --abort 3 https://x.com/DoggoStahl gallery-dl --sleep 4 --abort 3 https://x.com/AidanEnormouse gallery-dl --sleep 4 --abort 3 https://x.com/SmileyBots gallery-dl --sleep 4 --abort 3 https://x.com/Aquafighter_Dai +gallery-dl --sleep 4 --abort 3 https://x.com/acethefurri diff --git a/scripts/server_bin/update_onlyfans.sh b/scripts/server_bin/update_onlyfans.sh index 4f42b83..2a29a0b 100755 --- a/scripts/server_bin/update_onlyfans.sh +++ b/scripts/server_bin/update_onlyfans.sh @@ -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 +