Skip to content

dvmlls/krawlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krawlr

Build Status

Crawls a website and outputs a DOT file which you can turn into an SVG digraph with GraphViz dot or sfdp.

Usage

For a small site:

$ sbt "run davna.nyc"
$ cat output.gv | dot -Tsvg > output.svg

For a larger site:

$ sbt "run www.digitalocean.com"
$ cat output.gv | sfdp -Tsvg > output.svg

About

crawl websites with akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published