Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 527 Bytes

facebook-auto-replier

Reply/Schedule facebook messages

Obviously, facebook email and password is needed.

Pull that from the .env file. You will need to create this file in the root directory with content like:

MESSAGE_USERS={"USERNAME":"USERID", "USERNAME": "USERID2"}
FB_EMAIL=<EMAIL>
FB_PASSWORD=<PASSWORD>

USERID will be in the format 10000XXXXXX.

No need to say this but you will need to run npm install for sure.

Just a heads up, FB does not encourage you to do this. Hence you might get banned.