An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.3% on proxy.golang.org
Top 0.7% dependent packages on proxy.golang.org
Top 0.9% dependent repos on proxy.golang.org
Top 1.9% docker downloads on proxy.golang.org

proxy.golang.org : github.com/jozsefsallai/gophersauce

Package gophersauce is an API wrapper for the SauceNAO.com reverse image search engine. Initializing a client (without additional options): Initializing a client with options: Any of the options can be omitted. By default, MaxResults will be 6 and APIKey will be an empty string. You can also change these properties after instantiating the client: There are three ways in which you can consume the SauceNAO API: URL, file, and reader. Reverse searching an image using a URL: Reverse searching an image using a file path: Reverse searching an image using a reader: API responses have helpful methods, such as First() which will return the first result (which is likely the one that is the most similar to your image), if any: Some of the response fields are, by default, declared as interfaces because of the way the SauceNAO API works. You will have to either check for the type of the field yourself and parse it that way, or use a helper function, such as GetUserID(), GetAccountType() (on type SaucenaoResponse) or GetCreatorString() (on type SearchResult). Example: This will not work: This will work:

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/jozsefsallai/gophersauce
Keywords: api-client , golang , saucenao , saucenao-api
License: MIT
Latest release: over 5 years ago
First release: over 5 years ago
Namespace: github.com/jozsefsallai
Dependent packages: 41
Dependent repositories: 37
Stars: 3 on GitHub
Forks: 1 on GitHub
Docker dependents: 1
Docker downloads: 7
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/jozsefsallai
Last synced: 24 days ago

    Loading...
    Readme
    Loading...