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: delete-posts

reluce opened this issue · comments

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

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

Implemented in 0.6.0.