Skip to content

FFace32/facebook-mass-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published