Briuor / wbm

wbm is an unofficial API to send bulk messages in whatsapp.
MIT License
203 stars 64 forks source link

please explain the installation procces for me #11

Closed alwinsajip closed 3 years ago

alwinsajip commented 3 years ago

I am new in github. And I have'nt used these types of softwares or websites before. Please help me to get out of this. It will be so helpful if explained through a video

Briuor commented 3 years ago

wbm is a library for nodeJS, and like any library for nodeJS you install it using npm(node package manager). Steps:

wbm.start().then(async () => { const phones = ['5535988841854', '35988841854', '5535988841854']; const message = 'Good Morning.'; await wbm.send(phones, message); await wbm.end(); }).catch(err => console.log(err));


- run the command: **node anyname.js**

Other Way:
- Just download the github repository running **git clone https://github.com/Briuor/wbm.git**
- The repository have a file called test.js
- run this command(on the terminal inside the repository folder downloaded): **node test.js**

Your issue is not about how to install wbm, but how to install a npm package, so i recommend you to search about it.
alwinsajip commented 3 years ago

Do I need to install npm or do I have to clone the repository Hey I don't know anything about programming,etc. can you help me with a video please and can you explain what a terminal is

Briuor commented 3 years ago

When you install nodeJS, it installs npm too. Installing wbm using npm is a way, git clone is another one, you can choose one of them. I'm sorry but i can't make a video about it :(, i suggest you to learn a little bit of node, how to install a npm package and how to use a terminal. wbm is a free programming solution i created for hobby, maybe in the future i can create a friendly interface.

alwinsajip commented 3 years ago

ok thanks