Skip to content

infinis/GPT3-Domain-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages