2020-10-06 11:49:47 +02:00
|
|
|
[![Lookyloo icon](website/web/static/lookyloo.jpeg)](https://www.lookyloo.eu/docs/main/index.html)
|
2017-07-23 19:56:51 +02:00
|
|
|
|
2020-06-17 17:42:02 +02:00
|
|
|
[![Gitter](https://badges.gitter.im/lookyloo-app/community.svg)](https://gitter.im/lookyloo-app/community)
|
2020-06-17 11:33:27 +02:00
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
*[Lookyloo](https://www.lookyloo.eu/docs/main/index.html)* is a web interface allowing
|
|
|
|
to scrape a website and then displays a tree of domains calling each other.
|
2017-07-23 19:56:51 +02:00
|
|
|
|
2019-05-27 15:36:49 +02:00
|
|
|
Thank you very much [Tech Blog @ willshouse.com](https://techblog.willshouse.com/2012/01/03/most-common-user-agents/)
|
|
|
|
for the up-to-date list of UserAgents.
|
|
|
|
|
2017-08-12 17:45:33 +02:00
|
|
|
# What is that name?!
|
2017-07-23 19:56:51 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
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.
|
|
|
|
```
|
|
|
|
|
2017-10-02 12:19:55 +02:00
|
|
|
Source: [Urban Dictionary](https://www.urbandictionary.com/define.php?term=lookyloo)
|
2017-07-23 19:56:51 +02:00
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
# No, really, what is Lookyloo?
|
2020-01-23 15:03:36 +01:00
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
Find all you need to know about Lookyloo [on the website](https://www.lookyloo.eu/docs/main/index.html).
|
2020-01-23 15:03:36 +01:00
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
![Screenshot of Lookyloo capturing Github](https://www.lookyloo.eu/docs/main/_images/sample_github.png)
|
2017-08-12 19:11:02 +02:00
|
|
|
|
2019-01-23 15:13:29 +01:00
|
|
|
# Installation
|
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
Please refer to the [install guide](https://www.lookyloo.eu/docs/main/install-lookyloo.html).
|
2017-08-12 20:12:14 +02:00
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
# Python client
|
2017-08-12 20:12:14 +02:00
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
`pylookyloo` is the recommended client to interact with a Lookyloo instance.
|
2017-08-12 20:40:08 +02:00
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
It is avaliable on PyPi, so you can install it this way:
|
2017-08-12 20:12:14 +02:00
|
|
|
|
|
|
|
```bash
|
2020-10-06 11:49:47 +02:00
|
|
|
pip install pylookyloo
|
2017-08-12 20:12:14 +02:00
|
|
|
```
|
|
|
|
|
2020-10-06 11:49:47 +02:00
|
|
|
Find more details [here](https://www.lookyloo.eu/docs/main/pylookyloo-overview.html).
|