Skip to content

ntestoc3/pod-whois

Repository files navigation

pod-whois

A babashka pod for whois query.

Implemented using the Python python-whois and ipwhois library.

Status

Experimental.

Usage

install this package from pip:

pip install pod-whois

Load the pod:

(require '[babashka.pods :as pods])
(babashka.pods/load-pod "pod.py-whois")

(pod.py-whois/query "www.bing.com")
(pod.py-whois/query "8.8.8.8")

Build

require python >= 3.6, install deps

pip install -r dev-requirements.txt
pip install -r requirements.txt

./reinstall

License

Copyright © 2021 ntestoc3

Distributed under the MIT License. See LICENSE.md.

About

A babashka pod for whois query.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published