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
dependabot[bot] 032df44659
build(deps): bump requests from 2.24.0 to 2.25.0
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.25.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.24.0...v2.25.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12 06:12:40 +00:00
.github Merge branch 'main' of github.com:Lookyloo/lookyloo into main 2020-11-09 16:12:22 +01:00
bin new: Integrate categorization in indexing 2020-11-09 16:02:54 +01:00
cache
config fix: Missing notes in config file 2020-10-28 18:53:24 +01:00
contributing
doc
etc
indexing
known_content
known_content_user
lookyloo fix: Improve lokking on error in capture 2020-11-10 20:27:01 +01:00
tools
user_agents chg: Bump UA list 2020-11-10 18:07:04 +01:00
website new: Integrate categorization in indexing 2020-11-09 16:02:54 +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): bump requests from 2.24.0 to 2.25.0 2020-11-12 06:12:40 +00:00
pyproject.toml build(deps): bump requests from 2.24.0 to 2.25.0 2020-11-12 06:12:40 +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.