Skip to content

A simple and efficient web crawler written in Go. This is designed for crawling web pages and following links to deepen exploration(BFS approch).

Notifications You must be signed in to change notification settings

yeshu2004/go-web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Crawler

A simple and efficient web crawler written in Go. This is designed for crawling web pages and following links to deepen exploration(BFS approch).

Features

  • Multi-threaded crawling for efficiency
  • Bloom Filter for Duplicates URL
  • Customizable depth and URL filtering
  • Graceful handling of robots.txt
  • Parsing HTML and extraction of links
  • Added comments for easy work flow

About

A simple and efficient web crawler written in Go. This is designed for crawling web pages and following links to deepen exploration(BFS approch).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages