Socket
Socket
Sign inDemoInstall

Moogle

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    Moogle

📦 Google Search API - Simple Python Package


Maintainers
1

Readme

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

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc