OSINT cli tool skeleton
Template for new OSINT command-line tools.
Press button "Use this template" to generate your own tool repository. See INSTALL.md for further setup.
Features
- Detailed readme
- Ready to publish Python package
Installation
Make sure you have Python3 and pip installed.
Manually
- Clone or download respository
$ git clone https://github.com/soxoj/osint-cli-tool-skeleton
- Install dependencies
$ pip3 install -r requirements.txt
As a the package
You can clone/download repo and install it from the directory to use as a Python package.
$ pip3 install .
Also you can install it from the PyPI registry:
$ pip3 install https://github.com/soxoj/osint-cli-tool-skeleton
Usage
You can run this tool as a Python module:
$ python3 -m osint-cli-tool-skeleton
# or simply
$ osint_cli_tool_skeleton