https://github.com/diezo/moogle
📦 Google Search API - Simple Python Package
https://github.com/diezo/moogle
google google-api google-search google-search-api python python-google python-google-search
Last synced: 9 days ago
JSON representation
📦 Google Search API - Simple Python Package
- Host: GitHub
- URL: https://github.com/diezo/moogle
- Owner: diezo
- License: mit
- Created: 2023-08-12T18:21:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T17:53:35.000Z (over 1 year ago)
- Last Synced: 2026-01-01T22:46:03.686Z (22 days ago)
- Topics: google, google-api, google-search, google-search-api, python, python-google, python-google-search
- Language: Python
- Homepage: https://buymeacoffee.com/sonii
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Moogle - Google Search API
This is a python package that uses [**BeautifulSoup4**](https://pypi.org/project/beautifulsoup4/) to perform google text search and scrape results from the webpage.

## 📦 Installation
```shell
$ pip install moogle
```
## 🚀 Usage
To perform a google search:
```python
from moogle import Search
results = Search("the rock")
for result in results:
print(result.title)
print(result.description)
print(result.destination)
```
## 🧔 About Me
Hey! 👋 I'm a software hobbyist, currently living in India. Some of my top projects include:
- **Rooms** - Android Social Media App
- **iRoom** - Realtime Android Room Chat App
- [**Ensta**](https://github.com/diezo/ensta) - Python Package For Instagram API
- [**ProGPT**](https://github.com/diezo/progpt) - Python Package For ChatGPT API
- [**Moogle**](https://github.com/diezo/moogle) - Python Package For Google Search API
- **ShieldPass** - Offline Android Password Manager
**Reach me at: sonniiii@outlook.com**