Skip to content

danitechid/wabot-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp BOT - NodeJs

Fitur

  1. Artificial Intelligence
  2. Downloader
  3. Searcher
  4. Stalker
  5. Maker
  6. Random Image
  7. URL Shortener
  8. Converter
  9. Islamic
  10. Tools
  11. Authentication
  12. Owner/Admin

Instalasi

Instal/clone proyek

git clone https://github.com/danitechid/wabot-nodejs.git

Pimdah Direktori (CD)

cd wabot-nodejs

MongoDb

Buat akun dan database MongoDb

Daftar dan buat database dan dapatkan MongoDb URI: https://mongodb.com

Edit ./config/mainConfig.js > mongodb_uri

mongodb_uri: 'Your_MongoDb_URI', // Register here: https://mongodb.com/#sign-up

Application Programming Interface (API)

Dapatkan Kunci API

Daftar dan dapatkan kunci API: https://api.danitechno.com

Edit ./config/mainConfig.js > api

api: {
  ...
  key: 'Your_API_key' // Register here: https://daniapi.my.id/#sign-up
}

Instal dependensi

Npm

npm install

Yarn

yarn install

Jalankan server

Npm

npm run start

Yarn

yarn run start

Node

node run start

Bun

bun run start