From 4f2f378ce5748e5e500ddea4f9837edea4c6863f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 16 Mar 2020 17:20:46 +0100 Subject: [PATCH] chg: Update client API usage --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index d1b9b7d..a14705d 100644 --- a/README.md +++ b/README.md @@ -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