Strategy-oriented social network spammer.
Welcome to the easiest way to spam social networks.
It's a simple REST api to spam yours social networks.
- Install dependencies:
npm install
- Run the server:
npm run start
You can use the Spammer Runner project(basically is an docker environment) to use the UI and Core instead of using REST access.
Basically is a POST
method to /spam
[POST] URL:http://localhost:3000/spam
[Body]:
{
"strategy":"Facebook",
"user": "<YOUR_EMAIL>",
"pass": "<YOUR_PASSWORD>",
"data": [
{
"id": "<group_id>",
"text": "<Message>",
"type": "GROUP or FEED"
},
{
"id": "<group_id>",
"text": "<Message>",
"type": "GROUP or FEED"
},
{
"id": "<group_id>",
"text": "<Message>",
"type": "GROUP or FEED"
}]
}