Ecosyste.ms: Awesome

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

https://github.com/infinis/GPT3-Domain-Generator

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
https://github.com/infinis/GPT3-Domain-Generator

ai-generated-domain chatgpt domain-generator gpt3 gpt3-prompts

Last synced: 4 days ago
JSON representation

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

Lists

README

        

# 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