WebCrawlZ
Oct 26, 2023
·
1 min read

WebCrawlZ is a simple web crawler tool that scans a website for all anchor (<a>
) tags and prints their href
attributes. It is built using Python and utilizes the requests
, BeautifulSoup
, and fake-useragent
libraries for web scraping and user agent spoofing.