trackers

package
v0.4.7 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2019 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ChromeTracker

func ChromeTracker(url, xpath *string) (res string, err error)

ChromeTracker uses headless chrome to fetch content from given url and xpath and returns content, error

func SimpleTracker

func SimpleTracker(url, xpath *string) (content string, err error)

SimpleTracker accepts url and xpath to extract content and returns content, error message

Types

type Tracker

type Tracker func(url, xpath *string) (string, error)

Tracker is the type future implementation should follow

Jump to

Keyboard shortcuts

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