Skip to content

eliabefranca/eliabot

Repository files navigation

Eliabot

Eliabot

What is this?

A Node.js Whatsapp bot

Prerequisites

Installing

  git clone https://github.com/eliabefranca/eliabot
  cd eliabot
  npm install
  cp .env.example .env
  npm run db

Running

  npm run build
  npm run start