Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meanii/Search4

Search people on the Internet.
https://github.com/meanii/Search4

osint python tool

Last synced: about 2 months ago
JSON representation

Search people on the Internet.

Awesome Lists containing this project

README

        



search4

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


#### Prerequisites

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

Installing search4

- Now you can install search4 using git:

```
pip3 install -U 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.


#### Demo

```
search4 -u username
```


---
### Copyright & License
- Copyright (C) 2022 [meanii](https://github.om/meanii )
- Licensed under the terms of the [GNU General Public License v3.0](https://github.com/meanii/Search4/blob/master/LICENSE)