A simple JavaScript bot that automatically sends multiple messages via NGL.link.
Important
I only made this for educational purposes. It was not built to cyberbully someone or spam NGL's servers with requests.
Edit config.json
to customize the bot behavior:
nglUrl
: The NGL.link URL to send messages todelayBetweenMessages
: Delay in milliseconds between each message (default: 2000)delayAfterSend
: Delay in milliseconds after sending a message (default: 1000)
Edit messages.json
to customize the messages that will be sent. The bot will cycle through all messages continuously.
node ./ngl-bot/index.js
# Or you can use
npm run dev
- Node.js
- npm dependencies (run
npm install
)
MIT