scraper

package
v0.0.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ScrapeResult added in v0.0.13

type ScrapeResult struct {
	Name       string   `json:"name"`
	ScraperID  int64    `json:"scraperId"`
	ShortcutID uint32   `json:"shortcutId"`
	IconURLs   []string `json:"iconUrls"`
	LogoURLs   []string `json:"logoUrls"`
	CoverURLs  []string `json:"coverUrls"`
	BannerURLs []string `json:"bannerUrls"`
	HeroURLs   []string `json:"heroUrls"`
}

ScrapeResult struct

func ScrapeFromName

func ScrapeFromName(name string) (*ScrapeResult, error)

Scrape information such as images from given app or game name

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL