Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhmtty/bot-bulk-leave-wa-groups
https://github.com/rhmtty/bot-bulk-leave-wa-groups
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhmtty/bot-bulk-leave-wa-groups
- Owner: rhmtty
- License: mit
- Created: 2024-07-08T01:00:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T01:14:03.000Z (7 months ago)
- Last Synced: 2024-12-14T20:13:32.400Z (about 2 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bot Bulk Leave WAG
## Requirements
- NodeJs `v18+`
- Yarn
## Run LocallyGo to the project directory
```bash
cd bot-bulk-leave-wa-groups
```Install dependencies
```bash
yarn install
```Start the server
```bash
yarn run start
```