We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148500f commit 99a72beCopy full SHA for 99a72be
1 file changed
README.md
@@ -2,9 +2,11 @@
2
3
- A Python package for retrieving WHOIS information of DOMAIN'S ONLY.
4
- Python >=3.10
5
-- requirements
+- requirements:
6
- whodap>=0.1.16 [](https://secure.software/pypi/packages/whodap)
7
- tld>=0.13.2 [](https://secure.software/pypi/packages/tld/0.13.2/tld-0.13.2-py2.py3-none-any.whl)
8
+ - redis (optional) [](https://secure.software/pypi/packages/redis)
9
+
10
- v1 uses only whois and will be moved to maintenance only
11
- v2 will use whodap to first retrieve info with rdap and if no data is available try the classic whois approach
12
0 commit comments