Skip to content

icann/czds-api-client-python

Repository files navigation

CZDS API Client in Python

This repository provides a Python example of how to download zone files via CZDS (Centralized Zone Data Service) REST API. A detail API Specs can be found here.

There is also an example provided in Java. It can be found in this repo.

Installation

This script requires Python 3. It has been tested with Python 3.7.1.

It requires the requests extension library. Please checkout here to see how to install it - https://github.com/requests/requests

Run

  1. Make a copy of the config.sample.json file and name it config.json
  2. Edit config.json and fill in your information.
  3. Run python download.py

All the zone files will be saved in working-directory/zonefiles, working-directory is specified in config.json, or default to current directory if not specified in config.json

Documentation

Contributing

Contributions are welcome.

Other

Reference Implementation in Java: https://github.com/icann/czds-api-client-java

About

A Python reference implementation for CZDS download zone file API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages