Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ishanoshada/dgrabber

Domain Grabber
https://github.com/ishanoshada/dgrabber

dgrabber domain domain-grabber domaingrabber grabber grabber-tool grabbertool python

Last synced: about 2 months ago
JSON representation

Domain Grabber

Awesome Lists containing this project

README

        

# DGrabber

[![GitHub stars](https://img.shields.io/github/stars/Ishanoshada/DGrabber)](https://github.com/Ishanoshada/DGrabber/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/ishanoshada/DGrabber)](https://github.com/ishanoshada/DGrabber/network)
[![License](https://img.shields.io/github/license/Ishanoshada/DGrabber)](https://github.com/Ishanoshada/DGrabber/blob/main/LICENSE)
## Introduction

DGrabber is a Python script that helps you find domains based on keywords. It utilizes web scraping to retrieve domain information from a website. This tool can be used for various purposes like domain research, data collection, and more.

## Usage

### Installation

1. Clone the repository:

```bash
git clone https://github.com/Ishanoshada/DGrabber.git
```

2. Install the required packages:

```bash
pip install -r requirements.txt
```

### How to Run

1. Navigate to the project directory:

```bash
cd DGrabber
```

2. Execute the script:

```bash
python main.py
```

### Options

- **'file' Mode:** Input keywords from a file.
- **'manual' Mode:** Manually input keywords.

## Example Output

```plaintext
██████████ █████████ █████ █████
░░███░░░░███ ███░░░░░███ ░░███ ░░███
░███ ░░███ ███ ░░░ ████████ ██████ ░███████ ░███████ ██████ ████████
░███ ░███░███ ░░███░░███ ░░░░░███ ░███░░███ ░███░░███ ███░░███░░███░░███
░███ ░███░███ █████ ░███ ░░░ ███████ ░███ ░███ ░███ ░███░███████ ░███ ░░░
░███ ███ ░░███ ░░███ ░███ ███░░███ ░███ ░███ ░███ ░███░███░░░ ░███
██████████ ░░█████████ █████ ░░████████ ████████ ████████ ░░██████ █████
░░░░░░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░░░░ ░░░░░░░░ ░░░░░░░░ ░░░░░░ ░░░░░

Enter 'file' to input keywords from a file, or 'manual' for manual input: manual

Enter the number of keywords: 1
Enter keyword 1: ishan
Domains saved to file successfully.
ishanguru.com
ishanaba.com
ishantownship.com
ishan-spa-langkawi.com
ishanworld.in
ishanbadgainya.com
ishansteel.in
ishanshahzad.medium.com
ishanfx.medium.com
ishan-intl.com
drishanshah.com
ishanenterprises.co.in
ishandeveloper.com
```

**Repository Views** ![Views](https://profile-counter.glitch.me/DGrabber/count.svg)

## License

This project is licensed under the [MIT License](LICENSE).