https://github.com/soxoj/test-osint-tool
https://github.com/soxoj/test-osint-tool
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soxoj/test-osint-tool
- Owner: soxoj
- License: mit
- Created: 2021-12-07T11:53:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T11:53:37.000Z (about 4 years ago)
- Last Synced: 2025-03-19T19:58:15.041Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSINT cli tool skeleton
Template for new OSINT command-line tools
## Installation
1. Install Python3 and pip.
2. Install dependencies
```sh
pip3 install -r requirements.txt
```
3. [Optional]
```sh
pip3 install .
```
## Usage
You can run this tool as a Python module:
```sh
python3 -m skeleton
```