Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mannoeu/robot-likepost

Like automation on instagram posts
https://github.com/mannoeu/robot-likepost

Last synced: 1 day ago
JSON representation

Like automation on instagram posts

Awesome Lists containing this project

README

        

# robot-likePost
Like automation on instagram posts

## Uso
Install dependencies
```
$ yarn
```
Change username and password in the index.js file
```
$ await ig.login('username','password');
```
Change the content hashtags for searching posts in the index.js file
```
await ig.hashtags(['coversbrasil','musicacover','covers']);
```
You can change the runtime by changing the "time" value in the insta.js file
There is one with "1000" and another with "6000", referring to a like in the post and another in exchange for hashtag
```
await instagram.page.waitFor(time);
```