Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kad/joker-python-dmapi

Python API and scripts for Joker.com DMAPI
https://github.com/kad/joker-python-dmapi

dmapi joker joker-com python

Last synced: about 1 month ago
JSON representation

Python API and scripts for Joker.com DMAPI

Awesome Lists containing this project

README

        

# joker-python-dmapi
Python API and scripts for Joker.com DMAPI

## Usage with lego

You can use this simple module to write your own scripts or as a DNS-01 exec resolver for [lego](https://github.com/go-acme/lego)

```shell
$ export JOKER_API_KEY=....
$ export EXEC_PATH=~/.lego/joker.py
$ lego -m [email protected] -a --dns exec -d '*.example.com' run
```