Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 324 Bytes

File metadata and controls

21 lines (13 loc) · 324 Bytes

What is this?

Apility.io is the API module. Now it only hosts IP and Domain Endpoints. Maybe I can development for all endpoints in the future.

Usage

pip install -r requirements.txt

Example:

import apility

apireq = apility.apility(api_key=**)

dom = apireq.DomainWhois('domain').json
print(jom)