/Facebook-autoreply-personal

Auto replies to messages on personal accounts.

Primary LanguageJavaScript

Facebook away message

Auto replies to all messages sent to your personal profile. I want to add a exclued list instead of just one converstaion, thats for personal use.

Set up

npm install

You will need to make a json file named creds.json or just insert your email and password into the email and password variables.

{
  "user" : {
      "email" : "dankmaster6969696@rocketmail.pizza",
      "password" : "Password123!"
  }
}