Skip to content

A web scrapper to extract the URLs embedded on the Website.

Notifications You must be signed in to change notification settings

thevillagehacker/urlscrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

urlscrapy

A web scrapper to extract the URLs embedded on the Website.

Installation

go install -v github.com/thevillagehacker/urlscrapy@latest

or

git clone https://github.com/thevillagehacker/urlscrapy.git
cd urlscrapy
go build

urlscrapy binary will be created and Move the binary to the required folder and add the path to the environment variables.

Usage

go run urlscrapy.go -u https://example.com

or

urlscrapy -u https://example.com

Update

  • Can now pipe the collected URLs to stdin to other tools to check for status codes and others.

Example

urlscrapy -u https://example.com | httpx -<flags>

About

A web scrapper to extract the URLs embedded on the Website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages