This (probably overcomplicated) link scraper allows you to extract links from a webpage using BeautifulSoup and Requests. It has some basic user error prevention
-
Clone the repository:
git clone https://github.com/LukysGaming/weblink-scraper.git
-
Change into the project directory:
cd weblink-scraper
-
Install the required dependencies:
pip install -r requirements.txt
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!
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.