Skip to content

A Go implementation of a web crawler. 🌐 🚀

Notifications You must be signed in to change notification settings

Kiricon/WebCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebCrawler

A Go implementation of a web crawler.

This web crawler recursively concurrently crawls web pages and stores the links that it finds in a local text file. Writing to a local file will not work with larger domains due to high levels of concurrecy and OS limits on number of read and write operations to a single file.

Terminal show stats regarding the number of pages found and the number of current web crawlers running.

About

A Go implementation of a web crawler. 🌐 🚀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages