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
Joan Edwards 9ee5df6c08 Update documentation_change_template.md 2020-11-19 15:54:21 +01:00
.github Update documentation_change_template.md 2020-11-19 15:54:21 +01:00
bin new: Integrate categorization in indexing 2020-11-19 15:54:21 +01:00
cache
config fix: Missing notes in config file 2020-10-28 18:53:24 +01:00
contributing
doc
etc add log to lookyloo's service 2020-11-06 16:17:03 +01:00
indexing
known_content
known_content_user
lookyloo new: Integrate categorization in indexing 2020-11-19 15:54:21 +01:00
tools chg: Bump to d3js v6 2020-09-28 15:28:47 +02:00
user_agents new: Add recent UA list 2020-09-22 00:19:10 +02:00
website new: Integrate categorization in indexing 2020-11-19 15:54:21 +01:00
.dockerignore
.gitignore
.travis.yml
Dockerfile
LICENSE
README.md chg: Update readme to point to the website 2020-10-06 11:49:47 +02:00
SECURITY.md
code_of_conduct.md
docker-compose.yml
mypy.ini chg: Cleanup mypy config 2020-10-01 11:48:00 +02:00
poetry.lock chg: Bump deps 2020-11-05 13:33:51 +01:00
pyproject.toml fix: Rename scrape -> capture in async 2020-11-05 14:14:33 +01:00
setup.py new: Update script. 2020-09-28 13:32:19 +02:00

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.