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-1.1.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file pylookyloo-1.1.tar.gz
.
File metadata
- Download URL: pylookyloo-1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/5.4.0-37-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1ec8a8a8e0da059b6c980d32262f5c3ec6d4c3c2a97e93696a8a73f78791c5b |
|
MD5 | 776e2671568650315f09f77c2ea2ff1f |
|
BLAKE2b-256 | bc088ad048a0bad3594b31088569397ebee8bd86bd1ef1c83cde08e4b0b40bcc |
File details
Details for the file pylookyloo-1.1-py3-none-any.whl
.
File metadata
- Download URL: pylookyloo-1.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/5.4.0-37-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a83346a04065fbcfb1c5c085eed8c8bade73df5b869f9b141a9bee2a483d6ebe |
|
MD5 | 8ed51fd02aa038c6c80c0578fca7856a |
|
BLAKE2b-256 | b966ad11a3275dded1eafdaffc3471a87c1aba415d6f1019075bcbdfd8455ca3 |