Metadata-Version: 2.2
Name: gub
Version: 1.4.0
Summary: GhubScan OSINT Tool for GitHub
Home-page: https://github.com/banaxou/GhubScan
Author: ovax
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: fade
Requires-Dist: argparse
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# GhubScan | github scan

GhubScan is an OSINT tool for gathering information from GitHub.

## Installation

You can install GhubScan using pip:

```sh
pip install gub
```
and You can install GhubScan with github
 ```sh
 git clone https://github.com/banaxou/GhubScan/
 ```

## Usage

### Commands

- Get user information:
  ```sh
  gub -u username

  ```

- Search by email:
  ```sh
  gub -e email@example.com
  ```

- Get user info by ID:
  ```sh
  gub -id 123456
  ```
- code by ovax 
