Python client for Lookyloo
Project description
PyLookyloo
This is the client API for Lookyloo.
Installation
pip install pylookyloo
Usage
- You can use the lookyloo command to enqueue an URL.
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 (defaults to https://lookyloo.circl.lu/,
the public instance).
--query QUERY URL to enqueue.
The response is the permanent URL where you can see the result of the capture.
- Or as a library
from pylookyloo import Lookyloo
lookyloo = Lookyloo('https://url.of.lookyloo.instance')
if lookyloo.is_up: # to make sure it is up and reachable
permaurl = lookyloo.enqueue('http://url.to.lookup')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylookyloo-0.7.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file pylookyloo-0.7.tar.gz
.
File metadata
- Download URL: pylookyloo-0.7.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.5 Linux/5.3.0-42-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b77388962f669e0fdf74975f8170c665183b024b6c27d92f69a9be03289b059 |
|
MD5 | 09f9c2a699314ca300ee6fc235afcf6c |
|
BLAKE2b-256 | 20408a42a292d732abef26efc39740c9674b13673e1416ec72eb17091c673349 |
File details
Details for the file pylookyloo-0.7-py3-none-any.whl
.
File metadata
- Download URL: pylookyloo-0.7-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.5 Linux/5.3.0-42-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97bc9f19bccb1bdfb964cf6514d05af5ca21c88d17a2a4e3117e6d73c55e1f73 |
|
MD5 | dfe771b2569e4a732f9e11a62f4c65c0 |
|
BLAKE2b-256 | f219718a40d6a1c45a897cf6e825f9a0e7220bbd226a89fea259d2a2c7c7da00 |