Skip to content

LinkLifter is a Python script that searches for URLs in a given text file or recursively in a directory and its subdirectories. The found URLs, along with the file they are located in, are saved to a CSV file.

Notifications You must be signed in to change notification settings

AlteredAdmin/Link-Lifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Link Lifter

LinkLifter is a Python script that searches for URLs in a given text file or recursively in a directory and its subdirectories. The found URLs, along with the file they are located in, are saved to a CSV file.

Features

  • Search for URLs in a single text file.
  • Recursively search for URLs in a directory and its subdirectories.
  • Save the found URLs and their file paths to a CSV file named LinkLifter_<current_date_time>.csv.

Installation

  1. Clone this repository or download the LinkLifter.py script.

    git clone https://github.com/AlteredAdmin/Link-Lifter
  2. Ensure you have Python installed on your system. The script was developed using Python 3.8, but it should work with other Python 3 versions as well.

Usage

  1. Navigate to the directory containing the LinkLifter.py script.

    cd path/to/script_directory
  2. Run the script using Python:

    python LinkLifter.py
  3. When prompted, enter the path to the file or directory you want to search.

  4. The script will create a CSV file in the current directory with the found URLs and their file paths.

Support the Developer

If you found this helpful, please consider:

  • Buymeacoffee: Link

About

LinkLifter is a Python script that searches for URLs in a given text file or recursively in a directory and its subdirectories. The found URLs, along with the file they are located in, are saved to a CSV file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages