The Instagram NGL Spammer is a Python tool that lets you send multiple messages on NGL.link quickly and easily. You can choose the username, customize the message, and decide how many times to send it. The tool can use proxies to avoid getting blocked and has multi-threading, so it works faster. It’s meant for personal use and learning, so use it responsibly.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.8+
- Make a python virtual environment:
python3 -m venv venv
- Source the environment:
venv\Scripts\activate
(Windows) /source venv/bin/activate
(macOS, Linux) - Install the requirements:
pip install -r requirements.txt
- Start:
python3 main.py
- Fast: Spams a large amount of messages quickly
- Debug Logging: Detailed logs to help track actions and progress.
- Customizable: The script is adapted for single or repetitive use, you can save data in config.yaml or just answer the script's questions
- Multithreaded: Specify the number of threads to optimize message throughput.
- Proxy Support: Optional proxy support for evading rate limits.
- Retry and Timeout Logic: Automatically retries when encountering rate limits, with configurable timeouts.
- Detailed Status Updates: Get status updates for each attempt, including message IDs and error messages.
- I am not responsible for anything that may happen, such as API Blocking, IP ban, etc.
- This was a quick project that was made for fun and personal use if you want to see further updates, star the repo & create an "issue" here
v0.0.1 ⋮ 30/10/2024
! Initial release