IP Toxic scans your target IP with AbuseIPDB and Virus Total API.
python3 iptoxic.py -t TARGET -d DAYS
Days - How many days of history you want to check on AbuseIPDB. Days - IP of target that you want to scan.
Necessary python dependencies should be installed with following command.
pip install -r requirements.txt
Whole script is written in Python 3.8., which is recommended for best functionality. Something might not work well in older versions. Python is free to download from official website for all platforms.
If you have any question, ideas or issues, you can report them through Issues.