Skip to content

meatyite/python-abuseipdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python object oriented wrapper for AbuseIPDB v2 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages