Skip to content
#

python-hacking

Here are 56 public repositories matching this topic...

This Python script scrapes internal links on a webpage. It prompts for a URL, sends a GET request to retrieve HTML, uses BeautifulSoup to parse and filter links. Then it prompts the user for output mode (terminal or file) to either print or write the links. Installs required modules (requests and beautifulsoup4) if not found.

  • Updated Feb 22, 2023
  • Python

Improve this page

Add a description, image, and links to the python-hacking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-hacking topic, visit your repo's landing page and select "manage topics."

Learn more