Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T12:57:49.000Z (over 4 years ago)
- Last Synced: 2024-11-07T23:45:47.408Z (3 months 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 puppeteerTo 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
```