https://github.com/khalleb/bot-comment-instagram
:rocket: Bot to commeThis is a comment bot for Instagram, a simple open source bot for commenting on small sweepstakes.nt on instagram
https://github.com/khalleb/bot-comment-instagram
bot instagram instagram-bot nodejs puppeteer robot typescript
Last synced: 2 months ago
JSON representation
:rocket: Bot to commeThis is a comment bot for Instagram, a simple open source bot for commenting on small sweepstakes.nt on instagram
- Host: GitHub
- URL: https://github.com/khalleb/bot-comment-instagram
- Owner: khalleb
- License: mit
- Created: 2021-12-23T13:44:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T19:30:34.000Z (over 4 years ago)
- Last Synced: 2025-03-06T06:48:22.527Z (over 1 year ago)
- Topics: bot, instagram, instagram-bot, nodejs, puppeteer, robot, typescript
- Language: TypeScript
- Homepage: https://www.linkedin.com/in/khalleb/
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robot to comment in instagram
## 📑 About Project
This is BotCommentInstagram, a simple open source bot for instagram comments in small sweepstakes.
You must clone the project or download the ZIP, then you need to have some tools installed with Node and NPM or YARN, then you need to create a copy of the .env.example file with .env name and fill them all in the values and by the terminal execute the robot.
`note:` just be careful not to be blocked, so the ideal time for comments is every 5 minutes.
## 🚀 Getting Started
### Dependencies
- [Node JS](https://nodejs.org)
- [NPM](https://www.npmjs.com) or [Yarn](https://yarnpkg.com)
### Usage
install dependencies in terminal
```
npm i
```
Copy `.env.example` to `.env`
```
cp .env.example .env
```
Fill in the environment variables listed below
```
INSTA_USERNAME=""
INSTA_PASSWORD=""
INSTA_POST_URL=""
INSTA_COMMENT=""
INSTA_COMMENT_TIME=
### Start bot
Run in terminal
```
npm start
```
## 📝 License
This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.
---
Made with ❤️ by Khalleb