crawler

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CrawlCMD = &cobra.Command{
	Use:   "crawl",
	Short: "Start the crawling process",
	Run: func(cmd *cobra.Command, args []string) {
		setupCrawlerConfig(cmd)
		Crawl()
	},
}
View Source
var SearchCMD = &cobra.Command{
	Use:   "search",
	Short: "Search different dark web search engines",
	Long:  "Search different dark web search engines using keywords or sentences to find the most accurate result.",
	Run: func(cmd *cobra.Command, args []string) {
		cfg = setupCrawlerConfig(cmd)
		handleCrawlerTypeOptions(&cfg.Crawler, cmd)
		Crawl()

	},
}

Functions

func Crawl

func Crawl()

Types

This section is empty.

Jump to

Keyboard shortcuts

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