Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kad/joker-python-dmapi
- Owner: kad
- License: apache-2.0
- Created: 2019-04-21T15:36:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T18:37:55.000Z (over 5 years ago)
- Last Synced: 2024-10-29T22:38:00.918Z (3 months ago)
- Topics: dmapi, joker, joker-com, python
- Language: Python
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```