Skip to content

diezo/Moogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moogle - Google Search API

This is a python package that uses BeautifulSoup4 to perform google text search and scrape results from the webpage.

Banner

📦 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: [email protected]