Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 572 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 572 Bytes

ZapBot

Bot to send message on Whatsapp, developed with NodeJS, SQLite, HTML, CSS and JS

SETUP

  1. to use this system you need to have the google chrome driver in your system path, always use the same version of your browser, checking in 'help -> about chrome: Version'

  2. clone this project

    git clone https://github.com/brandonsousa/ZapBot.git
  1. enter the folder and run
    npm install
  1. on terminal run
    npx knax migration:latest
  1. when done
    npm start