This commit is contained in:
Stefen Auris 2025-04-13 23:17:10 -04:00
parent f89d75fe88
commit 511afe79ad
3 changed files with 7 additions and 4 deletions

View file

@ -3,7 +3,6 @@ echo ">>> Updating Retweets"
gallery-dl --abort 3 --sleep 4 -o retweets=true "https://twitter.com/stefenauris" gallery-dl --abort 3 --sleep 4 -o retweets=true "https://twitter.com/stefenauris"
gallery-dl --abort 3 --sleep 4 -o retweets=true "https://twitter.com/DaybreakHero" gallery-dl --abort 3 --sleep 4 -o retweets=true "https://twitter.com/DaybreakHero"
echo ">>> Downloading Special Pics in no particular order..." echo ">>> Downloading Special Pics in no particular order..."
gallery-dl --sleep 4 --abort 3 https://twitter.com/TheBaddestRam
gallery-dl --sleep 4 --abort 3 https://twitter.com/Metal_AnimalMan gallery-dl --sleep 4 --abort 3 https://twitter.com/Metal_AnimalMan
gallery-dl --sleep 4 --abort 3 https://twitter.com/wolf_ezo gallery-dl --sleep 4 --abort 3 https://twitter.com/wolf_ezo
gallery-dl --sleep 4 --abort 3 https://twitter.com/_maxsmall gallery-dl --sleep 4 --abort 3 https://twitter.com/_maxsmall
@ -40,3 +39,7 @@ gallery-dl --sleep 4 --abort 3 https://twitter.com/AlienSymbol
gallery-dl --sleep 4 --abort 3 https://twitter.com/Milesfuzz gallery-dl --sleep 4 --abort 3 https://twitter.com/Milesfuzz
gallery-dl --sleep 4 --abort 3 https://x.com/yamasmut gallery-dl --sleep 4 --abort 3 https://x.com/yamasmut
gallery-dl --sleep 4 --abort 3 https://x.com/lucthelab gallery-dl --sleep 4 --abort 3 https://x.com/lucthelab
gallery-dl --sleep 4 --abort 3 https://x.com/HYDROKIINESIS
gallery-dl --sleep 4 --abort 3 https://x.com/puppanic
gallery-dl --sleep 4 --abort 3 https://x.com/t_kobs
gallery-dl --sleep 4 --abort 3 https://x.com/PupBuday

View file

@ -2,5 +2,5 @@
# docker pull ghcr.io/datawhores/of-scraper:latest # docker pull ghcr.io/datawhores/of-scraper:latest
test -t 1 && USE_TTY="-it" 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 -u 1000:1000 -v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data \
ghcr.io/datawhores/of-scraper:3.12.9 \ ghcr.io/datawhores/of-scraper:main \
ofscraper --output normal --action download --sort subscribed --post timeline,profile,messages,purchased -ts --username ALL ofscraper --output normal --action download --sort subscribed --post timeline,profile,messages,purchased -ts --username ALL

View file

@ -7,7 +7,7 @@ gallery-dl --abort 3 -o retweets=true "https://twitter.com/DaybreakHero"
for i in */; do for i in */; do
echo ">> $i" echo ">> $i"
date date
gallery-dl --sleep 5 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt gallery-dl --sleep 3-4 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt
echo " << waiting" echo " << waiting"
sleep 40 sleep 25
done done