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

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

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