Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

20 lines (19 loc) · 1.19 KB

GPT3-Domain-Generator

Introduction

This script is a domain availability checker that uses GPT-3 to generate unique business name ideas based on the keywords and a short description provided by the user. The script first prompts the user to enter keywords related to their business and a short description about their business. The script then uses the OpenAI's GPT-3 API to generate name ideas based on the user's input. The script then checks the availability of the generated names using a domain availability checker API. The script prints the results of the availability check for each name idea, indicating whether the domain is available or not.

Usage


1.) pip install -r requirements.txt
2.) enter your OpenAI API key in main.py
3.) python3 main.py
4.) enter keywords
5.) enter short business description
6.) wait for results

Development Ideas

- cut prompt into 3 different prompts, each one for different name style
- add a feature where it would also include synonyms of provided keywords
- build it as a web app with UI
- check for other TLDs
- speed up the process
- export domains in .txt file