noook / igdm-cli

Send and receive Instagram DMs within command line

Home Page:https://www.npmjs.com/package/igdm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version npm bundle size npm downloads npm licence GitHub Repo stars

igdm-cli

Send and receive Instagram direct message through CLI.

Conversation listing

Conversation reading

Installation

$ npm install -g igdm

Usage

Start the app with:

$ igdm

You will be prompted your credentials only for your first connection, on subsequent script starts it will load your credentials from a session file.

After being logged in, the list of the 20 latest conversations will appear, select a conversation with arrow keys and select it by pressing Enter key. Type a message and press Enter to send it.

Commands

On the chat screen (conversation listing message), instead of sending messages you can write commands:

\q: Stops the process and leaves the app

\l: Go back to conversation list

\r, (or press Enter while input is empty): Refresh the current view and fetch latest messages

\logout: Logout

About

Send and receive Instagram DMs within command line

https://www.npmjs.com/package/igdm

License:MIT License


Languages

Language:TypeScript 95.4%Language:JavaScript 4.6%