Skip to content

miguelms95/scan-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Scan links in a website

Get all the links in a website: Count and check broken links.

This program prints a hierarchy of the linked urls in a web. Exploring the net :D. The program doesn't repeat any link.

Edit the value MAX_LINKS (500 by default) for jumping more (or less) pages during the scan.

  • Python, with BeautifoulSoup and requests libraries

Example: scanning the urls at google.com

About

Get a hierarchy with all the links in a website, count and check broken links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages