Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathdroid/igdm-cli
- Owner: mathdroid
- Created: 2017-10-11T22:43:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T17:53:12.000Z (about 5 years ago)
- Last Synced: 2024-11-08T03:40:28.598Z (6 days ago)
- Topics: chat, cli, instagram
- Language: JavaScript
- Size: 4.15 MB
- Stars: 129
- Watchers: 9
- Forks: 28
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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-cliUsage:
$ 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)