Larva is a simple TheHive commandline client. Right now it is capable of... nothing. Well it can list cases, but if I find some time, I'll add some features.
$ git clone git@github.com:3c7/larva.git
$ cd larva
$ virtualenv .
$ . bin/activate
$ pip install .
or in case of developing without re-installs
$ git clone git@github.com:3c7/larva.git
$ cd larva
$ virtualenv .
$ . bin/activate
$ pip install --editable .
# Set username
$ larva config username --set MyUsernameOrEmail@example.com
# Set TheHive URL
$ larva config url --set https://myinstance.ofthehive.com
$ larva
Usage: larva [OPTIONS] COMMAND [ARGS]...
The commandline client to TheHive.
If you find any bugs, please make sure to report them on
https://github.com/3c7/larva/issues
Options:
--help Show this message and exit.
Commands:
config Manage larva configuration
list This lists all cases.