godork


Namegodork JSON
Version 1.2.6 PyPI version JSON
download
home_pagehttps://github.com/thd3r/godork
SummaryScrape Google search quickly
upload_time2024-05-30 22:27:35
maintainerNone
docs_urlNone
authorThunder (@thd3r)
requires_pythonNone
licenseMIT
keywords godork google dorks google dork google dorking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
  Godork - Scrape Google search quickly
</h1>

<div align="center">
  <a href="https://python.org"><img src="https://img.shields.io/badge/Built%20with-Python-Blue"></a>
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-_red.svg"></a>
  <a href="https://github.com/thd3r/godork/releases"><img src="https://img.shields.io/github/release/thd3r/godork.svg"></a>
  <a href="https://pypi.python.org/pypi/godork/"><img src="https://img.shields.io/pypi/v/godork.svg"></a>
  <a href="https://github.com/thd3r/godork/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed-raw/thd3r/godork?color=dark-green&label=issues%20fixed"></a>
</div>

## About

**Godork** is a tool that can quickly scrape Google search results using the [asyncio](https://docs.python.org/3/library/asyncio.html) library that uses cooperative multitasking combined with [aiohttp](https://docs.aiohttp.org) and with this tool you can extract links including their titles. This tool is also able to bypass the bans made by the provider

## Installation

**Godork** requires **python 3.8** or higher to install successfully

### Using Github repo

```sh
git clone https://github.com/thd3r/godork.git
cd codork
python3 setup.py install
```

### Using pip

```sh
pip install godork
```

## Usage

### This will display help for the tool. Here are all the switches it supports.

```sh
python godork.py -help
```

```console
Options:
  -help         show this help message and exit
  -version      show program's version number and exit
  -query QUERY  search query
  -sleep        use this option to prevent banning
  -proxy PROXY  http proxy to use with godork (eg http://127.0.0.1:8080) 
```

## Support

<a href="https://www.buymeacoffee.com/thd3r" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thd3r/godork",
    "name": "godork",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "godork, google dorks, google dork, google dorking",
    "author": "Thunder (@thd3r)",
    "author_email": "thd3r@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/ed/aa/f386f22d6ca9bdf24747c9126e2fd28305b19f6c848631e56b2b45946875/godork-1.2.6.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n  Godork - Scrape Google search quickly\n</h1>\n\n<div align=\"center\">\n  <a href=\"https://python.org\"><img src=\"https://img.shields.io/badge/Built%20with-Python-Blue\"></a>\n  <a href=\"https://opensource.org/licenses/MIT\"><img src=\"https://img.shields.io/badge/license-MIT-_red.svg\"></a>\n  <a href=\"https://github.com/thd3r/godork/releases\"><img src=\"https://img.shields.io/github/release/thd3r/godork.svg\"></a>\n  <a href=\"https://pypi.python.org/pypi/godork/\"><img src=\"https://img.shields.io/pypi/v/godork.svg\"></a>\n  <a href=\"https://github.com/thd3r/godork/issues?q=is%3Aissue+is%3Aclosed\"><img src=\"https://img.shields.io/github/issues-closed-raw/thd3r/godork?color=dark-green&label=issues%20fixed\"></a>\n</div>\n\n## About\n\n**Godork** is a tool that can quickly scrape Google search results using the [asyncio](https://docs.python.org/3/library/asyncio.html) library that uses cooperative multitasking combined with [aiohttp](https://docs.aiohttp.org) and with this tool you can extract links including their titles. This tool is also able to bypass the bans made by the provider\n\n## Installation\n\n**Godork** requires **python 3.8** or higher to install successfully\n\n### Using Github repo\n\n```sh\ngit clone https://github.com/thd3r/godork.git\ncd codork\npython3 setup.py install\n```\n\n### Using pip\n\n```sh\npip install godork\n```\n\n## Usage\n\n### This will display help for the tool. Here are all the switches it supports.\n\n```sh\npython godork.py -help\n```\n\n```console\nOptions:\n  -help         show this help message and exit\n  -version      show program's version number and exit\n  -query QUERY  search query\n  -sleep        use this option to prevent banning\n  -proxy PROXY  http proxy to use with godork (eg http://127.0.0.1:8080) \n```\n\n## Support\n\n<a href=\"https://www.buymeacoffee.com/thd3r\" target=\"_blank\"><img src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" ></a>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Scrape Google search quickly",
    "version": "1.2.6",
    "project_urls": {
        "Homepage": "https://github.com/thd3r/godork"
    },
    "split_keywords": [
        "godork",
        " google dorks",
        " google dork",
        " google dorking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1844dacd27105c554280ef65396d9d5d50a6dc0f528878a920ab2681d553531",
                "md5": "f9b150bcd053ff3f7532322cdc83321c",
                "sha256": "ab20dcceefeee468de637eb9175d8d149da142463b02b90613af9c519dd7d954"
            },
            "downloads": -1,
            "filename": "godork-1.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9b150bcd053ff3f7532322cdc83321c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5610,
            "upload_time": "2024-05-30T22:27:33",
            "upload_time_iso_8601": "2024-05-30T22:27:33.664301Z",
            "url": "https://files.pythonhosted.org/packages/e1/84/4dacd27105c554280ef65396d9d5d50a6dc0f528878a920ab2681d553531/godork-1.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edaaf386f22d6ca9bdf24747c9126e2fd28305b19f6c848631e56b2b45946875",
                "md5": "45a699c03b8a3e947c57b04739a894f4",
                "sha256": "ef9c8441d6f4394f972ac5ce45a33ba21fcc581ec1e29146ddd402ee90fc4e3e"
            },
            "downloads": -1,
            "filename": "godork-1.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "45a699c03b8a3e947c57b04739a894f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5113,
            "upload_time": "2024-05-30T22:27:35",
            "upload_time_iso_8601": "2024-05-30T22:27:35.916319Z",
            "url": "https://files.pythonhosted.org/packages/ed/aa/f386f22d6ca9bdf24747c9126e2fd28305b19f6c848631e56b2b45946875/godork-1.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-30 22:27:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thd3r",
    "github_project": "godork",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "godork"
}
        
Elapsed time: 0.27794s