Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ishanoshada/dgrabber
- Owner: Ishanoshada
- License: mit
- Created: 2023-10-18T11:54:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T03:20:32.000Z (6 months ago)
- Last Synced: 2024-06-19T10:42:57.071Z (6 months ago)
- Topics: dgrabber, domain, domain-grabber, domaingrabber, grabber, grabber-tool, grabbertool, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## IntroductionDGrabber 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).