This Python script is used to automatically send messages to ngl.link service. It sends a specified message to a given username a certain number of times.
- Python 3.x
- download this code:
git clone https://github.com/0MeMo07/NGL-Spammer.git
- Go to NGL-Spammer file:
cd NGL-Spammer
- Install the required libraries by running the following command:
pip install -r requirements.txt
- NGLSpamer.py Run:
python NGLSpamer.py
- Enter your username.
- Enter the message you want to send.
- Specify the number of messages to be sent.
The script will automatically start sending the specified message to the given username. Successful submissions will be marked with [+] while unsuccessful submissions will be marked with [-].
If there are 10 consecutive unsuccessful submissions, the script will wait for 5 seconds and then continue with the retry process.