Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 241 Bytes

iphub - IPhub.info API wrapper.


-How to use?-

from iphub import IPHub

iphub = IPHub('login@gmail.com', 'password123')
result = iphub.check_ip('127.0.0.1')
print(result)