Lookyloo is a web interface allowing to scrape a website and then displays a tree of domains calling each other. https://lookyloo.circl.lu/
Go to file
Raphaël Vinot cef1088984 chg: programmatically shutdown DBs 2021-11-26 12:35:15 -05:00
.github chg: Remove stale bot 2021-08-10 09:16:07 +02:00
bin chg: programmatically shutdown DBs 2021-11-26 12:35:15 -05:00
cache chg: programmatically shutdown DBs 2021-11-26 12:35:15 -05:00
config chg: Hide capture config, fix capture buttons, improve css 2021-10-26 13:31:48 -04:00
contributing Initial set up contrib guide 2020-08-24 13:33:14 +01:00
doc new: Add installation notes 2020-08-14 15:38:01 +02:00
etc Correcting logrotation 2021-06-07 17:53:47 +02:00
indexing chg: programmatically shutdown DBs 2021-11-26 12:35:15 -05:00
known_content chg: More cleanup, support clean shutdown of multiple async captures 2021-08-25 16:40:51 +02:00
known_content_user chg: Cleanups, allow to add context from ressources page 2020-09-03 16:32:53 +02:00
lookyloo new: Add CORS config to submit 2021-11-08 16:47:39 -08:00
tools chg: use template 2021-10-18 13:06:43 +02:00
user_agents new: bump top user agents 2021-08-27 15:07:27 +02:00
website new: free text for UA, change order on capture page 2021-11-25 19:36:01 -05:00
.dockerignore chg: Do not put the content of scraped in the package. 2020-07-07 13:56:58 +02:00
.gitignore chg: Block mac files 2021-10-25 11:38:21 -04:00
Dockerfile fix: Make python as python3 in docker 2021-08-24 18:50:05 +02:00
LICENSE Update LICENSE 2021-02-09 14:51:53 +01:00
README.md chg: Add link to API doc 2021-09-07 16:44:49 +02:00
SECURITY.md Create SECURITY.md 2020-06-17 11:44:46 +02:00
code_of_conduct.md new: Add code of conduct 2020-08-06 13:08:50 +02:00
docker-compose.yml Update docker-compose.yml 2020-12-12 01:20:20 -05:00
poetry.lock chg: Bump types defs 2021-11-26 11:18:31 -05:00
pyproject.toml chg: Bump deps 2021-11-25 19:37:03 -05:00
setup.py chg: Bump version 2021-09-28 17:54:26 +02:00

README.md

Lookyloo icon

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

Gitter

What's in a name?!

Lookyloo ...

Same as Looky Lou; often spelled as Looky-loo (hyphen) or lookylou

1. A person who just comes to look.
2. A person who goes out of the way to look at people or something, often causing crowds and disruption.
3. A person who enjoys watching other people's misfortune. Oftentimes car onlookers that stare at a car accidents.

In L.A., usually the lookyloos cause more accidents by not paying full attention to what is ahead of them.

Source: Urban Dictionary

No, really, what is Lookyloo?

Lookyloo is a web interface that allows you to capture and map the journey of a website page.

Find all you need to know about Lookyloo on our documentation website.

Here's an example of a Lookyloo capture of the site github.com Screenshot of Lookyloo capturing Github

REST API

The API is self documented with swagger. You can play with it on the demo instance.

Installation

Please refer to the install guide.

Python client

pylookyloo is the recommended client to interact with a Lookyloo instance.

It is avaliable on PyPi, so you can install it using the following command:

pip install pylookyloo

For more details on pylookyloo, read the overview docs, the documentation of the module itself, or the code in this GitHub repository.

Contributing to Lookyloo

To learn more about contributing to Lookyloo, see our contributor guide.

Code of Conduct

At Lookyloo, we pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. You can access our Code of Conduct here or on the Lookyloo docs site.

Support

  • To engage with the Lookyloo community contact us on Gitter.
  • Let us know how we can improve Lookyloo by opening an issue.
  • Follow us on Twitter.

Security

To report vulnerabilities, see our Security Policy.

Credits

Thank you very much Tech Blog @ willshouse.com for the up-to-date list of UserAgents.

License

See our LICENSE.