A small web crawler named aranea (Latin for spider). https://www.bananas-playground.net/projekt/aranea/

Banana 738bae354b typos and code cleanup 2 lat temu
documentation cafc554c1b documentation 2 lat temu
lib cfdca6000e project cleanup and updated project website links 2 lat temu
storage 24fb355861 fetch.pl 2 lat temu
CHANGELOG 17aef3b5ab cleanup of the code and some paperwork 2 lat temu
LICENSE 17aef3b5ab cleanup of the code and some paperwork 2 lat temu
README cfdca6000e project cleanup and updated project website links 2 lat temu
VERSION 17aef3b5ab cleanup of the code and some paperwork 2 lat temu
cleanup.pl 738bae354b typos and code cleanup 2 lat temu
config.txt cfdca6000e project cleanup and updated project website links 2 lat temu
fetch.pl 738bae354b typos and code cleanup 2 lat temu
parse-results.pl cfdca6000e project cleanup and updated project website links 2 lat temu
setup.sql cfdca6000e project cleanup and updated project website links 2 lat temu

README

https://://www.bananas-playground.net/projekt/aranea

A small web crawler named aranea (Latin for spider).
The aim is to gather unique domains to show what is out there.

It starts with a given set of URL(s) and parses them for more
URLs. Stores them and fethches them too.
-> fetch.pl

Each URL result (Stored result from the call) will be parsed
for other URLs to follow.
-> parse.pl

After a run cleanup will gather all the uniqe Domains into
a table. Removes URLs from the fetch table which are already
enough.
-> cleanup.pl