- Added Danbooru support

- Added Moebooru (konachan and yande.re) support
This commit is contained in:
2023-09-29 15:53:53 -04:00
parent 5bf31504c7
commit 11ce6fa401
7 changed files with 292 additions and 14 deletions

View File

@@ -16,18 +16,16 @@ scripts for downloading and tagging images from booru websites
`torsocks` if you're downloading through tor
```
./gelbdl.sh [-t] [-s]
Simply make a files.txt inside a folder and paste all your links, then run this script to download them all!
-h shows this help message
-t downloads using tor (requires torsocks)
-s sets the delay after each request, defaults to 1
```
## Scripts:
```
./gelbtag.sh [-t] [-s]
Tags existing pictures inside a folder
-h shows this help message
-t downloads using tor (requires torsocks)
-s sets the delay after each request, defaults to 1
```
`gelbdl.sh` downloads and tags files from every gelbooru link in files.txt
`gelbtag.sh` hashes and looks up every image in a folder on gelbooru
`dandl.sh` downloads and tags files from every danbooru link in files.txt
`dantag.sh` hashes and looks up every image in a folder on danbooru
`moedl.sh` downloads and tags files from moebooru imageboard (think konachan and yande.re) links in files.txt
`moetag.sh` hashes and looks up every image in a folder (provided you specify the booru)