Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c0de-l00p/whatsapp-bot
Simple whatsapp bot made with node js and puppeteer
https://github.com/c0de-l00p/whatsapp-bot
node puppeteer qrcode whatsapp
Last synced: 6 days ago
JSON representation
Simple whatsapp bot made with node js and puppeteer
- Host: GitHub
- URL: https://github.com/c0de-l00p/whatsapp-bot
- Owner: C0DE-L00P
- Created: 2022-09-20T20:32:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T15:25:49.000Z (over 1 year ago)
- Last Synced: 2024-11-09T08:38:44.588Z (2 months ago)
- Topics: node, puppeteer, qrcode, whatsapp
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## How to run
First install the packages
`npm i`Then
`npm update`
`npm update puppeteer`Now launch server
`npm start`
**Note**: This repo is using __LocalAuth__ strategy which won't be applicable if you are using hosts with ephemeral file systems. So if you're using one, you would be asked to scan QR whenever you start or restart the server.
For more Details see https://wwebjs.dev/guide/authentication.html