reluce / szurubooru-toolkit

Python package and script collection to manage your szurubooru image board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New script: reset-posts

reluce opened this issue · comments

Implement new script reset-posts with argument --mode=query|range.

The query mode resets all posts returned from the input query while the range mode accepts a range like "100..200", which resets the posts starting from id 100, ending with id 200.

Reset means that all tags and sources will be removed from those posts.

Implemented in 0.6.0.