Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 539 Bytes

File metadata and controls

24 lines (18 loc) · 539 Bytes

All Links from given Webpage

This script retrieves all links from a given Webpage and saves them as a txt file

Prerequisites

Required Modules

  • BeautifulSoup4
  • requests

to install:

$ pip install -r requirements.txt

How to run the script

$ python get_links.py

You will then be asked which webpage you would like to analyze. After that the extracted links will be saved as an array in myLinks.txt.

Author Name

Mitesh & Michael Mba