Osintgram

Instagram OSINT interactive shell and single-command mode ยท repo

Run bounded, authorized OSINT checks only. Jobs execute inside this isolated container with a timeout, rate limit, and downloadable stdout/artifacts.

Command: python /tool/main.py

Advanced CLI UI

Detected CLI options (6)
Extra args are parsed as argv, not a shell command. Max 40 args.
Raw upstream help
$ python /tool/main.py --help
usage: main.py [-h] [-C] [-j] [-f] [-c COMMAND] [-o OUTPUT] id

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to
perform analysis on Instagram account of any users by its nickname

positional arguments:
  id                    username

options:
  -h, --help            show this help message and exit
  -C, --cookies         clear's previous cookies
  -j, --json            save commands output as JSON file
  -f, --file            save output in a file
  -c COMMAND, --command COMMAND
                        run in single command mode & execute provided command
  -o OUTPUT, --output OUTPUT
                        where to store photos
Extra notes
Osintgram requires Instagram/HikerAPI credentials/config for real runs. Prefer --command for single-command mode; otherwise the upstream CLI opens an interactive shell and may time out in a browser-launched job.

Source / README search