Mindbaz / python-hetrixtools-blacklist

Tool to retrieve @hetrixtools data from their API and store them in flat file or in a database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-hetrixtools-blacklist

Unofficial tool to retrieve data from HetrixTools API about blacklist monitoring. The recovered data will offer a simple schema in order to be able to easily save this data in a flat file or in database.

Models

ResponseBlacklistMonitor

  • id : int
  • type : str
  • target : str
  • add_date : int
  • last_check : int
  • status : str
  • label : str|None
  • contact_list_id : str
  • blacklisted_count : int
  • list_rbl_entry: List [ ResponseRBLEntry ]
  • report_link: str

ResponseRBLEntry

  • rbl_source : str
  • delist_url : str

How to use it

python entry_points_hetrixtools_blacklist_api/hetrixtools_get_list_blacklist_monitor.py -h
> usage: hetrixtools_get_list_blacklist_monitor [-h] [--token_file TOKEN_FILE] [--use_relay_endpoint] [--verbose] [--version]

Support version

Python : >=3.7

About

Tool to retrieve @hetrixtools data from their API and store them in flat file or in a database

License:GNU General Public License v3.0


Languages

Language:Python 98.2%Language:Makefile 1.8%