📦 Google Search API - Simple Python Package
Project description
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
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
Moogle-1.0.1.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file Moogle-1.0.1.tar.gz
.
File metadata
- Download URL: Moogle-1.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a013839aaef32633bf21d832e22c9e0fa61581b3f17bb720834cc73497cc4faf |
|
MD5 | 925005ae87b1f47acaa7bea62c393f44 |
|
BLAKE2b-256 | 25207efb911fdf74bf9b54107ea2746aceb29a0e41783a7f81b19b47c7bbea6c |
File details
Details for the file Moogle-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: Moogle-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6b32d85994077404f506e30f46313e9b5fb63f26247f037ce3575696f73e44d |
|
MD5 | 0c4cae01f321a74e600650a54c05ac2a |
|
BLAKE2b-256 | 09a614789352980c7375603907dee621652d70ab54f755d40b671daafef35c95 |