Metadata-Version: 2.1
Name: search4
Version: 2.2.9
Summary: Sweet OSINT tool to find people on the social media.
Author: anil chauhan
Author-email: anilchauhanxda@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: colorama (>=0.4.5,<0.5.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

<p align="center">
<a href="https://github.com/meanii/Search4">
<img src="https://media.discordapp.net/attachments/749199487854968843/775966094670037012/IMG_20200828_114636_438.jpg" alt="search4"></a>

> An OSINT tool that helps you to find people on the internet. It's small and fast!
</p>

<hr>

#### Prerequisites

- [Install python3 as per your distro.](https://realpython.com/installing-python)

Installing search4

- Now you can install search4 using git:

```
pip3 install git+https://github.com/meanii/Search4
```

Or, if you already downloaded search4, you can install it directly from the directory:
```
pip3 install .
```

You can use the `-e` flag to install the project in editable mode (i.e. setuptools "develop mode") from a local project path or a VCS url.

<hr>

#### Demo

```
search4 -u username
```

<a href="https://asciinema.org/a/384004">
<img src="https://media.discordapp.net/attachments/749199487854968843/798402820163239956/image0.png"></a>

