Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.39 KB

readme.md

File metadata and controls

36 lines (31 loc) · 1.39 KB

PeraBot [WIP]

PeraBot1 use Baileys2 to communicate with WhatsApp3. PeraBot1 is written in TypeScript4, while its predecessor games-wabot5 is written in JavaScript6. Also, Perabot1 use ECMAScript7 module instead CommonJS8.

Installation

First, you need to install NodeJs9. After installing NodeJs9 you can run bellow following commands

# Clone repository 
git clone https://github.com/BochilGaming/perabot
# Change directory to 'perabot'
cd perabot
# Install depedency
npm install
# Start bot
npm run start

Folder Structure

  • Machine learning -- contains training files for the models used by text2command.
  • src a.k.a Source -- contains TypeScript4 files which are the main PeraBot1 code

Thanks To

  • Allah SWT
  • Parents
  • All contributors

Footnotes

Footnotes

  1. https://github.com/BochilGaming/perabot 2 3 4

  2. https://github.com/WhiskeySockets/Baileys

  3. https://en.wikipedia.org/wiki/WhatsApp

  4. https://www.typescriptlang.org/ 2

  5. https://github.com/BochilGaming/games-wabot

  6. https://developer.mozilla.org/en-US/docs/Web/JavaScript

  7. https://nodejs.org/api/esm.html

  8. https://nodejs.org/api/modules.html

  9. https://nodejs.org/ 2