Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meatyite/python-abuseipdb
A Python object oriented wrapper for AbuseIPDB v2 API
https://github.com/meatyite/python-abuseipdb
Last synced: 8 days ago
JSON representation
A Python object oriented wrapper for AbuseIPDB v2 API
- Host: GitHub
- URL: https://github.com/meatyite/python-abuseipdb
- Owner: meatyite
- License: wtfpl
- Created: 2019-05-29T08:47:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T23:59:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T21:20:32.082Z (7 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# python-abuseipdb
A Python object oriented wrapper for AbuseIPDB v2 API
## Installation
### Install from PyPi
On windows: `py -m pip install python-abuseipdb requests`On linux:
```
$ sudo apt-get install -y python3 python3-pip
$ pip3 install python-abuseipdb requests
```
### Install from source
On linux:
```
$ git clone https://github.com/sl4vkek/python-abuseipdb.git
$ cd python-abuseipdb
$ python3 setup.py install