Uzoy / perabot

WhatsApp Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

WhatsApp Bot


Languages

Language:TypeScript 74.9%Language:PureBasic 11.5%Language:Jupyter Notebook 7.8%Language:Python 5.7%