Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meanii/Search4
Search people on the Internet.
https://github.com/meanii/Search4
osint python tool
Last synced: 14 days ago
JSON representation
Search people on the Internet.
- Host: GitHub
- URL: https://github.com/meanii/Search4
- Owner: meanii
- License: gpl-3.0
- Created: 2019-07-11T06:18:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T03:38:11.000Z (over 2 years ago)
- Last Synced: 2024-10-04T15:17:22.802Z (about 1 month ago)
- Topics: osint, python, tool
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 183
- Watchers: 16
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> 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)