chg: Add documentation for API

pull/62/head
Raphaël Vinot 2019-06-26 17:38:07 +02:00
parent d9cfb490a2
commit f77f7188d1
1 changed files with 14 additions and 0 deletions

View File

@ -32,6 +32,20 @@ The two core dependencies of this project are the following:
* [ETE Toolkit](http://etetoolkit.org/): A Python framework for the analysis and visualization of trees.
* [Splash](https://splash.readthedocs.io/en/stable/): Lightweight, scriptable browser as a service with an HTTP API
# Python client
```bash
$ pip install git+https://github.com/CIRCL/lookyloo.git/#egg=pylookyloo\&subdirectory=client
$ lookyloo --help
usage: lookyloo [-h] [--url URL] --query QUERY
Enqueue a URL on Lookyloo
optional arguments:
-h, --help show this help message and exit
--url URL URL of the instance.
--query QUERY URL to unqueue
```
# Installation