Skip to content

leuel-a/crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Web Crawler

A simple web crawler written in Go that fetches the HTML content of a given URL.

Usage

To run the crawler, provide a starting URL as a command-line argument.

go run main.go <your-starting-url>

Example:

go run main.go https://example.com

Development

Building

You can build the project using the provided Makefile:

make build

This will create an executable named crawler and run it against a default URL.

Testing

To run the test suite:

make test

About

A go-based web crawler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published