Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Removing


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`