Jacpowerz / python_link_crawler

0 stars 0 forks source link

Link Spider

Features

Example

This code creates the crawler object and searcehs the link to a depth of 5. verbose is whether it will print info to console and overkill_check is whether it monitors RAM and acts accordingly. As of now the code just stops execution, but it was made with the intention of offloading memory usage in exchange for more cpu intensive tasks. Does not work at all. The intended code for that is commented out in the 'CrawlerAsync.py' file.