Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhanmohanreddy2301/web_live_data_fetcher
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.
https://github.com/madhanmohanreddy2301/web_live_data_fetcher
Last synced: 2 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/madhanmohanreddy2301/web_live_data_fetcher
- Owner: MadhanMohanReddy2301
- License: apache-2.0
- Created: 2024-07-05T19:22:50.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-03T16:07:14.000Z (3 months ago)
- Last Synced: 2024-11-12T21:09:03.390Z (5 days ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
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.
```python
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.