0x7s0lt1 / good-boy

Crawl and Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Good Boooy

Web Crawler

Usage

Usage: Good-Boy Crawler [options] <url>

CLI to search text or image in a given website!

Arguments:
  url                           URL to Crawl

Options:
  -V, --version                 output the version number
  -q, --query <query>           Search query string
  -e, --email                   Search for emails
  -regx, --regex <regex>        Regex to search
  -img, --image <image>         Path of a image search pattern
  -mysql, --use-mysql           Use MySQL instead of memory to save temporary data.
  -mongo, --use-mongo           Use MongoDB instead of memory to save temporary data.
  -o, --output <oputput path>   Output Path (default: "./")
  -t, --timeout <milliseconds>  Maximum /page crawling time
  -er, --error-report           Prints error to the console!
  -h, --help                    display help for command

  

Example

Commands

Looking for email addresses

ts-node index.ts https://tradensea.com -e

Looking for the text "spod bot", and images that look similar to "Eng_Flag.png" at tradensea.com.

ts-node index.ts https://tradensea.com -q spot bot -img C:\Users\xy\Downloads\Eng_Flag.png

About

Crawl and Search


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%