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

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

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