Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavygoten/ig-hashtag-comment-bot
Instagram bot to comment on the top posts with a specific hashtag made in vanilla JS.
https://github.com/wavygoten/ig-hashtag-comment-bot
Last synced: about 1 month ago
JSON representation
Instagram bot to comment on the top posts with a specific hashtag made in vanilla JS.
- Host: GitHub
- URL: https://github.com/wavygoten/ig-hashtag-comment-bot
- Owner: wavygoten
- Created: 2021-05-13T06:28:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T02:20:43.000Z (over 3 years ago)
- Last Synced: 2024-11-05T11:09:58.627Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ig-hashtag-comment-bot
[![npm version](https://badge.fury.io/js/instagram-bot-palestine.svg)](https://badge.fury.io/js/instagram-bot-palestine)
This is an instagram bot to comment on posts with a specific hashtag.
## Installation
```bash
$ git clone https://github.com/wavygoten/ig-hashtag-comment-bot.git
$ cd ig-hashtag-comment-bot
$ npm i
$ node bot.js
```or
```bash
$ git clone https://github.com/wavygoten/ig-hashtag-comment-bot.git
$ cd ig-hashtag-comment-bot
$ yarn
$ node bot.js
```## Live demo
You can view/edit the instagram-bot-palestine demo app on CodeSandbox.
[![Edit demo app on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://githubbox.com/wavygoten/ig-hashtag-comment-bot.git)
## License
**[ISC](LICENSE)** Licensed
---
Feel free to fork this and please leave a star if you found this helpful :)