sauce_finder

Python script to find sauce for anime images

Pure Nim score 15/100 · last commit 2020-07-06 · 4 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 4
Forks 0
Open Issues 0
Last Commit 2020-07-06
Downloads 0
Last Indexed 2026-08-10 05:05

Installation

nimble install sauce_finder
choosenim install sauce_finder
git clone https://gitlab.com/miicat/sauce-finder

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
sauce_finder - - - - - - -

Source

Repository https://gitlab.com/miicat/sauce-finder
Homepage https://gitlab.com/miicat/sauce-finder
Registry Source gitlab

README

Sauce finder

Production build status

Master build status

sauce_finder is a Python script to find sauce for anime images (and to download them). It will try to find the sauce using danbooru.iqdb.org with URL of the image you want to search. You can also download the found image automatically to current folder.

Usage

See wiki for full usage

Find only sauce

This will try to find sauce for the image and show similarity percentage. When no relevant match is found, it will list all possible matches.

sauce_finder https://url/to/img


example output:

Match found, with 94% similarity
http://danbooru.donmai.us/posts/xxxxxxx

Find and download the found image

This will try to find sauce for the image, show similarity percentage and save the image to current folder. If no relevant match is found, it will list all and download only the first possible match.

sauce_finder -d https://url/to/img


example output:

Match found, with 94% similarity
http://danbooru.donmai.us/posts/xxxxxxx
Downloading image
Image saved as image_name.png

Author

Miika Launiainen

Donating

If you want to support me, feel free to use paypal Donate

License

This library is licensed under GPLv3