Changelog
* New script: `import-from-booru` (11)
* Imports posts from various Boorus (Danbooru, Gelbooru, Konachan and Yandere or all) based on your input search query
* Default search limit is 100, can be cautiously increased with `--limit` argument
* Two options in `config.toml`: `deepbooru_enabled` to tag posts additionally with Deepbooru and `hide_progress`
* See the updated Readme for more information on how to use this script
* Additional new options for `config.toml`: `max_similarity`, `convert_to_jpg` and `convert_threshold`
* `max_similarity`: Upload posts only up to specified treshold (0.00-1.00, 1 being 100% similar, but not necessarily the same image)
* `convert_to_jpg`: Convert PNG images to JPG format, if `convert_threshold` size is breached
* `convert_threshold`: Accepts human readable sizes between KB or MB. E.g. `"2MB"` converts PNG images which size is greater than 2MBs. This only affects the uploaded post and not the local files.
* Improved Docstrings, type annotations and script logic