Bot used to send discord/messenger cross-platform messages.
- NodeJS
- Discord developer account (and an Oauth2 token)
- Facebook account
npm install
Running this command will download the necessary dependencies (found in package.json) from the npm repos.
Navigate to the Bots section of your discord developer portal and copy your access token.
After this you're ready to go! Use your favourite text editor to modify the .env file with your facebook credentials as well as the access token you copied down in the first step.
FB_EMAIL=YOUREMAIL FB_PASS=YOURPASSWORD TOKEN=YOURACCESSTOKEN node index.js
You can also create a .env file and add these lines
FB_EMAIL=YOUREMAIL
FB_PASS=YOURPASSWORD
TOKEN=YOURACCESSTOKEN
then run
node index.js