updated scripts
This commit is contained in:
parent
b1e7aced19
commit
6c479d240d
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
gallery-dl -u stefenauris.com --abort 6 --sleep 1-2 -o include=all -o reposts=true -o archive=~/gallery-dl/bluesky/stefenauris.com/likes.sqlite3 -o blacklist= -d ~/gallery-dl/bluesky/stefenauris.com/ "https://bsky.app/profile/stefenauris.com"
|
||||
gallery-dl -u stefenauris.com -p `cat ~/.gallery-dl/bsky-secret.txt` --abort 6 --sleep 1-2 -o include=all -o reposts=true -o archive=~/gallery-dl/bluesky/stefenauris.com/likes.sqlite3 -o blacklist= -d ~/gallery-dl/bluesky/stefenauris.com/ "https://bsky.app/profile/stefenauris.com"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# docker pull ghcr.io/datawhores/of-scraper:latest
|
||||
docker run -it --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.11.2 \
|
||||
ghcr.io/datawhores/of-scraper:3.12.1 \
|
||||
ofscraper --output normal --action download --sort subscribed --post timeline,profile,messages,purchased -ts --username ALL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue