This is a python package that uses BeautifulSoup4 to perform google text search and scrape results from the webpage.
$ pip install moogle
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)
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