instagram_monitor
Powerful, real-time OSINT suite for tracking every activity on Instagram - from story updates and bio changes to follower shifts, providing stunning dashboards and instant alerts to keep you in the loop.
🚀 Quick Install & Run
Python from PyPI
New to Python or unsure what is installed? Follow the Python install walkthrough first.
pip install instagram_monitor
Run setup wizard:
instagram_monitor --setup
Docker image - fastest container setup
macOS or Windows
Use a macOS shell or Windows PowerShell with a Docker-compatible runtime that provides the docker CLI.
docker run --rm --pull=always -it --init -v "${PWD}:/data:z" -v instagram_monitor_session:/home/instagram/.config/instaloader misiektoja/instagram-monitor:latest --setup
In Windows Command Prompt replace ${PWD} with %cd% above.
Linux
Run the container with your numeric user and group IDs (--user "$(id -u):$(id -g)" below). This lets the container write files that your host account can edit.
docker run --rm --pull=always -it --init --user "$(id -u):$(id -g)" -v "$PWD:/data:z" -v instagram_monitor_session:/home/instagram/.config/instaloader misiektoja/instagram-monitor:latest --setup
Docker Compose - shorter recurring commands
Download the Compose file:
curl -fsSLO https://raw.githubusercontent.com/misiektoja/instagram_monitor/refs/heads/main/docker-compose.yml
Linux container engine requires to export your numeric user ID and group ID so files created in the current directory belong to you instead of root.
export INSTAGRAM_MONITOR_UID="$(id -u)"
export INSTAGRAM_MONITOR_GID="$(id -g)"
Docker-compatible runtimes on macOS and Windows normally do not need these values.
Run setup wizard:
docker compose run --rm --pull=always instagram_monitor --setup
For the manual single-file method, optional browser support and upgrade commands for every installation method, see Installation.
Features
🔍 Real-time Tracking
- Profile Activity: Monitor new posts, reels and stories in real-time.
- Private Posts: Detects collab posts leaking from private accounts via public collaborators.
- Audience Insights: Track changes in followings and followers.
- Visual Changes: Detect updates to profile pictures and visibility (public/private).
- Bio Updates: Stay informed about changes to user bio.
📥 Media Download
- Anonymous Stories: Download story images and videos without leaving traces.
- High-Quality Media: Save post images, reel videos and profile pictures.
- Batch Support: Monitor and download media for multiple users simultaneously.
📱 Interactive Dashboards
- Guided Setup: Interactive wizard writes a ready-to-run config for PyPI, script and Docker workflows.
- Terminal Dashboard: Beautiful, live-updating CLI interface with real-time stats.
- Web Dashboard: Modern, local web UI with activity feeds and remote controls.
- Image Support: View profile pictures and media directly in your terminal (via
imgcat).
🔔 Smart Notifications
- Multi-Channel: Instant alerts via Email, Discord webhooks and native ntfy notifications.
- Rich Alerts: Attached media (profile pics, stories, posts) in Discord notifications.
- Error Reporting: Be notified if the monitoring process hits a snag.
🛡️ Privacy & Detection Avoidance
- Be Human Mode: Simulates random user actions to blend in.
- Jitter Mode: Adds human-like delays to HTTP requests.
- Hour-Range Checking: Limits activity to specific hours of the day.
- Account Flexibility: Works with or without a logged-in Instagram account.
- Browser Session Import: Reuse Firefox, Chrome, Brave or Chromium sessions with profile selection.
- Browser TLS Impersonation: Routes traffic through curl_cffi to mimic a real browser's TLS fingerprint and dodge fingerprint-based blocks.
- Proxy Support: Route Instagram and webhook traffic through your own proxy.
- Privacy Substitutions: Mask or rename identities across all output, logs and notifications.
- Block Awareness: Detects shadowbans and flagged sessions to avoid false alerts.
⚙️ Power Features
- CSV Logging: Log all activities and profile changes with timestamps.
- Flexible Config: Support for files, dotenv and environment variables.
- Follower Churn: Detailed tracking of exactly who followed or unfollowed.
- Batched Fetching: Throttle follower/following downloads into delayed batches.
- Remote Control: Manage tracking features via signals or the web UI.
- Docker Ready: Run via Docker Hub, Docker Compose or local image build with persisted config, dotenv and sessions.
Common Commands
Use Quick Install & Run above for first-time setup. The table uses PyPI commands. For manual script, direct Docker and Docker Compose equivalents, see Run Individual Commands.
| I want to... | Run this |
|---|---|
| Try public monitoring without a login | instagram_monitor <target_insta_user> |
| Monitor a target with a logged in session (see stories, reels and follower details) | Import a browser session then run instagram_monitor -u <your_insta_user> <target_insta_user> |
Monitor targets saved in TARGET_USERNAMES |
instagram_monitor --config-file instagram_monitor.conf |
| Start a browser control panel without targets | instagram_monitor --web-dashboard |
| Monitor several accounts without login | instagram_monitor target_1 target_2 or instagram_monitor --targets target_1,target_2 |
| Check the selected login, connectivity and targets | instagram_monitor --doctor |
Running the tool with no arguments offers the wizard if you have not saved any targets or enabled the Web Dashboard. If targets are already saved, it starts monitoring them.
For browser choices, saved targets, configuration backups and setup recovery, see the full Setup & First Run guide.
For container operation, browser profiles, email alerts, Discord, ntfy and advanced settings, see Configuration and Usage. Keep private webhook URLs in .env by using instagram_monitor --set-webhook-url or enter them through the setup wizard. See Webhook Notifications for complete setup and testing instructions.
Documentation
Full documentation is available at misiektoja.github.io/instagram_monitor:
- Installation - PyPI, manual script, Docker installation and upgrades
- Setup & First Run - setup wizard, login choices and first run
- Configuration - settings precedence, saved targets, session login, SMTP and secrets
- View Modes - text, terminal and web dashboards
- Usage - command formats, monitoring, container operation, notifications, proxy and output
- Anti-detection - avoid challenges and account suspension
- Troubleshooting - the
--doctorself-check and logging levels
Change Log
See RELEASE_NOTES.md for details.
Maintainers
- 👤 misiektoja (@misiektoja)
- 👤 tomballgithub (@tomballgithub)
License
Licensed under GPLv3. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file instagram_monitor-3.8.1.tar.gz.
File metadata
- Download URL: instagram_monitor-3.8.1.tar.gz
- Upload date:
- Size: 260.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65d164ec81ae87fff94d2ebada8b0f815b359c586d1d8e1a9be3bf9a20c2f72c
|
|
| MD5 |
adcf25c0c146b45412c83b0a8ab6cc35
|
|
| BLAKE2b-256 |
68d35b33300e64ab80d6b538d015b3121cea38debf0a157bc07f34c003b4f41f
|
Provenance
The following attestation bundles were made for instagram_monitor-3.8.1.tar.gz:
Publisher:
publish.yml on misiektoja/instagram_monitor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
instagram_monitor-3.8.1.tar.gz -
Subject digest:
65d164ec81ae87fff94d2ebada8b0f815b359c586d1d8e1a9be3bf9a20c2f72c - Sigstore transparency entry: 2337951829
- Sigstore integration time:
-
Permalink:
misiektoja/instagram_monitor@7740c94d0c758d1a6f7e1866d9b66a0089621c1b -
Branch / Tag:
refs/tags/v3.8.1 - Owner: https://github.com/misiektoja
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7740c94d0c758d1a6f7e1866d9b66a0089621c1b -
Trigger Event:
release
-
Statement type:
File details
Details for the file instagram_monitor-3.8.1-py3-none-any.whl.
File metadata
- Download URL: instagram_monitor-3.8.1-py3-none-any.whl
- Upload date:
- Size: 195.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71444750a5cb65c178e7fa635a9d07c6804c51df8c43fa056b84a79445928fc0
|
|
| MD5 |
801aecb2eeebfea26d39f6da3aba5aaa
|
|
| BLAKE2b-256 |
ad30d6e7207f307fe9a9b6a7840d640ca18754dabe878bfd2ac29a8453b087f1
|
Provenance
The following attestation bundles were made for instagram_monitor-3.8.1-py3-none-any.whl:
Publisher:
publish.yml on misiektoja/instagram_monitor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
instagram_monitor-3.8.1-py3-none-any.whl -
Subject digest:
71444750a5cb65c178e7fa635a9d07c6804c51df8c43fa056b84a79445928fc0 - Sigstore transparency entry: 2337951854
- Sigstore integration time:
-
Permalink:
misiektoja/instagram_monitor@7740c94d0c758d1a6f7e1866d9b66a0089621c1b -
Branch / Tag:
refs/tags/v3.8.1 - Owner: https://github.com/misiektoja
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7740c94d0c758d1a6f7e1866d9b66a0089621c1b -
Trigger Event:
release
-
Statement type: