openproxyherder/scripts/dronebl
Em b4dc2c9196 add debug log for results and add new proxy types 2021-07-04 18:54:46 -04:00
..
README.md add dronebl submitter 2021-06-26 12:31:53 -04:00
config.example.yaml add dronebl ticket checker 2021-07-04 18:39:59 -04:00
dronebl_check_tickets.py add debug log for results and add new proxy types 2021-07-04 18:54:46 -04:00
dronebl_submitter.py add dronebl submitter 2021-06-26 12:31:53 -04:00

README.md

DroneBL stuff

A script to submit IPs to DroneBL. Obviously, you'll need a DroneBL key.

You'll also need another table to store the previous lookups:

create table dronebl (id serial primary key, ip inet);