Skip to content

Fire7ly/Node_Whatsapp_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Whatsapp bot

An ordinary Whatsapp bot written in javascript

How to use it

clone git repo ->

git clone https://github.com/Fire7ly/Node_Whatsapp_bot.git .

install all node dependencies

npm install

Get weather api from : openweather

rename .env_sample to .env

copy your api code to .env file

Eg:- WEATHER_API_TOKEN=Your_Api_Key

run the bot ->
  • Run npm run dev to use dev mode of bot. (auto restart if file change)
  • Run npm run start to use bot in normal mode. (auto restart not supported)

Features of this bot ->

  • !alive : Show status of bot
  • !stats : Show statistics of the bot & Host Machine
  • !help : Show this menu of bot
  • !joke : Send random jokes
  • !quote : Send quote in chat
  • !cinfo : Show information of client
  • !ginfo : Send group information
  • !meme : Send random memes
  • !weather : Send today weather info

This project uses :-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published