Skip to content

undesarrolladormas/Crawler.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawler.net

Very simple web crawler using automatas Actually Mails and URLs are implemented (at least, parcially)

Usage

Clone the repository and use the dotnet CLI to run.

Example

git clone https://github.com/EdsonReza/Crawler.net.git
cd Crawler.net

dotnet run -- https://google.com/

The automatas implementation is in Classes/Automatas

ToDo

  • Fix search in depth
  • support for the ability to recognize if the url does not belong to a resource like images, pdf, etc

About

Very simple web crawler using automatas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages