domainpricescraper

package module
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: May 29, 2022 License: MIT Imports: 2 Imported by: 0

README

domainpricescraper

A Go library for collecting price data from the largest domain registrars.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	Registrars map[string]map[string]float64
	Domains    map[string]map[string]float64
}

type Scraper

type Scraper struct {
	Domains []string
	// contains filtered or unexported fields
}

func NewScraper

func NewScraper() *Scraper

func (*Scraper) Scrape

func (s *Scraper) Scrape() (*Result, error)

func (*Scraper) UseAllDomains

func (s *Scraper) UseAllDomains() *Scraper

func (*Scraper) UseDomain

func (s *Scraper) UseDomain(domain string) *Scraper

func (*Scraper) UseRegistrar

func (s *Scraper) UseRegistrar(r domain.Registrar) *Scraper

Directories

Path Synopsis
registrar
ovh

Jump to

Keyboard shortcuts

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