FFace32 / facebook-mass-message

Send a mass message on Facebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facebook-mass-message

Send a mass message on Facebook with the help of ts-messenger-api.

Usage

Make sure you have Node.js installed then:

1. Clone or download this repository.
2. Make sure the current directory is the downloaded repository.
3. npm install
4. node index
5. Have fun with the web interface.

Formatting the message

The message can contain variables and spintax.
The format for using a variable is %variable name% and the format for using (nested) spintax is {part1|{part2a|part2b}|part3}.
Here are some examples:

  • Hello {world|worlds}! outputs Hello world! or Hello worlds!
  • Implying you have a color variable with the value of green:
    • Hello %color% world! outputs Hello green world!
    • The {sky|grass} is %color%. outputs The sky is green. or The grass is green.

Romania Utilizare

Utilizare

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Send a mass message on Facebook

License:MIT License


Languages

Language:JavaScript 79.1%Language:EJS 19.5%Language:CSS 1.4%Language:Batchfile 0.0%