Skip to content

blackcapz/spammer-core

Repository files navigation

logo spammer

Spammer

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.

Getting start

  • Install dependencies: npm install
  • Run the server: npm run start

Usage

flow

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

Sending a request

facebook

[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"
    }]
}

About

Strategy-oriented social network spammer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •