script updates

This commit is contained in:
Stefen Auris 2025-06-07 22:38:36 -04:00
parent 167153b46e
commit 2ed701736b
2 changed files with 55 additions and 43 deletions

View file

@ -1,15 +1,18 @@
#!/bin/bash
target=/home/stev/Pictures/gallery-dl/bluesky/follow2.txt
#edit follows file in place
iconv -c -f utf-8 -t ascii /home/stev/Pictures/gallery-dl/bluesky/follow.txt > $target
sed -n -i '/^@/p' $target
sed -ie 's/^.//' $target
read -e -p "edit the file $target ? " edit
if [[ "$edit" == [Yy]* ]]
iconv -c -f utf-8 -t ascii /home/stev/Pictures/gallery-dl/bluesky/follow.txt > $target
sed -n -i '/^@/p' $target
sed -ie 's/^.//' $target
fi
#check if list is valid
cat $target
read -e -p "is this list valid? " valid
if [[ "$valid" == [Yy]* ]]
#loop through the list and download
for i in `cat $target`; do
gallery-dl --sleep 1-3 "https://bsky.app/profile/$i"
done
#loop through the list and download
for i in `cat $target`; do
gallery-dl --sleep 1-3 "https://bsky.app/profile/$i"
done
fi

View file

@ -1,45 +1,54 @@
#!/bin/bash
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/DaybreakHero"
gallery-dl --abort 3 --sleep 4 -o retweets=true "https://x.com/stefenauris"
gallery-dl --abort 3 --sleep 4 -o retweets=true "https://x.com/DaybreakHero"
echo ">>> Downloading Special Pics in no particular order..."
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/_maxsmall
gallery-dl --sleep 4 --abort 3 https://twitter.com/ronnoyeen
gallery-dl --sleep 4 --abort 3 https://twitter.com/Calilum_
gallery-dl --sleep 4 --abort 3 https://twitter.com/sciopup
gallery-dl --sleep 4 --abort 3 https://twitter.com/DanielsWolf1
gallery-dl --sleep 4 --abort 3 https://twitter.com/lobogriswrestle
gallery-dl --sleep 4 --abort 3 https://twitter.com/cheetah_paws
gallery-dl --sleep 4 --abort 3 https://twitter.com/K1ngYeen
gallery-dl --sleep 4 --abort 3 https://twitter.com/BakedBaxxie
gallery-dl --sleep 4 --abort 3 https://twitter.com/angel_pubby
gallery-dl --sleep 4 --abort 3 https://twitter.com/AgonyLight
gallery-dl --sleep 4 --abort 3 https://twitter.com/AFoxyGent
gallery-dl --sleep 4 --abort 3 https://twitter.com/PupShade
gallery-dl --sleep 4 --abort 3 https://twitter.com/LukaBuck
gallery-dl --sleep 4 --abort 3 https://twitter.com/ZigZaggyZagg
gallery-dl --sleep 4 --abort 3 https://twitter.com/Wolfy_WolFang
gallery-dl --sleep 4 --abort 3 https://twitter.com/WolfSandman
gallery-dl --sleep 4 --abort 3 https://twitter.com/Wolf_ODaddy
gallery-dl --sleep 4 --abort 3 https://twitter.com/WeaselZERO
gallery-dl --sleep 4 --abort 3 https://twitter.com/WeaselAfterDark
gallery-dl --sleep 4 --abort 3 https://twitter.com/VectorShen
gallery-dl --sleep 4 --abort 3 https://twitter.com/Tworld99
gallery-dl --sleep 4 --abort 3 https://twitter.com/TJwolfPupAD
gallery-dl --sleep 4 --abort 3 https://twitter.com/theonlyinleb
gallery-dl --sleep 4 --abort 3 https://twitter.com/The_Huggernaut
gallery-dl --sleep 4 --abort 3 https://twitter.com/TehBasco
gallery-dl --sleep 4 --abort 3 https://twitter.com/SwiftLPRD
gallery-dl --sleep 4 --abort 3 https://twitter.com/himbohyena
gallery-dl --sleep 4 --abort 3 https://twitter.com/Duke_Doberman
gallery-dl --sleep 4 --abort 3 https://twitter.com/rubberbeefcake
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://x.com/Metal_AnimalMan
gallery-dl --sleep 4 --abort 3 https://x.com/wolf_ezo
gallery-dl --sleep 4 --abort 3 https://x.com/_maxsmall
gallery-dl --sleep 4 --abort 3 https://x.com/ronnoyeen
gallery-dl --sleep 4 --abort 3 https://x.com/Calilum_
gallery-dl --sleep 4 --abort 3 https://x.com/sciopup
gallery-dl --sleep 4 --abort 3 https://x.com/DanielsWolf1
gallery-dl --sleep 4 --abort 3 https://x.com/lobogriswrestle
gallery-dl --sleep 4 --abort 3 https://x.com/cheetah_paws
gallery-dl --sleep 4 --abort 3 https://x.com/K1ngYeen
gallery-dl --sleep 4 --abort 3 https://x.com/BakedBaxxie
gallery-dl --sleep 4 --abort 3 https://x.com/angel_pubby
gallery-dl --sleep 4 --abort 3 https://x.com/AgonyLight
gallery-dl --sleep 4 --abort 3 https://x.com/AFoxyGent
gallery-dl --sleep 4 --abort 3 https://x.com/PupShade
gallery-dl --sleep 4 --abort 3 https://x.com/LukaBuck
gallery-dl --sleep 4 --abort 3 https://x.com/Wolfy_WolFang
gallery-dl --sleep 4 --abort 3 https://x.com/WolfSandman
gallery-dl --sleep 4 --abort 3 https://x.com/Wolf_ODaddy
gallery-dl --sleep 4 --abort 3 https://x.com/WeaselZERO
gallery-dl --sleep 4 --abort 3 https://x.com/WeaselAfterDark
gallery-dl --sleep 4 --abort 3 https://x.com/VectorShen
gallery-dl --sleep 4 --abort 3 https://x.com/Tworld99
gallery-dl --sleep 4 --abort 3 https://x.com/TJwolfPupAD
gallery-dl --sleep 4 --abort 3 https://x.com/theonlyinleb
gallery-dl --sleep 4 --abort 3 https://x.com/The_Huggernaut
gallery-dl --sleep 4 --abort 3 https://x.com/TehBasco
gallery-dl --sleep 4 --abort 3 https://x.com/SwiftLPRD
gallery-dl --sleep 4 --abort 3 https://x.com/himbohyena
gallery-dl --sleep 4 --abort 3 https://x.com/Duke_Doberman
gallery-dl --sleep 4 --abort 3 https://x.com/rubberbeefcake
gallery-dl --sleep 4 --abort 3 https://x.com/AlienSymbol
gallery-dl --sleep 4 --abort 3 https://x.com/Milesfuzz
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/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
gallery-dl --sleep 4 --abort 3 https://x.com/ThunderMaxy
gallery-dl --sleep 4 --abort 3 https://x.com/FrayeVfraye
gallery-dl --sleep 4 --abort 3 https://x.com/FullPurp
gallery-dl --sleep 4 --abort 3 https://x.com/growstav
gallery-dl --sleep 4 --abort 3 https://x.com/Pup_Krypto
gallery-dl --sleep 4 --abort 3 https://x.com/PupPanic
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