Web Scraper

Description

This (probably overcomplicated) link scraper allows you to extract links from a webpage using BeautifulSoup and Requests. It has some basic user error prevention

Installation

  1. Clone the repository:

    git clone https://github.com/LukysGaming/weblink-scraper.git
  2. Change into the project directory:

    cd weblink-scraper
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

Run the script by executing the following command:

python main.py

Follow the prompts to enter the URL you want to extract links from. The script will handle the rest!

Contributing

Contributions are always welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.