Moogle - Google Search API
This is a python package that uses BeautifulSoup4 to perform google text search and scrape results from the webpage.
📦 Installation
$ pip install moogle
🚀 Usage
To perform a google search:
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 - Python Package For Instagram API
- ProGPT - Python Package For ChatGPT API
- Moogle - Python Package For Google Search API
- ShieldPass - Offline Android Password Manager
Reach me at: sonniiii@outlook.com
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
moogle-1.0.2.tar.gz
(3.7 kB
view details)
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 moogle-1.0.2.tar.gz.
File metadata
- Download URL: moogle-1.0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7000a63e30c0dd63eeb56660adeb284e8bbb59750f13426799624704d0b9db4
|
|
| MD5 |
0a8602656ad7cd26c81082347654de7e
|
|
| BLAKE2b-256 |
a7463a27593d29617fab21472754a6fc2384cf2585a946a8ff572e306e4292e8
|
File details
Details for the file moogle-1.0.2-py3-none-any.whl.
File metadata
- Download URL: moogle-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42c65bbc1da5ab55b959d6bc30f8c4d5a5e2bc240a55e7f496113bfae25fe56f
|
|
| MD5 |
af357c2da1d311bfff506090724e7a69
|
|
| BLAKE2b-256 |
91f95cb38dbc2124f923332d4d841591e422facc52ccad087074681ee2fc8019
|