Skip to content

[Feature] Standalone CLI executable 'ghosttracker' #107

@LoackyBit

Description

@LoackyBit

Create standalone CLI ghosttracker (like claude code), installable via pip/setup.py, executable without python3 ghosttrack.py.

Usage

ghosttracker ip --target 8.8.8.8
ghosttracker phone --target +393331234567
ghosttracker username --target exampleuser --json

Implementation

  • Add setup.py / pyproject.toml with console_scripts entrypoint:
entry_points={
    'console_scripts': [
        'ghosttracker=ghosttrack:main',
    ],
}
  • Users install: pip install . or pip install git+https://github.com/HunxByts/GhostTrack
  • argparse for subcommands

Benefits

  • ghosttracker directly in PATH
  • No Python path hassle
  • Pip installable package
  • Termux/Linux friendly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions