Welcome to PyLookyloo’s documentation!

This is the client API for Lookyloo:

With Lookyloo you can dissect a website while it is in motion.

Lookyloo is a web interface that captures a webpage and then displays a tree of the domains, that call each other.

Installation

The package is available on PyPi, so you can install it with:

pip install pylookyloo

Usage

You can use lookyloo as a python script:

$ lookyloo -h
usage: lookyloo [-h] [--url URL] [--query QUERY] [--listing] [--redirects REDIRECTS] [--search-url SEARCH_URL]
                [--search-hostname SEARCH_HOSTNAME]

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.
  --listing             Should the report be publicly listed.
  --redirects REDIRECTS
                        Get redirects for a given capture (parameter is a capture UUID).
  --search-url SEARCH_URL
                        Get most recent captures containing that URL.
  --search-hostname SEARCH_HOSTNAME
                        Get most recent captures containing that hostname.

The capture UUIDs you will receive can be used as permaurls (https://<domain>/tree/<uuid>).

Or as a library:

Indices and tables