Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunos3d/discozap
📞 NODE.TS - WhatsApp proxy for Discord.
https://github.com/brunos3d/discozap
automation bot channel discord example message mobile notification template text venom watch whatsapp zap
Last synced: 28 days ago
JSON representation
📞 NODE.TS - WhatsApp proxy for Discord.
- Host: GitHub
- URL: https://github.com/brunos3d/discozap
- Owner: brunos3d
- License: mit
- Created: 2022-03-02T00:52:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T05:48:21.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T09:38:10.773Z (3 months ago)
- Topics: automation, bot, channel, discord, example, message, mobile, notification, template, text, venom, watch, whatsapp, zap
- Language: TypeScript
- Homepage:
- Size: 345 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
discozap
📞 WhatsApp proxy for Discord.## Installation
Clone project
```
git clone [email protected]:BrunoS3D/discozap.git
cd discozap
```Install dependencies
```sh
yarn install # or just yarn
```Create environment variable files `.env` and `.env.dev` based on [.env.example](./.env.example) on project root folder
```bash
# linux / macOS
cp .env.example .env
cp .env.example .env.dev
``````bash
# windows
copy .env.example .env
copy .env.example .env.dev
```## Running on development environment
> âš Remember to follow the [Installation](#Installation) steps before proceeding
Running the bot
```sh
yarn dev
```> âš Note that the loaded environment variables file is `.env.dev`