reluce / szurubooru-toolkit

Python package and script collection to manage your szurubooru image board.
GNU General Public License v3.0
43 stars 14 forks source link

New script: reset-posts #14

Closed reluce closed 2 years ago

reluce commented 2 years ago

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.

reluce commented 2 years ago

Implemented in 0.6.0.