Skip to content

Extract links from any file or the website.

Notifications You must be signed in to change notification settings

sayyid5416/Links-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Extract Links

From files on your PC From any website
extract from local file on pc extract links from any website
  • Extract different types of links (web/mail/ftp e.t.c) from:
    • Text version of any file (txt, csv, json, html, py e.t.c)
    • Any website (ex: abc.com/xyz/pqrs)
    • Without worrying about issues like duplicates
    • Additional data like timestamp and Total counts will be saved too
  • File containing extracted links will be saved to Desktop/Extracted links folder.
  • Above screenshots are from version 1.8
  • Check all the features & changelog here

Installation

You can use this app in two ways:

  1. As python script

    • Donwload the source code
    • Install required libraries: pip install -r requirements.txt
    • Launch Link_Extractor.py
  2. As an executable

    1. Download executable directly from release page, or
    2. Create your own executable from the source code

Developer