0.0.14 • Published 3 years ago

instagram-commenter v0.0.14

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

instagram-commenter Build Status view on npm

A CLI tool and API that automatically comments on posts in an Instagram account's feed.

Installation

Install globally with the NPM package manager, you may need root privledges on Linux systems:

npm install -g instagram-commenter

Setup

Create a config file in the current directory:

instagam-commenter init

Edit the config.yml to suit your needs:

username: instagram       # Instagram username
password: password        # Instagram password
minLikeTimeout: 10        # Minimum timeout after each like (in seconds)
maxLikeTimeout: 30        # Maximum timeout after each like (in seconds)
minCommentTimeout: 60     # Minimum timeout after each comment (in seconds)
maxCommentTimeout: 180    # Maximum timeout after each comment (in seconds)
feedRefreshInterval: 5    # Feed refresh interval (in minutes)
comments:                 # List of comments to use
- hi
- hey
- hello

Usage

Start the bot with your config file:

instagram-commenter -c config.yml

If you want to persist cookies and state to prevent logging in every time the bot is started, define a state file:

instagram-commenter -c config.yml -s state.json
0.0.14

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago