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

https://github.com/soxoj/test-osint-tool


https://github.com/soxoj/test-osint-tool

Last synced: 10 months ago
JSON representation

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
```