Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathdroid/igdm-cli

💻💬 Instagram Direct Messages in your terminal
https://github.com/mathdroid/igdm-cli

chat cli instagram

Last synced: 5 days ago
JSON representation

💻💬 Instagram Direct Messages in your terminal

Awesome Lists containing this project

README

        

# igdm-cli

> Instagram's direct message, right in your terminal.

## Installation

```sh
$ npm i -g igdm-cli
```

## Usage

```sh
igdm-cli

Usage:
$ igdm
$ igdm [-h] | [-v] | [-s] | [-u ] [-p ] [-i ]
$ igdm [--help] | [--version] | [--persist] | [--username=] [--password=] [--interval=]

Options:
-h, --help Show this screen.
-v, --version Show version.
-u, --username Set Instagram username. [default: will prompt]
-p, --password Set Instagram password. [default: will prompt]
-i, --interval Set polling interval (seconds) in chat rooms [default: 5]

Notes:
In chatroom mode, exit by entering '/end'. Manually refresh the room by entering '/refresh'.
```

## Developing

To transpile our code using babel, you will need `node` version `>= 6.4.0`.

## License

MIT © [Muhammad Mustadi](https://github.com/mathdroid)