Metadata-Version: 2.1
Name: gdcli
Version: 1.0.7
Summary: 
    Command line too used for simple google dorks    
Home-page: UNKNOWN
Author: Subrahmanya s hegade
Author-email: hegadedevelopment@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# CLI for google dorks

This is the command line tool made with pytohn which allows the users to perform
Google dorks easily 



## Installation

Install google dork cli using pip

```bash
 >> pip install gdcli
```

## Usage

```bash 
    >> gdcli -h


    1) -op 1 for general query
        >> gdcli -op 1 -q ninja -s instagram -e gamer

    2) -op 2 for instagram user finding
        >> gdcli -op 2 -q ninja -b gamer -l usa



```










## options



| Parameter | Type     | Description                |
| :-------- | :------- | :------------------------- |
| `-op` | `int` | **Required**. available options are [1,2,3] |
| `-q` | `string` | **Required**. Search Query |
| `-s` | `string` |Specifc site for searching|
| `-f` | `string` | File type|
| `-e` | `string` | Things to exclude|
| `-b` | `string` | Bio of the user|
| `-l` | `string` | location of the user like usa ,uk etc..|





### Note this cli tool is still on development process and more features will be added very soon,and feel free to contribute ðŸš€ðŸš€



