Skip to content

Just a minimal webpages crawler written in Elixir

Notifications You must be signed in to change notification settings

fedeth/minicrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniCrawler

This script explores recursively all internal links of a given domain and retrives useful info (assets' url, inbound/outbound links between pages, etc...) for each of them.

IDEA

logic Script logic

Graph A picture that I drew to visualize the problem before I started to code.

Usage

$ iex -S mix
iex(1)> MiniCrawler.start

Tested cases

About

Just a minimal webpages crawler written in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages