Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 625 Bytes

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