No project description provided
Project description
VScrapper
Overview
VScrapper is a versatile web scraping library designed to simplify the process of extracting data from websites. It provides a set of tools and utilities to handle various aspects of web scraping, from URL sanitization to detailed search results.
Features
- Google Search: Performs basic and detailed Google searches to fetch relevant data.
- Markdown Conversion: Converts web content into Markdown format for easy integration into documents.
- Detailed Search Results: Provides detailed search results for each search query.
- Async by default: Supports asynchronous operations by default.
Installation
To install VScrapper, use the following command:
pip install vscrapper
Usage
Here's a basic example of how to use VScrapper to perform a Google search and sanitize a URL:
from vscrapper.search import SearchQuery
from vscrapper.weburl import WebURL
from vscraooer import warmup
# do a warmup first
warmup()
# Perform a Google search
search_query = SearchQuery(query="Python web scraping")
search_results = await search_query.google_search()
# Perform a detailed google search
detailed_results = await search_query.detailed_google_search()
# Convert an url to a markdown
web_url = WebURL(url="http://example.com")
sanitized_url = await web_url.to_markdown()
Contributing
Contributions are welcome! Please read the contributing guidelines to get started.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vscrapper-0.1.10.tar.gz
.
File metadata
- Download URL: vscrapper-0.1.10.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-36-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eca4fb541b11dbe12391236901843452b3eb658837b5a9003438b192ca0bd76 |
|
MD5 | 5cd995a32c3c109dd77ff87410697a63 |
|
BLAKE2b-256 | a048c6f90f9d7ead2b81079397c3a66a46a3a4d5c96e8edb97b184dfc9f9cd54 |
File details
Details for the file vscrapper-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: vscrapper-0.1.10-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-36-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aec7468ba1bccd8bbb4ae4b435d86480e84b20e3473e18eb9309b28ec4e0ceb0 |
|
MD5 | de08ad2a8463492eabd467756d2049cb |
|
BLAKE2b-256 | cd26abe6d2fadc65e2476d12dd62c8564e3109f1b5863acd4c384111b9f1413d |