my-messenger-bot

My personal Facebook Messenger Bot

MIT License

Stars
1
Committers
2

my-messenger-bot

My personal Facebook Messenger Bot

Configure

Create a .env file at the root and add the fields FB_USER and FB_PASS.

Monitoring threads

Go to /src/threads and the thread ids you want to watch for.

Adding commands

To add your commands, go to /src/commands and follow the pattern. Commands uses the commander package for creating CLI.

Building

Installing

Yarn

yarn

NPM

npm install

Building and running source

Yarn

yarn build && yarn start

npm

npm run build && npm run start