Skip to content

Alkl58/szurubooru-auto-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

szurubooru-auto-tagger


A small iqdb auto tagger for szurubooru

Requirements

  • Python 3.12
  • Python Module "requests": pip install requests
  • Python Module "beautifulsoup4": pip install beautifulsoup4
  • Python Module "lxml": pip install lxml

Setup

Please add your szurubooru endpoint, username and password inside the config.py file.

Usage

Batch Tagging:

python AutoTagger.py --post 10 --postend 15

Single Tagging:

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

Releases

No releases published

Packages

No packages published

Languages