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
- exit 0
python /tool/main.py --help
Advanced CLI UI
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.