Metadata-Version: |
2.1 |
Name: |
scrapme |
Version: |
1.8.8 |
Summary: |
A comprehensive web scraping framework featuring both static and dynamic content extraction, automatic Selenium/geckodriver management, rate limiting, proxy rotation, and Unicode support (including Georgian). Built with BeautifulSoup4 and Selenium, it provides an intuitive API for extracting text, tables, links and more from any web source. |
Author: |
N.Sikharulidze |
Author-Email: |
"N.Sikharulidze" <info[at]ubix.pro> |
Home-Page: |
https://ubix.pro/ |
Project-Url: |
Homepage, https://ubix.pro/ |
Project-Url: |
Documentation, https://github.com/NSb0y/scrapme |
Project-Url: |
Repository, https://github.com/NSb0y/scrapme |
Project-Url: |
Bug Tracker, https://github.com/NSb0y/scrapme/issues |
License: |
MIT License
Copyright (c) 2024 N.Sikharulidze (https://ubix.pro/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8 |
Requires-Dist: |
beautifulsoup4 (>=4.9.0) |
Requires-Dist: |
requests (>=2.25.0) |
Requires-Dist: |
pandas (>=1.2.0) |
Requires-Dist: |
selenium (>=4.0.0) |
Requires-Dist: |
trafilatura (>=1.4.0) |
Requires-Dist: |
build (>=1.2.2.post1) |
Requires-Dist: |
wheel (>=0.44.0) |
Requires-Dist: |
setuptools (>=75.2.0) |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |