insta-dista-cli
v1.8.0
Published
Distraction-free Instagram CLI — DMs only, no reels, no feed, no stories.
Maintainers
Readme
📬 insta-cli-dm
Distraction-free Instagram from your terminal. DMs only — no reels, no stories, no feed.
Built for people who want to stay in touch without falling into the Instagram doom-scroll.
Install
npm install -g insta-cli-dmUsage
# Log in to your Instagram account
ig login
# View your DM inbox
ig inbox
# Open a chat with someone
ig chat <username>
# Log out
ig logoutCommands
| Command | Description |
| ------------------ | ---------------------------------- |
| ig login | Log in (supports 2FA) |
| ig logout | Log out and clear saved session |
| ig inbox | View your recent DM threads |
| ig chat <user> | Open a conversation with <user> |
Inside a Chat
| Input | Action |
| ----------- | ------------------------- |
| any text | Sends the message |
| /refresh | Reload recent messages |
| /exit | Leave the chat |
How It Works
- Uses
instagram-private-apito interface with Instagram's mobile API. - Your session is saved locally at
~/.instagram-cli/session.jsonso you don't have to log in every time. - No feed, no explore, no reels, no stories — only DM endpoints are used.
⚠️ Disclaimer
This tool uses an unofficial Instagram API. Use at your own risk. Instagram may flag accounts using third-party tools. Consider using a secondary account.
License
MIT
