Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yak6/ngl.link-spam
ngl.link spammer
https://github.com/yak6/ngl.link-spam
cpp json ngl ngl-link ngl-spammer
Last synced: 4 days ago
JSON representation
ngl.link spammer
- Host: GitHub
- URL: https://github.com/yak6/ngl.link-spam
- Owner: yak6
- License: mit
- Created: 2024-09-25T21:05:00.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T20:09:12.000Z (12 days ago)
- Last Synced: 2024-11-05T21:20:27.442Z (12 days ago)
- Topics: cpp, json, ngl, ngl-link, ngl-spammer
- Language: C++
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This tool allows you to spam on **[ngl.link](https://ngl.link/)** service. It's very fast and effective due to the use of multithreading.Idk if it works on Windows.
## Installation
Clone repository```bash
git clone https://github.com/yak6/ngl.link-spam
```
After cloning, cd into it's directory and install it using:```bash
sudo make install
```
This will compile the program and add it to the /usr/local/bin path.Check if it's working properly:
```bash
ngl --help
```## Arguments
**--help** - Shows help message
**--create** - Create a sample .json config file.
**--load ** - Run using config file
**--ask ** - Ask user a single question
**--fuck ** - Send 50 messages really fast!
## Running using config
***You can create config.json by running `--create` argument***### Sample config:
```json
{
"method": "thread",
"question": ["hey!", "what's up!"],
"target": ["target1", "target2"],
"times": 50,
"useragents": "useragents.txt"
}
```
### Getting useragents file
(it's also stored in config/ directory in the repo)
```bash
curl https://raw.githubusercontent.com/yak6/ngl-spam/refs/heads/main/config/useragents.txt > useragents.txt
```
### Explanation of options**method** - *thread (fastest), normal (it's just normal).*
**question** - *array of questions, you can specify multiple or one, but it must be in an array.*
**target** - *array of targets, multiple or one, must be in the array.*
**times** - *how many messages should be sent per user.*
**useragents** - *path to user agents file.*
# Screenshots![obraz](https://github.com/user-attachments/assets/9d72a5e8-d671-48b3-9bb2-519c3bee42b4)
#### Created with [nlohmann's json](https://github.com/nlohmann/json), [curl](https://github.com/curl/curl)