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

colly

via awesome-list
→ View on GitHub
Colly is a high-performance web scraping framework designed for Go, enabling developers to efficiently extract structured data from websites for applications such as data mining and archiving. Its notable features include a clean API, support for synchronous, asynchronous, and parallel scraping, automatic handling of cookies and sessions, and built-in request delay management, making it suitable for handling large-scale data extraction tasks. Additionally, Colly supports customization through environment variables and extensions, allowing for flexible integration in various projects.