## DroneBL tools
These are some tools for interacting with the DroneBL service, via the
[RPC2 webservice](/doc/rpc2).
The `dronebl-submit` tool allows a user to submit multiple IPs to DroneBL.
The `dronebl-query` tool allows a user to query DroneBL.
Also included is a Python module, DroneBLClient, which allows interaction with
DroneBL in custom applications.
### Download
Download 0.3 here: [dronebl-tools_0.3.tar.gz](/downloads/dronebl-tools_0.3.tar.gz).
### Installation
# python setup.py install
### RPCkey Registration
To use these tools, you need an RPC key. You can [request one with this form](/rpckey_signup).
### Third party tools
[dronebl.rb](http://rubygems.org/gems/dronebl.rb) Interface to the DroneBL RPC2 service written in ruby.
[dronereport](/downloads/dronereport) PHP5 Cli tool.