Registry /
http-client / jozsefsallai-gophersauce
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.