1.1.40 • Published 10 months ago

instabot-core v1.1.40

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Getting started

Node.js build and publish package

Usage

Installation

Important! Install nodejs first in your machine: Download nodejs

Create an file index.js, run npm init on the terminal and this is the content of the index.js:

#!/usr/bin/env node
import "dotenv/config";

import { CommentService } from 'instabot-core';

const { IG_LINK, PHRASE_AUTHOR, IG_USERNAME, IG_PASSWORD } = process.env;

const commentService = new CommentService({
    loginInstagram: IG_USERNAME,
    passwordInstagram: IG_PASSWORD,
    puppeteer_options: {
        headless: true,
    },
});
function* commentForever() {
    yield commentService.execute({
        link: IG_LINK,
        author: PHRASE_AUTHOR,
    });
}

commentForever().next();

Install the dependency:

npm i instabot-core

or

yarn add instabot-core

Now run the command:

node index.js

Cloning the repo

Clone this repository: git clone https://github.com/hebertcisco/instabot-core

Open the directory and run the script line

cd instabot-core && npm i

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Or buy me a coffee 🙌🏾

BTC WALLET: 3P4oVEdSP8CPdFZZwS2dboRyLFXLSTE7Gq

📝 License

Copyright © 2022 Hebert F Barros. This project is MIT licensed.

1.1.40

10 months ago

1.1.38

1 year ago

1.1.39

1 year ago

1.1.34

2 years ago

1.1.33

2 years ago

1.1.32

2 years ago

1.1.37

1 year ago

1.1.36

2 years ago

1.1.35

2 years ago

1.1.2

2 years ago

1.1.31

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago