> cat /dev/github | grep security-tools
discovered 03 Aug 2026

spidy

via awesome-list
→ View on GitHub
Spidy is a command line web crawler designed to efficiently traverse a list of web links, utilizing Python's `requests` for HTTP requests and `lxml` for HTML parsing to extract links. Its primary use case is to automate the process of web crawling and linking discovery, with notable features including multithreading support for simultaneous page processing, easy installation via PyPI, and integration with Travis CI for automated testing.