Szurubooru-toolkit

Latest version: v1.0.1

Safety actively analyzes 627711 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.0.1

What's Changed
* update crontab_sample by shibaobun in https://github.com/reluce/szurubooru-toolkit/pull/52
* Add option to update tags if it already exists by reluce in https://github.com/reluce/szurubooru-toolkit/pull/53


**Full Changelog**: https://github.com/reluce/szurubooru-toolkit/compare/1.0.0...1.0.1

1.0.0

Changelog
Breaking
* All previous scripts are now commands of the `szuru-toolkit` script
* Basically, just preface `szuru-toolkit` to the scripts which were available before
* There are changes on how options are passed to the script. Make sure to check the help of each command (with `-h` or `--help`.
* Options for the config file are updated. Make sure to check out the current `config_sample.toml`

Changes
* All options which you could only set in the `config.toml` file before are now available as CLI options. These CLI options take priority over the config file.
* The `config.toml` file is therefore not required anymore
* The `config.toml` file is now being read from additional sources, see the README for details
* Add docstrings to all of the functions
* Fix an issue where multiple progress bars would appear
* The `import-from-booru` command is now just a simple wrapper for the `import-from-url` script
* This should fix 43 and 47
* Improved startup speed of the script
* Updated dependencies

**Full Changelog**: https://github.com/reluce/szurubooru-toolkit/compare/0.9.5...1.0.0

0.9.6

Changelog
* Fix an issue where deprecated imports where causing issues (51)

0.9.5

Changelog

* Add Fanbox support in `import-from-url` script
* Try to convert Pixiv/Fanbox tags + Twitter hashtags to Booru compatible tags through the Danbooru wiki
* Add Pixiv Tagging by nitori-dev in https://github.com/reluce/szurubooru-toolkit/pull/46
* New `config.toml` option: `use_pixiv_tags`
* Update dependencies
* Small bug fixes

Upcoming 1.0 release
The next release will bring some breaking changes:
* All scripts will be available as subcommands to the `szuru-toolkit` script:
* `import-from-url` -> `szuru-toolkit import-from-url`
* `auto-tagger` -> `szuru-toolkit auto-tagger`
* Etc.
* The `config.toml` is not a requirement anymore to run the script
* All options of `config.toml` can be specified as command line arguments to the `szuru-toolkit` script
* The `config.toml` file will change/move some options

New Contributors
* nitori-dev made their first contribution in https://github.com/reluce/szurubooru-toolkit/pull/46

**Full Changelog**: https://github.com/reluce/szurubooru-toolkit/compare/0.9.4...0.9.5

0.9.4

Changelog
* Add `-v` option to `import-from-url` script which shows the download progress from gallery-dl
* If images are being resized, the original md5 hash of the file will now be used for auto tagging instead of the resized one
* `import-from-url` will now create a dedicated download directory for each instance in your tmp directory. Running multiple instances of the script should now work better.
* Add a Chrome extension which allows you to import media files from your current tab to your szurubooru via gallery-dl.
* You have to run the `run-webserver.py` script in the background (a systemd unit file is recommended)
* In your Chrome settings, go to your extensions and click on _Load unpacked_. After that, you can select the `chrome_extension` folder from this repo.
* The extension allows you to specify the path to a cookie file and limit the download range

0.9.2

Changelog
* Fix `--limit` not being respected in `import-from-booru` script (43)
* Fix `TagNotFoundError` when tagging with Deepbooru while searching through implications (44)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.