https://github.com/nsourov/instagram-comment-bot
Instagram comment bot in electron and puppeteer
https://github.com/nsourov/instagram-comment-bot
electron puppeteer
Last synced: 2 months ago
JSON representation
Instagram comment bot in electron and puppeteer
- Host: GitHub
- URL: https://github.com/nsourov/instagram-comment-bot
- Owner: nsourov
- Created: 2018-03-25T09:03:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T12:57:49.000Z (almost 6 years ago)
- Last Synced: 2024-12-30T01:45:23.562Z (over 1 year ago)
- Topics: electron, puppeteer
- Language: JavaScript
- Size: 110 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS PROJECT IS NOT MAINTAINING ANYMORE. LOOKING FOR COLLABORATORS.
# Instagram-comment-bot
Instagram comment bot in electron and puppeteer
To start in dev environment
``` js
yarn or npm install
yarn start or npm start
```
Making package of electron app
``` js
yarn run build or npm run build
```