Skip to content

pythoninthegrass/godaddy_domain_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godaddy_domain_transfer

Minimum Requirements

Recommended Requirements

Setup

  1. Clone the repository:
    git clone https://github.com/pythoninthegrass/godaddy_domain_transfer.git
    cd godaddy_domain_transfer
  2. Install dependencies using Poetry:
    poetry install
  3. Create a .env file in the root directory and add your GoDaddy API credentials and other necessary configurations:
    API_KEY=your_api_key
    API_SECRET=your_api_secret
    DOMAIN=your_domain
    NEW_EMAIL=your_new_email
    

Note

NEW_EMAIL is optional. Only used if you want to change the email address associated with the domain.

Usage

  1. Run the script:
    poetry shell
    python main.py
  2. Follow the instructions printed in the terminal to complete the domain transfer process.

Further Reading

About

Transfer a domain away from GoDaddy 👌

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  

Languages