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 171cd4ecd2 chg: Pass max depth as parameter in the capture page
Related to #117
2020-11-03 19:26:28 +01:00
.github
bin chg: Improve initial caching. 2020-10-29 23:25:20 +01:00
cache
config fix: Missing notes in config file 2020-10-28 18:53:24 +01:00
contributing
doc
etc chg: Add missing character 2020-10-22 10:43:21 +02:00
indexing
known_content
known_content_user
lookyloo chg: Rename scrape -> capture everywhere 2020-11-03 16:34:52 +01:00
tools
user_agents
website chg: Pass max depth as parameter in the capture page 2020-11-03 19:26:28 +01:00
.dockerignore
.gitignore
.travis.yml
Dockerfile
LICENSE
README.md
SECURITY.md
code_of_conduct.md
docker-compose.yml
mypy.ini
poetry.lock build(deps-dev): bump ipython from 7.18.1 to 7.19.0 2020-11-02 06:46:58 +00:00
pyproject.toml build(deps-dev): bump ipython from 7.18.1 to 7.19.0 2020-11-02 06:46:58 +00:00
setup.py

README.md

Lookyloo icon

Gitter

Lookyloo is a web interface allowing to scrape a website and then displays a tree of domains calling each other.

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

What is that name?!

1. People who just come to look.
2. People who go out of their way to look at people or something often causing crowds and more disruption.
3. People who enjoy staring at watching other peoples misfortune. Oftentimes car onlookers to car accidents.
Same as Looky Lou; often spelled as Looky-loo (hyphen) or lookylou
In L.A. usually the lookyloo's cause more accidents by not paying full attention to what is ahead of them.

Source: Urban Dictionary

No, really, what is Lookyloo?

Find all you need to know about Lookyloo on the website.

Screenshot of Lookyloo capturing Github

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 this way:

pip install pylookyloo

Find more details here.