# Moogle - Google Search API
This is a python package that uses [**BeautifulSoup4**](https://pypi.org/project/beautifulsoup4/) to perform google text search and scrape results from the webpage.
![Banner](https://raw.githubusercontent.com/diezo/moogle/master/assets/banner.png)
## 📦 Installation
```shell
$ pip install moogle
```
## 🚀 Usage
To perform a google search:
```python
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**](https://github.com/diezo/ensta) - Python Package For Instagram API
- [**ProGPT**](https://github.com/diezo/progpt) - Python Package For ChatGPT API
- [**Moogle**](https://github.com/diezo/moogle) - Python Package For Google Search API
- **ShieldPass** - Offline Android Password Manager
**Reach me at: sonniiii@outlook.com**
Raw data
{
"_id": null,
"home_page": "https://github.com/diezo/moogle",
"name": "Moogle",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,google,google-api,google-search,python-google,google-search-api,python-google-search",
"author": "Deepak Soni",
"author_email": "sonniiii@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/25/20/7efb911fdf74bf9b54107ea2746aceb29a0e41783a7f81b19b47c7bbea6c/Moogle-1.0.1.tar.gz",
"platform": null,
"description": "# Moogle - Google Search API\nThis is a python package that uses [**BeautifulSoup4**](https://pypi.org/project/beautifulsoup4/) to perform google text search and scrape results from the webpage.\n\n![Banner](https://raw.githubusercontent.com/diezo/moogle/master/assets/banner.png)\n\n## \ud83d\udce6 Installation\n```shell\n$ pip install moogle\n```\n\n## \ud83d\ude80 Usage\nTo perform a google search:\n```python\nfrom moogle import Search\n\nresults = Search(\"the rock\")\n\nfor result in results:\n print(result.title)\n print(result.description)\n print(result.destination)\n```\n\n## \ud83e\uddd4 About Me\nHey! \ud83d\udc4b I'm a software hobbyist, currently living in India. Some of my top projects include:\n\n- **Rooms** - Android Social Media App\n- **iRoom** - Realtime Android Room Chat App\n- [**Ensta**](https://github.com/diezo/ensta) - Python Package For Instagram API\n- [**ProGPT**](https://github.com/diezo/progpt) - Python Package For ChatGPT API\n- [**Moogle**](https://github.com/diezo/moogle) - Python Package For Google Search API\n- **ShieldPass** - Offline Android Password Manager\n\n**Reach me at: sonniiii@outlook.com**\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\ud83d\udce6 Google Search API - Simple Python Package",
"version": "1.0.1",
"project_urls": {
"Download": "https://github.com/diezo/moogle/archive/refs/tags/v1.0.1.tar.gz",
"Homepage": "https://github.com/diezo/moogle"
},
"split_keywords": [
"python",
"google",
"google-api",
"google-search",
"python-google",
"google-search-api",
"python-google-search"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "09a614789352980c7375603907dee621652d70ab54f755d40b671daafef35c95",
"md5": "0c4cae01f321a74e600650a54c05ac2a",
"sha256": "a6b32d85994077404f506e30f46313e9b5fb63f26247f037ce3575696f73e44d"
},
"downloads": -1,
"filename": "Moogle-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0c4cae01f321a74e600650a54c05ac2a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4137,
"upload_time": "2024-02-18T19:03:26",
"upload_time_iso_8601": "2024-02-18T19:03:26.232300Z",
"url": "https://files.pythonhosted.org/packages/09/a6/14789352980c7375603907dee621652d70ab54f755d40b671daafef35c95/Moogle-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "25207efb911fdf74bf9b54107ea2746aceb29a0e41783a7f81b19b47c7bbea6c",
"md5": "925005ae87b1f47acaa7bea62c393f44",
"sha256": "a013839aaef32633bf21d832e22c9e0fa61581b3f17bb720834cc73497cc4faf"
},
"downloads": -1,
"filename": "Moogle-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "925005ae87b1f47acaa7bea62c393f44",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3594,
"upload_time": "2024-02-18T19:03:27",
"upload_time_iso_8601": "2024-02-18T19:03:27.572407Z",
"url": "https://files.pythonhosted.org/packages/25/20/7efb911fdf74bf9b54107ea2746aceb29a0e41783a7f81b19b47c7bbea6c/Moogle-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-18 19:03:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "diezo",
"github_project": "moogle",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "moogle"
}