A babashka pod for whois query.
Implemented using the Python python-whois and ipwhois library.
Experimental.
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")
require python >= 3.6, install deps
pip install -r dev-requirements.txt
pip install -r requirements.txt
./reinstall
Copyright © 2021 ntestoc3
Distributed under the MIT License. See LICENSE.md.