/NGL-Link-multiple-message-sender

A simple JS file to send multiple messages

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ngl.link multiple message Sender

Prerequisites:

All you need is Node js installed on your system

How to use:

  • fork this repo
  • go to config.json and change data accrding to you ( Do not exceed no_of_messages to 15 )
{
  "no_of_messages": 10,
  "question": "Hello",
  "ngl_username": "username"
}
  • open terminal in this folder
  • run the script by npm start command