1.0.13 • Published 6 years ago

facebook-sender v1.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

facebook-sender

Program for automatic sending messages to random people on Facebook.

installation

npm install facebook-sender -g

how it works

You choose the person (A) from which the program will start sending messages, the number of people who should receive messages and message text. The program sends message to A, selects its random friend (B) and sends message to B, then selects random friend of B (C), sends message to C and so on.

how to run program

facebook-sender --config path/to/config.js --machine path/to/chrome.exe

example

(with Chromium): facebook-sender --config C:/config.js

(with Chrome): facebook-sender --config C:/config.js --machine C:/'Program Files'/Google/Chrome/Application/chrome.exe

config.js

Configure the behavior of the program using the config.js file.
Example:

module.exports = {
	headless: false, // show browser (false) or not (true)
    email: 'me@gmail.com', // account email
    password: 'mypass', // account password
    entryAccount: 'node.hero', // id or nickname from which to start sending
    count: 23, // how many people should receive a message
    text: 'd:/text.txt' // text of message
}
1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago