Simple way to access GoDaddy API
Project description
Papi stands for "daddy" in spanish.
# Authorization
API key and secret is ciphered with a AES using a password.
# Installation
pip install gopapi
# Usage
## Adding a DNS record to a domain
# 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
## Listing records of a domain
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
# ...
## Check wether a domain is available to purchase or not
gopapi domain mexico.com check
# or with alias
gopapi domain mexico.com available
# Authorization
API key and secret is ciphered with a AES using a password.
# Installation
pip install gopapi
# Usage
## Adding a DNS record to a domain
# 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
## Listing records of a domain
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
# ...
## Check wether a domain is available to purchase or not
gopapi domain mexico.com check
# or with alias
gopapi domain mexico.com available
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gopapi-1.2.1.tar.gz
(3.2 kB
view details)
File details
Details for the file gopapi-1.2.1.tar.gz
.
File metadata
- Download URL: gopapi-1.2.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40bf52ec273591ca375db62434547491da1de0c0f8beabf70d3d83641f56cc18 |
|
MD5 | 902067a58ac57de78eaa9e94596b1697 |
|
BLAKE2b-256 | be1681bab66d171ec06f2fec065490d4bdd2932c289a2428e8515c987c3a5acf |