/spammer-core

Strategy-oriented social network spammer.

Primary LanguageJavaScript

Spammer

Strategy-oriented social network spammer.


Objective

Crawler project to post messages in social networks' personal feeds or groups.

Environment variables

  • SPAMMER_USER: Author's username;
  • SPAMMER_PASS: Author's password;

Usage

You can use the Spammer Runner project(basically is an docker environment) to use the UI and Core instead of using REST access.

Run npm start locally, the request body varies according to the strategy, only strategy, text, user and pass are required in all requests.

POST /spam

{
	"strategy": "Facebook",
	"groups": [
		"123",
		"321"
	],
	"user": "user@domain.com.br",
	"pass": "123@change",
	"text": "Testing message"
}

Response if successfully

{
  "status": 200,
  "body": "All messages have been posted"
}

Strategies payload

  • Facebook
    • groups :: Array< string >: Social network group ID;

Execution environments

  • Localhost
  • AWS Lambda
  • Microsoft Azure Functions: