Metadata-Version: 2.4
Name: link-thief
Version: 0.0.1
Summary: A library to scrape links from any website
Project-URL: Homepage RU, https://timthewebmaster.com/ru/tools/link-thief/
Project-URL: Homepage EN, https://timthewebmaster.com/en/tools/link-thief/
Project-URL: Issues RU, https://timthewebmaster.com/ru/tools/link-thief/#comments_limiter
Project-URL: Issues EN, https://timthewebmaster.com/en/tools/link-thief/#comments_limiter
Author-email: Tim The Webmaster <timachuduk@gmail.com>
License-Expression: MIT
License-File: LICENCE
Keywords: links,scraper,website scraper
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: requests
Description-Content-Type: text/markdown

# A library to parse and scrape links from websites

This library will provide 3 ways to scrape the links from the website:
* The first method is to scrape all links from a single webpage. 
* The second method is to scrape links from the whole website. That includes sitemaps too.
* The third method is to scrape links from the specified list.