Installation¶
Requirements¶
Choose one runtime path:
- Python path:
- Python 3.9 or higher
- Libraries: instaloader,
requests, curl_cffi (for browser TLS impersonation),python-dateutil,pytz,tzlocal,python-dotenv,tqdm,rich(for Terminal Dashboard),flask(for Web Dashboard) - Container path (Python is not required on host):
- Any Docker-compatible runtime such as:
- Docker Desktop (macOS, Windows, Linux)
- Docker Engine (Linux)
- Colima with Docker CLI (macOS)
- OrbStack (macOS)
- Rancher Desktop with Moby or Docker CLI enabled (macOS, Windows, Linux)
Tested on:
- macOS: Ventura, Sonoma, Sequoia, Tahoe
- Linux: Raspberry Pi OS (Bullseye, Bookworm, Trixie), Ubuntu 24/25, Rocky Linux 8.x/9.x, Kali Linux 2024/2025
- Windows: 10, 11
It should work on other versions of macOS, Linux, Unix and Windows as well.
Installation¶
Install from PyPI¶
If you also want to import sessions from Chrome, Brave or Chromium (macOS and Linux only), install the optional browser extra instead. This is a superset of the base package, so run just this one command (no need to also run pip install instagram_monitor):
Firefox session import needs no extra and works out of the box.
Install from Docker Hub¶
Manual Python-based Installation¶
Download the instagram_monitor.py file to the desired location.
Install dependencies via pip:
Note: rich is required for the Terminal Dashboard, flask is required for the Web Dashboard. If Rich or Flask is not installed, the corresponding dashboard is disabled automatically.
Note: To import sessions from Chrome, Brave or Chromium (macOS and Linux only), also run pip install pycookiecheat.
Alternatively, from the downloaded requirements.txt:
Upgrading¶
To upgrade to the latest version when installed from PyPI:
If you installed manually, download the newest instagram_monitor.py file to replace your existing installation.
If you run from Docker Hub, pull the newer image tag:
If you prefer pinned releases instead of latest, pull a specific version tag:
If you run a locally built image, rebuild it to pick up new changes: