- Clone the repository:
git clone https://github.com/pythoninthegrass/godaddy_domain_transfer.git cd godaddy_domain_transfer
- Install dependencies using Poetry:
poetry install
- 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.
- Run the script:
poetry shell python main.py
- Follow the instructions printed in the terminal to complete the domain transfer process.