diezo / Moogle

πŸ“¦ Google Search API - Simple Python Package

Home Page:https://buymeacoffee.com/sonii

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: sonniiii@outlook.com

About

πŸ“¦ Google Search API - Simple Python Package

https://buymeacoffee.com/sonii

License:MIT License


Languages

Language:Python 100.0%