This program allows you to automatically tag files stored in hydrus with tags retrieved from pixiv by using saucenao.
You need to have cargo installed and can just do
cargo install hydrus-utils
Or build the binary yourself. You need a rust-toolchain installation (for example with rustup).
git clone https://github.com/Trivernis/hydrus-utils.git
cd hydrus-utils
cargo build --release
```
USAGE:
hydrus-pixiv-tagger [FLAGS] [OPTIONS] --hydrus-key
FLAGS: -h, --help Prints help information --inbox Searches in the inbox instead -V, --version Prints version information
OPTIONS:
--finish-tag
hydrus-pixiv-tagger
--hydus-key <key>\
--hydrus-url http://127.0.0.1:45869 \
--saucenao-key <key2>\
--tag-service 'public tag repository'\
--tags 'meta:tagme'
hydrus-pixiv-tagger
--hydus-key <key>\
--hydrus-url http://127.0.0.1:45869 \
--saucenao-key <key2>\
--inbox
--tag-service 'my tags'
--finish-tag 'meta:automatically_tagged'
Apache-2.0