Papi stands for "daddy" in spanish.
API key and secret is ciphered with a AES using a password.
pip install gopapi
# A record
gopapi domain yourdomain.com add-record A subdomain 127.0.0.1
# Where A can also be CNAME
# 127.0.0.1 to be replaced with the actual IP
# CNAME
gopapi domain yourdomain.com add-record A subdomain 127.0.0.1
# Where A can also be CNAME
# 127.0.0.1 to be replaced with the actual IP
gopapi domain mydomain.com records
# and if you need to filter by record type
gopapi domain mydomain.com records -t cname
## Listing all domains in godaddy account
gopapi domains
# mydomain1.com
# mydomain2.com
# ...
gopapi domain mexico.com check
# or with alias
gopapi domain mexico.com available