Registry / http-client / jozsefsallai-gophersauce

jozsefsallai-gophersauce

JSON →
library1.0.1gogounverified

A Go API wrapper for the SauceNAO reverse image search engine.

go get github.com/jozsefsallai/gophersauce
INSTALL
IMPORT
SIG · JOZSEFSALLAI-GOPHE
J
jozsefsallai-gophersauce
http-clientgov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gophersauce
github.com/jozsefsallai/gophersauce

Search for an image by URL using SauceNAO.

package main import ( "fmt" "github.com/jozsefsallai/gophersauce" ) func main() { client := gophersauce.NewClient("your-api-key") results, _ := client.SearchURL("https://example.com/image.jpg") fmt.Println(results.First()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
jozsefsallai-gophersauce — go get jozsefsallai-gophersauce · libregistry