chg: Update client API usage

pull/67/head
Raphaël Vinot 2020-03-16 17:20:46 +01:00 committed by GitHub
parent 5ae1cbc22d
commit 4f2f378ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 12 deletions

View File

@ -46,18 +46,7 @@ Then, you need to restart the webserver and from now on, every cookies you have
# 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
```
You can use `pylookyloo` as a standalone script, or as a library, [more details here](https://github.com/CIRCL/lookyloo/tree/master/client)
# Installation