Update Osintgram Commands to the Latest Release

Osintgram adds new CLI commands regularly. Refresh the repo to stay current.

Upgrade

git pull origin main
pip install -r requirements.txt

Verify the version:

python3 main.py --version

Regenerate COMMANDS.md

python scripts/generate_commands_md.py > doc/COMMANDS.md

Diagram

  flowchart LR
    A[git pull] --> B[pip install]
    B --> C[generate commands]
    C --> D[Commit updated docs]

Commit the refreshed documentation and share the changelog with your team.