Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.39 KB

README.md

File metadata and controls

61 lines (47 loc) · 1.39 KB

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