I would like to know how I can run a Scrapy-based scanner. I installed the tool through apt-get install, and I tried to run the example:
/ usr / share / doc / scrapy / examples / googledir / googledir $ scrapy list
directory.google.com
/ usr / share / doc / scrapy / examples / googledir / googledir $ scrapy crawl
I hacked the code from spiders / google_directory.py, but it seems that it is not running, because I do not see any fingerprints that I inserted. I read their documentation, but I did not find anything related to this; do you have any ideas
Also, if you think that I should use other tools to crawl the website, please let me know. I am not familiar with Python tools, and Python is a must.
Thank!
source
share