A small iqdb auto tagger for szurubooru
- Python 3.12
- Python Module "requests":
pip install requests
- Python Module "beautifulsoup4":
pip install beautifulsoup4
- Python Module "lxml":
pip install lxml
Please add your szurubooru endpoint, username and password inside the config.py
file.
python AutoTagger.py --post 10 --postend 15
python AutoTagger.py --post 10
Argument | Meaning | Example |
---|---|---|
--post | ID of your Post you want to tag | --post 10 |
--postend | (optional) When specified, it will tag all posts between post and postend |
--postend 15 |