Update README.md

pull/127/head
Joan Edwards 2020-11-16 22:42:50 +00:00 committed by Raphaël Vinot
parent 1eb9b41a44
commit 7cfd84aa76
1 changed files with 17 additions and 13 deletions

View File

@ -2,42 +2,46 @@
[![Gitter](https://badges.gitter.im/lookyloo-app/community.svg)](https://gitter.im/lookyloo-app/community) [![Gitter](https://badges.gitter.im/lookyloo-app/community.svg)](https://gitter.im/lookyloo-app/community)
*[Lookyloo](https://www.lookyloo.eu/docs/main/index.html)* is a web interface allowing *[Lookyloo](https://lookyloo.circl.lu/scrape)* is a web interface that captures a webpage and then displays a tree of the domains, that call each other.
to scrape a website and then displays a tree of domains calling each other.
Thank you very much [Tech Blog @ willshouse.com](https://techblog.willshouse.com/2012/01/03/most-common-user-agents/) 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.
for the up-to-date list of UserAgents.
# What is that name?! # What is that name?!
``` ```
1. People who just come to look. Lookyloo ...
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.
```
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](https://www.urbandictionary.com/define.php?term=lookyloo) Source: [Urban Dictionary](https://www.urbandictionary.com/define.php?term=lookyloo)
# No, really, what is Lookyloo? # No, really, what is Lookyloo?
Find all you need to know about Lookyloo [on the website](https://www.lookyloo.eu/docs/main/index.html). Find all you need to know about Lookyloo on our [documentation website](https://www.lookyloo.eu/docs/main/index.html).
![Screenshot of Lookyloo capturing Github](https://www.lookyloo.eu/docs/main/_images/sample_github.png) ![Screenshot of Lookyloo capturing Github](https://www.lookyloo.eu/docs/main/_images/sample_github.png)
# Installation # Installation
Please refer to the [install guide](https://www.lookyloo.eu/docs/main/install-lookyloo.html). Please refer to the [install guide](https://www.lookyloo.eu/docs/main/install-lookyloo.html).
# Python client # Python client
`pylookyloo` is the recommended client to interact with a Lookyloo instance. `pylookyloo` is the recommended client to interact with a Lookyloo instance.
It is avaliable on PyPi, so you can install it this way: It is avaliable on PyPi, so you can install it using the following command:
```bash ```bash
pip install pylookyloo pip install pylookyloo
``` ```
Find more details [here](https://www.lookyloo.eu/docs/main/pylookyloo-overview.html). For more details on `pylookyloo`, read our [docs](https://www.lookyloo.eu/docs/main/pylookyloo-overview.html) or see the client [GitHub repo](https://github.com/Lookyloo/PyLookyloo).