A package for retrieving and summarizing live data from web searches.
Project description
Web Live Data Fetcher
A Python package for retrieving and summarizing live data from web searches by performing Google searches and extracting content from the top search results.
Installation
You can install the package via pip:
pip install web_live_data_fetcher
Usage
The web_live_data_fetcher package allows you to search for a query on Google, fetch the content of the top results, and extract the text content from the body of the webpages.
from web_live_data_fetcher import live_data
query = "What is the weather like in Bangalore right now?"
data = live_data(query)
print(data)
License
This project is licensed under the Apachi License. See the LICENSE file for more details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file web_live_data_fetcher-0.1.1.tar.gz.
File metadata
- Download URL: web_live_data_fetcher-0.1.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b41f54aaa3983bc83556ff980d056d1415474c2a554c91ba023fe542dc6d7628
|
|
| MD5 |
88dfcc6c47745ded290117e43d8a40ef
|
|
| BLAKE2b-256 |
b45045aef68d7e49c93c69e8f26511eedc124daf79603ce7283915e68ed2df7e
|
File details
Details for the file web_live_data_fetcher-0.1.1-py3-none-any.whl.
File metadata
- Download URL: web_live_data_fetcher-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f6cf6f4166ef17bee866c2915a48c235fa019410f115bafddfd57dd90c91e22
|
|
| MD5 |
1a90a3d2c639c7105071f2a3d3140ac0
|
|
| BLAKE2b-256 |
04a380737746cd4bc8224ddb907ff9d929b63327ea4c3bf58fa0748ae161a9b7
|