Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayyid5416/links-extractor
Extract links from any file or the website.
https://github.com/sayyid5416/links-extractor
crawler extract-links extractor links-extraction scraper web-crawler web-scraper
Last synced: 2 months ago
JSON representation
Extract links from any file or the website.
- Host: GitHub
- URL: https://github.com/sayyid5416/links-extractor
- Owner: sayyid5416
- Created: 2021-02-06T17:23:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T13:21:19.000Z (almost 2 years ago)
- Last Synced: 2023-05-17T09:03:48.378Z (over 1 year ago)
- Topics: crawler, extract-links, extractor, links-extraction, scraper, web-crawler, web-scraper
- Language: Python
- Homepage:
- Size: 197 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![](../../actions/workflows/executable.yml/badge.svg)](../../actions/workflows/executable.yml)
# Extract Links
From files on your PC | From any website
:-------------------------:|:-------------------------:
![extract from local file on pc](https://user-images.githubusercontent.com/78584556/110972904-8b3dc380-8382-11eb-8ea4-77f08a9e3fe7.png) | ![extract links from any website](https://user-images.githubusercontent.com/78584556/110972925-9395fe80-8382-11eb-8427-de5fe551621b.png)- 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](https://github.com/sayyid5416/Links-Extractor/releases/tag/v1.8)
- [Check all the features & changelog here](../../releases)# 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](../../releases), or
2. Create your own executable from the source code# Developer
- [Sayyid](https://github.com/sayyid5416)
- [Contact on telegram](https://t.me/sayyid5416)
- [GitHub Repo](https://github.com/sayyid5416/Links-Extractor)