AAAAAAAAAAAAA is a messenger chatbot that supports the '@everyone' discord-like feature.
Clone this repo, and install dependencies
git clone https://github.com/shellmage/AAAAAAAAAAAAA.git
cd AAAAAAAAAAAAA/
npm install
Open getAppstate.js and change the "EMAIL" and "PASSWORD" to your facebook email and password.
Now execute it to save your cookies to the appstate.json file that you will use to login.
node getAppstate.js
Now delete your email and password from the getAppstate.js file.
(PS: DO NOT UPLOAD YOUR PASSWORD OR 'appstate.json' FILE TO THE INTERNET!)
To start the bot run:
node app.js
For security reasons, make sure to check the password safety section in the facebook-chat-api repo.