1.1.40 • Published 2 years ago

instabot-core v1.1.40

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.38

2 years ago

1.1.39

2 years ago

1.1.34

3 years ago

1.1.33

3 years ago

1.1.32

3 years ago

1.1.37

3 years ago

1.1.36

3 years ago

1.1.35

3 years ago

1.1.2

3 years ago

1.1.31

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago