Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fnkr/inwxcli
Command line interface for InterNetworX (inwx.com).
https://github.com/fnkr/inwxcli
dns domain inwx
Last synced: about 1 month ago
JSON representation
Command line interface for InterNetworX (inwx.com).
- Host: GitHub
- URL: https://github.com/fnkr/inwxcli
- Owner: fnkr
- License: mit
- Created: 2018-01-07T20:14:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T09:45:35.000Z (about 6 years ago)
- Last Synced: 2024-08-11T11:05:23.559Z (3 months ago)
- Topics: dns, domain, inwx
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [inwxcli](https://github.com/fnkr/inwxcli)
Command line interface for [inwx.com](https://www.inwx.com).
## Examples
### domain.check
```
$ inwxcli --username foo --password bar domain.check domain=example.com
{'msg': 'Command completed successfully', 'code': 1000, 'svTRID': '20180107-91698974', 'resData': {'domain': [{'avail': 0, 'status': 'used', 'domain': 'example.com', 'premium': '', 'checktime': 353.0}]}, 'runtime': 2.334}
``````
$ inwxcli --username foo --password bar --format '{resData[domain][0][status]}' domain.check domain=example.com
used
```## API reference
A complete list of API methods is available at
https://www.inwx.de/en/help/apidoc/f/index.html (DomRobot XML-RPC API Documentation).