Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mannoeu/robot-likepost
- Owner: mannoeu
- Created: 2020-07-05T21:02:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T01:50:03.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T08:03:33.296Z (almost 2 years ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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);
```