Python script to automate message submissions to NGL.
Automation Tool ⚡
Developed by Amit Das
This repository contains a Python automation script designed to send messages automatically to the NGL (Not Gonna Lie) service.
The script allows you to send a specified message to a given NGL username multiple times with configurable delays and optional proxy support.
It also includes automatic retry logic, device ID switching, and user-agent rotation when requests fail.
- Automated message sending
- Custom message input
- Adjustable number of requests
- Configurable delay between requests
- Optional proxy support
- Automatic proxy switching
- Device ID randomization
- User-Agent rotation after failures
- Success / failure logging in terminal
- Python 3.x
Clone the repository:
git clone https://github.com/AmitDas4321/NGL-Spammer.gitEnter the project directory:
cd NGL-SpammerInstall required dependencies:
pip install -r requirements.txtRun the script:
python NGLSpamer.py-
Enter your NGL username
-
Enter the message you want to send
-
Specify the number of messages
-
Enter the delay between requests (seconds)
- For fastest requests, enter 0
-
Choose whether to use proxies (y/n)
If proxies are enabled, ensure that proxies.txt contains valid proxies.
- The script sends automated requests to ngl.link
- Each successful request is marked with
[+] - Failed requests are marked with
[-]
If 4 consecutive failures occur, the script will:
- Change the device ID
- Change the user-agent
- Switch to a new proxy (if enabled)
MIT License © 2026 Amit Das
Built with ⚡ using Python
Made with ❤️ by Amit Das

