Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dedinc/iphub
IPhub.info API wrapper.
https://github.com/dedinc/iphub
antibot antiproxy antivpn api-wrapper iphub proxy-detection python python3 vpn-detection
Last synced: 22 days ago
JSON representation
IPhub.info API wrapper.
- Host: GitHub
- URL: https://github.com/dedinc/iphub
- Owner: DedInc
- License: mit
- Created: 2022-07-02T12:32:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T09:30:08.000Z (over 1 year ago)
- Last Synced: 2024-10-13T11:57:43.315Z (3 months ago)
- Topics: antibot, antiproxy, antivpn, api-wrapper, iphub, proxy-detection, python, python3, vpn-detection
- Language: Python
- Homepage: https://pypi.org/project/iphub/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
iphub - IPhub.info API wrapper.
-How to use?-
```python
from iphub import IPHubiphub = IPHub('[email protected]', 'password123')
result = iphub.check_ip('127.0.0.1')
print(result)
```