mannoeu / robot-likePost

Like automation on instagram posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

Like automation on instagram posts


Languages

Language:JavaScript 100.0%